Quote:
Originally Posted by paul41598
Derekivey,
Is there a way to add in a way to tel who voted on a testimonial?
Also, can guests vote on a testimonial?
|
If you look in PHPMyAdmin in the vbtestimonials_votes table, you can. I don't think I ever put anything in the admincp yet. I might add that to a later version. You can do a simple query in PHPMyAdmin like this to see who voted...
[sql]SELECT FROM vbtestimonials_votes WHERE tid = 'the testimonial id'[/sql]