Message Text |
Hello,
in member-usergroup permissions i set that members cannot post polls,
then i set in an individual forum's permissions that members can post polls,
when i post a topic as a member, the "add a poll" option is not shown.
If i change the template code from:
<IF {THISMEMBERGROUPCANSUBMITPOLLS}><input type="checkbox" name="addpoll" value="1"> Add a poll to this topic? <br></IF>
to:
<IF {THISMEMBERCANSUBMITPOLLS}><input type="checkbox" name="addpoll" value="1"> Add a poll to this topic? <br></IF>
the option is shown as expected, but after i click submit, instead of going
to the submit-poll page, i get the following message, prompting me to login:
"You don't have permission to view the section of the site..."
|