Log in

View Full Version : 3.8.4 Admin Conditonal Statements


tmod
06-28-2010, 01:27 PM
Since the Super Admin can deny certain permissions from other Admins what would the conditional statement be to check if the other Admins have permission before giving them access to links on the navbar?

My understanding is this if statement below worked on earlier version of 3.8 but it does not work on 3.8.4.

<if condition="$show['canadminsettings']"></if>

Tmod

ChopSuey
06-28-2010, 02:02 PM
Why not use userid conditional?

tmod
06-28-2010, 02:24 PM
Why not use userid conditional?
Probably could, Still curious as to how to restrict access using the if statement in my original post.

Tmod

ChopSuey
06-28-2010, 02:54 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=215032" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=215032</a>