Quote:
Originally Posted by abramelin
i dont want regular users to see anything, what must i do?
|
I wanted the same for my live site, its simple to just use conditional statements...
Granted I have no idea if it’s bad to nest these <if> statements? It worked for me…
Code:
<if condition="is_member_of($bbuserinfo,5,6,7)">
<if condition="$show['microstats']">{microstats}</if>
</if>
I very much like the addition to turn debug on/off via cp, less time when testing... thanks again TECK
-I love it :up: