753 comments found.
Hi, can you update it for php 7 please Thanks you
Hi, what exactly isn’t working? I have installed it on PHP 7.4 already. Thanks.
Hi,
Does ThumbsUp allow for an upvoting reddit style forum?
When I say upvoting Reddit style forum, I mean posts that have an algorithm that recycled top rating comments within a few days. that ensures that upvoted comments take turns being on the top.
I come across too many with upvoting, but upvoted comments remain on top forever.
Hi I got a red line in the Thumbs Up template. I assume it is the position of the number. Could you please tell me how to remove the red line. Thanks in advance Best regards Dominique
Hi, Dominique. I could have a look at your page if you send me the URL.
hello sir, I just purchased it please help me. it’s not working. let me know your email ID, I will send the details.
i am getting error on mobile browsers such as chrome and safari . i mean it works fine on laptop browesers.
Hi, sorry i just purchase but it is an error. can you refund and canceling. i am sorry. Thanks in advance. This is the information about purchase : GeertDD Licensee: jemo Simon Item Title: ThumbsUp Item URL: https://codecanyon.net/item/thumbsup/50411 Item ID: 50411 Item Purchase Code: 6ba320bf-f4cb-4d1d-9827-f36597a97520 Purchase Date: 2020-02-03 18:55:10 UTC. Sorry for inconvenance.
i want buy this but i dont see a new updates for this ..is very nice , if you can add and reaction features.
doesn’t work with newer php…
Hi, I installed ThumbsUp on PHP 7.4 recently. Could you explain your problem in more detail? Thanks.
When I input the css and javascript links, it makes my php page go blank-white.
Yeah, your php calls to javascript and css; plus the php call for templates causes the doomed, yet notorious, php blank-white screen.
After some recoding on my side, I got it to work like a charm. Thanks.
Hi, I bought this script today from my other account, I updated all the db queries to suit my laravel setup and for the most part it went well except for voting… I get the error “The item you voted on no longer exists” ajax {error“}. When i check the database the entry is there for the item but when i check the form submission the id being posted is 0. If i change the value to the correct id and vote again i still get the same error. Any advise?
never mind, i got it. Its not a bad little plugin but you could do with updating it. CSS is a little out dated
Please help me. how can i add rating schema for show star in google search results ?
ThumbsUp doesn’t work anymore since I updated for MySQL 5.7
Is it possible to display a list but instead of counting all the thumbs up restrict it to the last week or the last month? For example listing all items you can rank by total number of likes but what if I only want the total number of likes from the last week or month? Is it possible to do this?
It’s definitely not a built-in feature, but if you know your way around with PHP and database queries you could make it work. It would require you to track the date of each separate vote. This is what the thumbsup_votes table is for, but it is only used for IP tracking, if enabled in the options. Then write custom queries filtering on the date field…
Hi Can thumbs up be setup like toplist with most thumbs up listings going to top? Thanks?
You can, like this: http://geertdedeckere.be/shop/thumbsup/help#sorting-and-filtering-items
The demo site template/theme isn’t included with the purchase. I cannot find it anywhere. Could you please let me know if I’m missing something here 
I’m not sure what you mean, but if you are looking for the demos and the documentation, have a look here : http://geertdedeckere.be/shop/thumbsup/
Hi, I have a database with lots of Apps in it, would I be able to use the script as a sort of rating system for the items in my database??
Yes, if you make sure to give each ThumbsUp item a unique name, you’re good to go. You can do that using a PHP loop and inserting each item ID in the name, for example.
Can this show below the excerpts in my homepage?
Yes, ThumbsUp is quite flexible as to where you include it. Just be sure to give each item a unique ID.
I think it’s not work with Wordpress.. I tested all ways but it want show. So if you had ne Tutorial i’m think you know thats not work?!
I want test to include your script in an HTML Homepage. But it want work.. Please can you check my Code: http://koelner-pc-hilfe.de/
It works fine on the link you sent me. I don’t see the problem.
As for WordPress, it can work there too. You just need to know your way around in your theme files because it is not a WordPress plugin. So, HTML/PHP skills are required then.
Yesterday I bought the tool and am very surprised how easy it is to use. Thank you for the exellent work. It fulfills exactly my requirements.
I’m glad to hear that. Thank you.
Hey! This is a great working demo.. but I feel like I’m missing a step, most likely just doing something wrong.
I have setup my config.php, including the access to the admin with username and password. I can successfully get to my admin screen, but have no luck getting a page with vote buttons to actually display proper vote counts, or connect to the database.
I have some buttons set up on a page, but when I click them, it displays ERROR. I’m just not sure what I’m doing wrong, I’ve never worked with SQL databases before.
I can email you my config.php and a demo page I have setup, will that help you troubleshoot with me?
Thank you!!
Sam
Are you using a single domain on your site? Either with or without “www”, for example. Otherwise this can result in cross-domain issues related to ajax requests in many browsers. If you want, you could send me your demo page and config file as well so I can have a look.
just need to get this working.
will you get it working if i give you my lohin details for my hosting?
I can help you out with specific errors but installing the whole script is not included in standard support. As it says in the docs, you need basic web development skills to pull off the installation (like FTP, setting up a database, edit HTML etc.)