The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
another way to write it is:
Code:
if ($thread['forumid'] == value) { eval('dooutput("' . gettemplate('showthread_new') . '");'); } else { eval('dooutput("' . gettemplate('showthread') . '");'); } That's how I have coded my vbHome (lite) script. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|