MyBB Community Forums

Full Version: poll not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have created a poll, now whenever users try to vote on it, it just shows a blank page.

I am using 1.6.10
AdminCP > Templates > Your theme's templates > Showthread Templates > showthread_poll > edit;

Find;
<form action="polls.php" method="post">
and Change it into;
<form action="polls.php" method="post">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
What plugins do you have installed? The "white screen of death" may be the result of a PHP error somewhere in the code.
It worked!!!!!!!

Thanks for help.