The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What is the best way to test for a non-registered user? I'm wanting to write some code that tests to see if I have a non-registered (guest) user viewing the board. Using vb3.
|
#2
|
||||
|
||||
![]()
You can do this via template conditionals in any template
Code:
<if condition="!$show['member']"> stuff for unregistered users </if> |
#3
|
|||
|
|||
![]()
Thanks!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|