The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I put a couple links in my navbar (arcade and chat) but they show to anyone who isnt signed in. I do I make it so they only show up after logging in?
|
|
#2
|
||||
|
||||
|
HTML Code:
<if condition="$show['member']"> links to show only to members </if> |
|
#3
|
|||
|
|||
|
Thank you very much.
|
|
#4
|
|||
|
|||
|
Quote:
Can I use this code to remove ads for particular members? <if usergroup=$show[1,2,3]</if> |
|
#5
|
||||
|
||||
|
Quote:
HTML Code:
<if condition="is_member_of($bbuserinfo, 1,2,3)">
|
|
#6
|
|||
|
|||
|
Thank you. very much
|
![]() |
|
|