The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
Hey Olaf,
Download a couple of my hacks and have a quick look at the some of the plugins. You should get the idea pretty quickly on how to do it. But if you use vBulletin's template hooks, which are in most templates now adays, it would look something like this: Code:
$template_hook['navbar_search_menu'] .= '<tr><td class="vbmenu_option"><a href="tags.php'.$session['sessionurl_q'].'" rel="nofollow">'.$vbphrase['bookmarksnavlink'].'</a></td></tr>'; Code:
$vbulletin->templatecache['FORUMDISPLAY'] = str_replace($vbulletin->options['sfutbf_ati_text'],$vbulletin->options['sfutbf_ati_text'].fetch_template('UnansweredThreadsByForum'),$vbulletin->templatecache['FORUMDISPLAY']); Mosh ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|