The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
The archive is hard-coded, last I checked.
To only show information if it is available, just use the variable in the condition. For example: Code:
<if condition="$post['field5']"><div>Label: $post[field5]</div></if> You can hide stuff from guests using Code:
<if condition="$bbuserinfo['userid']!=0"></if> For the empty forum, use Code:
<if condition="$totalthreads==0"></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|