The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
TheAdminMarket Hook after Quick Links?? 10-30-2015, 10:53 AM
ozzy47 Why not create it with the... 10-30-2015, 11:23 AM
TheAdminMarket I don't want Tab. Just a Link... 10-30-2015, 11:29 AM
Dave I believe it's the... 10-30-2015, 11:34 AM
ozzy47 I know, you can make a link,... 10-30-2015, 11:34 AM
TheAdminMarket I tried but does not works :(... 10-30-2015, 02:25 PM
MarkFL What I did in one of my... 10-30-2015, 02:39 PM
TheAdminMarket Finally I created a Tab menu... 10-30-2015, 02:41 PM
Paul M Still just add a link in nav... 10-30-2015, 02:43 PM
MarkFL Christos, try:
... 10-30-2015, 02:46 PM
TheAdminMarket Seems that my mind has messed... 10-30-2015, 04:30 PM
TheAdminMarket Javascript guru Mark? :) I'll... 10-30-2015, 04:33 PM
squidsk You need to put the forum... 10-30-2015, 04:52 PM
|
#1
|
||||
|
||||
Hook after Quick Links??
Hello,
I'm trying to add a simple menu link after "Quick Links", but I was never good enought to locate the correct hook. Can someone helps? Code:
<plugin active="1" executionorder="30"> <title>Forum Link</title> <hookname>cache_templates</hookname> <phpcode><![CDATA[ $templater = vB_Template::create('teamtalk_forum_link'); $template_hook['navtab_end'] .= $templater->render(); ]]></phpcode> </plugin> HTML Code:
<template name="teamtalk_forum_link" templatetype="template" date="1160112327" username="ChrisTERiS" version="1.0.0"><![CDATA[ <li id="vbflink_teamtalk"><a href="teamtalk.php">{vb:var vbphrase.teamtalk_global}</a></li> ]]></template> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|