The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
what is the <if> statement so it would only show to registered to users??
Such as: <if condition="$show['guest']"> only shows to guests.... whats the one for registered |
|
#2
|
||||
|
||||
|
Code:
<if condition="$bbuserinfo[userid]">...</if> |
|
#3
|
||||
|
||||
|
what would i do without you
![]() lol thanks alot! i suck with <if> statements, lol |
|
#4
|
||||
|
||||
|
Your welcome
![]() Chris |
![]() |
|
|