The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I am trying to add an item at the top of the "Community Links" drop down menu. In the following picture, which is standard default,
![]() I am trying to add an item just above the "Social Groups" so it will read like: Community Links NEW ITEM <<- trying to add a link in that spot, above Social Groups Social Groups (unchanged) Pictures & Albums (unchanged) Contacts & Friends (unchanged) Members List (unchanged) I already have the code and what I want inserted. My question is, where in the navbar template to I insert the new link code? thanks |
#2
|
||||
|
||||
![]()
Add your link above this line in the navbar:
HTML Code:
<if condition="$show['quick_links_groups']"> <tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr> </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|