Not sure if it is possible, but I am hoping it is.
I have a link on my nav bar that I only want to be visible to section moderators, super moderators and admins.
What link should I use to do this?
At the moment I have the conditional set as <if condition="$show['modcplink']"> which is the one used to access the modcp bit, but only super moderators and admins can see that one, so my section moderators are not able to view it.
Is there a conditional that I could use that would allow the 3 usergroups to view the link?
Thanks for your help.
I have a link on my nav bar that I only want to be visible to section moderators, super moderators and admins.
What link should I use to do this?
At the moment I have the conditional set as <if condition="$show['modcplink']"> which is the one used to access the modcp bit, but only super moderators and admins can see that one, so my section moderators are not able to view it.
Is there a conditional that I could use that would allow the 3 usergroups to view the link?
Thanks for your help.

Comment