The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Not working in header? <if condition="$show['member']">
You can test this for yourself. Put the following code at the top of both your header template and your navbar template, and then log out:
Code:
<if condition="$show['member']"> <table border=1><tr><td><font color=red>LOGGED IN</table> <else /> <table border=1><tr><td><font color=blue>LOGGED OUT</table> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|