
11-19-2008, 12:53 PM
|
|
|
Join Date: Mar 2005
Posts: 223
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thanks ThorstenA,
Works how I wanted it.
Quote:
Originally Posted by ThorstenA
You can for example only show this mod for moderators, supermoderators and administrators (usergroups 5,7,6):
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))">
here you do put template edits
</if>
Note that you have to put this condition for any template edit you want to only show to these usergroups.
|
|