The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Forum specific templates (under navbar)
I would like a specific template to be pulled and placed under my navbar in specific forums. This is going to be a secondary navbar, but im sure thats really irrelivant to what i'm asking. I seen in another thread where this code (below) was used to place text on specific forums, but im not sure how to make it pull a template from the style.
HTML Code:
<if condition="in_array($GLOBALS[forumid], array(1))"> <td class="vbmenu_control"><a href="mylink.php">test</a></td> </if> |
#2
|
|||
|
|||
If you want to include another template inside an exsisting one then you need to create a plugin to "eval()" the template and assign it to a variable and then you can use that variable in the "main" template.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|