The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
One way to do it is to create a hook in the FORUMHOME where you want your template to go ("$template_hook[my_forumhome_hook] ") and then create a plugin (at forumhome_start or forumhome_complete) to call the template and put it in the place of your template hook:
eval('$template_hook[my_forumhome_hook] .= " ' . fetch_template('custom_template') . '";'); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|