I’d like to limit ability to set up Forum Polls to super admins only. There is a variable switch used in the code of
{if can_post_poll}but I don’t see where the corresponding permission is set.
Any thoughts? Thanks!! Larry A.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
December 10, 2010 2:24pm
Subscribe [3]#1 / Dec 10, 2010 2:24pm
I’d like to limit ability to set up Forum Polls to super admins only. There is a variable switch used in the code of
{if can_post_poll}but I don’t see where the corresponding permission is set.
Any thoughts? Thanks!! Larry A.
#2 / Dec 10, 2010 2:51pm
Okay, I think I got it.
{if is_admin}
{if can_post_poll}
{/if}
{/if}#3 / Dec 11, 2010 4:00pm
Hi Larry,
Glad that you look to have a way forward. Are you good with this now? Can I close this thread?
Cheers
Greg
#4 / Dec 11, 2010 5:44pm
Yes, that’s fine. Thanks.
#5 / Dec 13, 2010 2:43am
Thanks 😊 Feel free to start a new thread if you have any more questions.