The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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:
|