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..."
Comments on about polls
Experienced
Usergroup: Customer
Joined: Feb 22, 2004
Total Topics: 47
Total Comments: 88
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..."
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Will be fixed in 2.0.1.