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.
Code:
<if condition="$show['canadminsettings']"></if>
Tmod