YAFLogo

Posted by: Eagle_f90 - Monday, 29 September 2014 14:00:49
I have built a page on my main site that allows users to vote on polls. I have got it displaying everything correct and when the votes are submitted it is input the PollID, UserID (if loged in), RemoteIP, and ChoiceID into the yaf_PollVote table but if I go to the poll on the forum these new votes are not registered. Where else am I supposed to save data to and what data should I be saving?

Posted by: Eagle_f90 - Monday, 29 September 2014 14:23:42
Never mind, figured out I had to updat the Votes count in yaf_Choice