Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

poll permissions using plugin

Quote Reply
poll permissions using plugin
My problem is that changing the poll permissions using the poll plugin does not have any effect.

I used the part of the plugin to make specific forums have specific permissions.

For example, on one forum I do not want the poll options to show at all, so I set all the user groups permissions to 0.
I checked the gforum_PollGroup in mysqlman, and it looks as it should, with the permissions at 0.

But when the page loads, it behaves as if I had not changed permissions - they remain the default ones.

using
<%GT::Template::dump%>
I checked the variable
user_poll_permission
and it is unchanged by changing the permissions in the plugin - it remains the default for the post of the forum.

I tried resynching the database of the users, forum, and grouping, but that does not help either.

what should I do?
Thanks!!!