Another thing you could do to get some template changes for only a certain usergroup(s) is this tag:
<if condition="$bbuserinfo[usergroupid] == 6">
TEMPLATE CHANGE
</if>
Replace the 6 with whatever usergroup you wish this to affect.
And use '!== #' if you want this to affect all usergroups BUT the one stated there.
I use this for modifications for admins (stuff like links to the admincp on the navbar that I only want to be shown to myself etc.), and for ads where I use "!== 32" which makes the 'VIP' usergroup not see any ads (well actually it makes every usergroup but VIP see them).
Hope this helps.
|