The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding A Link on the Quick Link Dropdown Menu
Is it possible? I want to add a statisics link under the who's online link. Thanks in advance
|
#2
|
|||
|
|||
Quote:
find in navbar template: Code:
<tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if> Add below Code:
<tr><td class="vbmenu_option"><a href="linktoyourfile.php?$session[sessionurl]">Your Description</a></td></tr> And that should do the clou. Don't forget to change linktoyourfile.php & Your Description. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|