MyBB Community Forums

Full Version: Authorization code mismatch from Poll
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-10-15, 12:15 PM)ranjani Wrote: [ -> ]can you ensure that you have code similar to below in polls_newpoll AND polls_editpoll templates ...

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

Hmm this is what I have in polls_newpoll:
<input type="hidden" name="action" value="do_newpoll" />
<input type="hidden" name="tid" value="{$tid}" />

And this is in polls_editpoll:
<input type="hidden" name="action" value="do_editpoll" />
<input type="hidden" name="pid" value="{$pid}" />
^ may be you are not looking at the complete code in the templates ...
Pages: 1 2