The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
page and date
Are their built in variables I can call in the templates to display the page name (like FORUMHOME, etc)?
Also, is there a way to check today's date in a conditional?(for example, display an image on Dec 25th)? |
#2
|
||||
|
||||
each vbulletin php page has the THIS_SCRIPT variable defined at the top of the page and you can use it in the templates:
HTML Code:
<if condition="THIS_SCRIPT=='index'"> stuff for index page </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|