Log in

View Full Version : trying to add an item at the top of a drop down


bongwater
10-31-2008, 12:13 PM
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,

https://vborg.vbsupport.ru/external/2008/10/3.png

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

Lynne
10-31-2008, 02:12 PM
Add your link above this line in the navbar:
<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>