The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Product in forum sidebar
I recently had a mod made to show my latest paid subscriptions in my forum home page. Now i know about registering templates, using hooks etc, but how do i get it to show in the forum sidebar?
The question is, what template hook is used? The code in the plugin ends with Code:
$templater = vB_Template::create('latest_paidsubs_wgo'); $templater->register('latest_paidsubs_html', $latest_paidsubs_html); $template_hook['forumhome_wgo_pos2'] .= $templater->render(); $template_hook['forumhome_above_forums'] .= $templater->render(); Thankyou in advance. |
#2
|
||||
|
||||
Surprised this cant be answered by one of the members here. Does a script called in the sidebar need to call a template at all? Does all the code simply go into the sideblock code box and called as php?
More help appreciated. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|