Hello,
I'm trying to implement an add-on (ZP Poll) that shows vb polls in a non-vb page (joomla). Everything works well until users try to vote , then they get the security token issue. This hack is not resident in vbulletin and the only line with a form is
Code:
<form action=\"" . $directory . "/poll.php?do=pollvote&pollid=\"" . $pollid . "\" method=\"post\">"
Any ideas on what I can do please?