XF 1.4 Help tab?

Alternatively, @Chimpie, just edit the navigation template.

Assuming you want it under the Forums tab, add this:

Code:
<li><a href="{xen:link 'help'}">{xen:phrase help}</a></li>

Under this:

Code:
<xen:hook name="navigation_tabs_forums">
 
Top Bottom