The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Add an button to the 'Quick Link' menu
Hi folks,
Newbie alert!! Long time reader... first time poster What I'd like to do is add a button to the quick link drop down menu located on the NavBar - in particular a 'create new pm' button (as if there aren't enough already). I know I need to edit the navbar template, but if anyone could help with the code and positioning, I would appreciate it... Many thanks Jon --------------- Added [DATE]1244746012[/DATE] at [TIME]1244746012[/TIME] --------------- Perhaps I should have put this in 'design and graphics'? |
#2
|
||||
|
||||
Here's the code from the USERCP_SHELL template:
HTML Code:
<tr><td class="$navclass[pm_newpm]" nowrap="nowrap"><a class="smallfont" href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td></tr> HTML Code:
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if> HTML Code:
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td></tr> |
#3
|
||||
|
||||
That's fantastic - thank you Lynne, worked like a dream
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|