MyBB Community Forums

Full Version: How can I remove this from edit poll page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am trying to remove the following from my edit poll page and also the check boxes next to them. Can someone please tell me how to do it?


Public Poll: Give users the ability to see which user voted on which option(s).

Poll is Closed: If checked the poll will be closed from voting.
Remove the following from polls_editpoll:

<label><input type="checkbox" class="checkbox" name="postoptions[public]" value="1" {$postoptionschecked['public']} />&nbsp;{$lang->option_public}</label><br />
<label><input type="checkbox" class="checkbox" name="postoptions[closed]" value="1" {$postoptionschecked['closed']} />&nbsp;{$lang->option_closed}</label>

Keep in mind that those options are present on other pages though. Smile
thanks so much!
That did the trick!