Pages on Nav Bar / Drop Down Menu's

Regarding the help tab:

open template navigation and find this line
HTML:
<a href="{$tabs.help.href}" class="navLink" rel="help">{$tabs.help.title}</a>
to replace it with this line
HTML:
<a href="{xen:link forums/server-rules}" class="navLink" rel="help">{$tabs.help.title}</a>

Regarding the home tab, it doesn't have a drop down by default. You'd have to check where the template is for the home tab in xenPorta by Jaxel (which seems to be what you're using)
 
Regarding the help tab:

open template navigation and find this line
HTML:
<a href="{$tabs.help.href}" class="navLink" rel="help">{$tabs.help.title}</a>
to replace it with this line
HTML:
<a href="{xen:link forums/server-rules}" class="navLink" rel="help">{$tabs.help.title}</a>

Regarding the home tab, it doesn't have a drop down by default. You'd have to check where the template is for the home tab in xenPorta by Jaxel (which seems to be what you're using)

Thanks, How do i remove the drop down options for "Help" like BB and Smile options
 
Screen%20Shot%202012-04-13%20at%208.53.27%20AM.png

navigation menu

the blue highlight shows what makes up that list, remove it to remove them from the drop down.

To make the help tab not drop down at all we recently discussed that herE: http://xenforo.com/community/threads/removing-drop-down-boxes-links.30383/

hope that helps.
 
Top Bottom