When a poll is created for a thread, the poster has a choice to make the poll results "public" (ie: show who voted for what, on the results page.)
However, I would like for these sorts of polls to be identified as "public" on the initial votes page. It seems a bit impolite to not inform voters ahead of time that their votes are NOT anonymous and that all visitors will see who voted for what, after the fact.
Is there a hack or permission or template change I need to make so that "public" polls are identified properly ahead of time?
Never mind, I see that my customized skin was missing the following line:
Code:
<if condition="$show['publicwarning']">$vbphrase[public_poll_users_see_choices]</if>
from the polloptions_table template.
Added it back in and all is well.
What I *would* like to be able to do, however, is be able to edit a poll (from public to private) if need be... there's no way to make that change in the Edit Poll screen.