The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
On my homepage i'd like to display info to Guest only. What vb code would go about doing that?
|
|
#2
|
||||
|
||||
|
Code:
<if condition="!$bbuserinfo['userid']"> Text for guests here </if> |
![]() |
|
|