The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
I'm not a coder but perhaps something like this:
HTML Code:
<if condition="$threadinfo['threadid'] == '1010'"> <table height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230">HI!</td> </tr> </table> <else /> <if condition="$threadinfo['threadid'] == '2020'"> <table height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230">HEllo!</td> </tr> </table> <else /> <table height="60" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="230">Yes we can!</td> </tr> </table> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|