The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with this code in navbar
Hi all,
I have tried to include a code in the end of navbar or under it Picture in attach will explain it more Specially like if you add any code under PHP Code:
I have tried this but it doesn't work PHP Code:
|
#2
|
||||
|
||||
Either add your code below:
Code:
{vb:raw navbar} Code:
{vb:raw template_hook.navbar_end} Code:
$templater = vB_Template::create('ARP_template'); $template_hook['navbar_end'] .= $templater->render(); See attached screen shot. I do believe this will work. |
#3
|
|||
|
|||
Quote:
See But I need it here : Thanks For your reply, Much Appreciated :up: |
#4
|
||||
|
||||
Let me find the correct hook.
--------------- Added [DATE]1259615808[/DATE] at [TIME]1259615808[/TIME] --------------- Ok here you go. Go to your navbar template and add the following at the very end or where ever you want it to show. Code:
{vb:raw template_hook.BBR_below_navbar} And this will be your plugin code. Code:
$templater = vB_Template::create('ARP_template'); $template_hook['BBR_below_navbar'] .= $templater->render(); Let me know how it works. |
#5
|
|||
|
|||
So If I want my mod work should any one add template_hook in the forumhome to get the Mod work
Is there any way to didn't make it with any manual changes ? |
#6
|
||||
|
||||
I can't find a hook that is in the location so my only thought was to add my own hook.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|