Posted by Hayden Barton
2013-10-25

Hi Tom,
I am using this on my website right sidebar and it is very good! check it out: http://www.techbitereviews.com

One thing i would like though, once a user have voted and refreshed the page the vote and view boxes are there, how could i make it so it would simply just display the results once they have voted? possibly check cookies and use an if else statement to show the result straight away? Im new to PHP and AJAX but i am learning them :) hope you can help, really need something like it!
Thanks in advance,
Hayden.
Posted by Tom
2013-10-25

Sorry, there isn't a simple way to do it because it's not implemented as an option. You need to dig into the code and change the flow of the execution. Using cookies sounds a right direction to me, though.