The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
You could just check to see if the variable has a value like...
Code:
<if condition="$somevar"> The value is: $somevar </if> What is your current code? An alternative would be to check the script name like: Code:
<if condition="in_array(THIS_SCRIPT, array('showthread', 'showpost'))"> The value is: $somevar </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|