View Full Version : Looking for a Thumbs Up/Down voting script
viens
02-09-2011, 03:42 PM
Looking for a AJAX voting script like this:
http://img806.imageshack.us/img806/3741/xxxxxr.jpg
Also looking for Facebook style "Like" script.
Can anyone help?
Thanks.
djr33
02-09-2011, 04:20 PM
Voting script:
The Javascript (Ajax) for that is not too difficult. However, this requires a PHP (or other serverside language) script that actually counts the votes. Do you have this already? Do you need it? It's very complex, and you will need to configure it to work with your database for other things: what are you voting for??
"Facebook" script:
What exactly is this? Are you referring to the whole layout, and the fact that the page never reloads? That's many layers of complicated Ajax and you must remember that Facebook has a large full-time design team of experts. You can try to do something similar, but it's not easy.
Or do you mean the verb "like", similar to voting? That will be a similar script to the voting above, and it will also depend on your database configuration. In fact, you should be able to easily modify the Javascript for the vote script to work for both.
azoomer
02-10-2011, 12:49 AM
Here is a pretty nice thumbs up script tutorial (http://www.technabled.com/2009/02/reddit-style-voting-with-php-mysql-and.html)
viens
02-11-2011, 09:32 AM
thak you for your replies.
azoomer, yes, that is what I was looking for. Thanks.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.