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
 
Back
Top Bottom