The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
Yes it is possible, each link will have it's own forum id number so you just make an extra conditional for each forum id... in VB3 you can't use "elseif" so you have to nest conditionals...
Explained here. But basically for two different forums links you'd use: Code:
<if condition="$forum[forumid] == 8"> <td class="alt2">Owner: John Smith<br />Manager: Jane Doe</td> <else /> <if condition="$forum[forumid] == 9"> <td class="alt2">Owner: Joe Johnson<br />Manager: Mary White</td> <else /> <td class="alt2">$forum[lastpostinfo]</td> </if> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|