The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
how can i remove whats going on box to all groups except admin and s mods
can any one help ? |
|
#2
|
||||
|
||||
|
You can put if condition around in the forumhome template.
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, 5, 6, 7)"> Code here </vb:if> |
|
#3
|
|||
|
|||
|
thanks alot :d
|
![]() |
|
|