Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 11 Months, 2 Weeks ago How can I remove this from edit poll page?
#1
Solved: 11 Years, 11 Months, 2 Weeks ago
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.
#2
Solved: 11 Years, 11 Months, 2 Weeks ago
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
#3
Solved: 11 Years, 11 Months, 2 Weeks ago
thanks so much!
That did the trick!
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)