The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help needed with some conditionals (forum/first post)
I need to show a customized postibit_lagacy template in some forums. And this should apply only to the first post of the threads.
So, I founded these conditionals: Code:
<if condition="in_array($thread['forumid'], array(1,2,3,6))"></if> Code:
<if condition="!$GLOBALS['FIRSTPOSTID']"></if> Should I do something like this? Code:
<if condition="!$GLOBALS['FIRSTPOSTID']" AND in_array($thread['forumid'], array(1,2,3,6))"> My custom postbit_legacy code. <else /> Original postbit_legacy code. </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:
|