PDA

View Full Version : Location of Menu link


Saintless
01-30-2009, 09:40 PM
Hi
If i want to change/add menu link suppose i want to add a extra link in Community dropdown menu , where i have to change?

Lynne
01-31-2009, 01:05 AM
In the navbar, find <!-- community link menu --> and then add another row under there like this:
<tr><td class="vbmenu_option"><a href="yourpage.php$session[sessionurl_q]">Your Page</a></td></tr>

or if you like to do it via plugins, just use the template hook there:
$template_hook[navbar_community_menu_end]

Saintless
01-31-2009, 01:27 PM
Thanks a lot,it working nice