The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have used other sections of this forum and seen how i can add a navbar button and link that to a page located insided the forum directory.
what if condition do i need to add/use in the /nav buttons bar so only members of usergroup 10 see this button. TIA T |
|
#2
|
|||
|
|||
|
HTML Code:
<if condition="is_member_of($bbuserinfo, 10)"> button code </if> |
![]() |
|
|