The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hi ,
I have some flash banners/images on header template and i want to hide it from guests ..so that they dont see the banners/images untill they logged in to forum . is there any html code or something to hide it from guests viewing . those banners are for site upcoming events and i want it only to be visible to logged in users not to guests . Thanks. |
|
#2
|
||||
|
||||
|
Code:
<if condition="is_member_of($bbuserinfo, 1, 3, 4, 8)"> <else> Your htmlcode here </if> good luck |
|
#3
|
|||
|
|||
|
Thanks kaasie i will try with the given code .
|
![]() |
|
|