Support Forum
Sorry but this is not how the plugin is described in the Codex
https://simple-press.com/docum.....ins/polls/
Click the check box to the left of “Allow poll results to be hidden” to select this option. This gives the poll creator a choice of whether or not to hide the poll results until the poll expires. After the poll expires, the results are visible in the post.
So each new poll must have an option, to be decided by its starter, either to make results hidden or not.
And this is what context Help says:
Also, you can choose to allow polls results to be hidden until the poll is closed. If this option is enabled, when creating a poll, users will be able to have the results hidden until the poll is closed.
The file is in the forum plugins folder /polls/ajax/sp-polls-ajax-create.php
At line 76 the code currently reads:
if ($polls['hide-results']) { $out.= '<br /><div class="spEditorTitle">'.__('Hide Poll Results Until Closed', 'sp-polls').' '; $out.= '<input type="checkbox" class="spControl" name="sp-poll-hide" id="sp-poll-hide" /></div>'; }
And this needs replacing with:
if ($polls['hide-results']) { $out.= '<br /><div class="spEditorTitle">'; $out.= '<input type="checkbox" class="spControl" name="sp-poll-hide" id="sp-poll-hide" checked="checked" />'; $out.= '<label for="sp-poll-hide">'.__('Hide Poll Results Until Closed', 'sp-polls').' </label>'; $out.= '</div>'; }
YELLOW
SWORDFISH
|
I'm quoting it, but I didn't write it, right? So, what do you find "odd" exactly? Am I quoting it wrong?
Also, I do not know (or have any obvious means to know) which one of you wrote what. I thought this was a support forum: I report a bug - I am offered a solution. What's odd about what? Seems pretty normal to me.
I dont understand your comments...
Andy said you quoted the codex which is what prompted him to look into the implementation... nothing regarding your raising the issue??
the support forum is manned by the developers... no one else - though we do have some users that chime in occasionally...
I also do not see a solution?? maybe just missing it... do you actually have a wording change suggestion for the codex?
We hope to push out an update to the polls plugin tomorrow to correct the missing checkbox issue raised in the last release due to our javascript overhaul... certainly do appreciate you bringing that to our attention!
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)