The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
In the vB PHP files you will find constants:
Code:
// in the index.php file near the top define('THIS_SCRIPT', 'index'); // in the showthread.php file near the top define('THIS_SCRIPT', 'showthread'); Code:
<if condition="THIS_SCRIPT == 'index'"> on forum index page <else /> not on forum index page </if> <if condition="THIS_SCRIPT == 'showthread'"> on forum showthread page <else /> not on forum showthread page </if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|