Icy Phoenix


Documentation And How To - CUSTOMIZATION - Add An Extra Link To Top Menu / Nav Bar To Call A New Page.



Lopalong [ Tue 08 Sep, 2009 00:56 ]
Post subject: CUSTOMIZATION - Add An Extra Link To Top Menu / Nav Bar To Call A New Page.
To add an extra link to the Main Navigation Bar in the Theme Header.

Open: templates/default/overall_header.tpl

Find: (This Block).

Spoiler: [ Show ]



Take NOTE of the Permission variables.

ADD - To an new line: (If you want ALL to see it).
Code: [Hide] [Select]
<a href="{FULL_SITE_PATH}Your Page URL Here">The Name of your link here</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;


Or, ADD - To an new line: (If you want ONLY registered to see it).
Code: [Hide] [Select]
<!-- IF S_LOGGED_IN -->
<a href="{FULL_SITE_PATH}Your Page URL Here">The Name of your link here</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
<!-- ENDIF -->


Or, ADD - To an new line: (If you want ONLY Admin to see it).
Code: [Hide] [Select]
<!-- IF S_ADMIN -->
<a href="{FULL_SITE_PATH}Your Page URL Here">The Name of your link here</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
<!-- ENDIF -->


ALSO NOTE: There may be variations or different locations for different themes or styles etc, but the URL's and permissions remain basically the same.



DWho [ Wed 09 Sep, 2009 22:25 ]
Post subject: Re: CUSTOMIZATION - Add An Extra Link To Top Menu / Nav Bar To Call A New Page.
great work.. says so much time when new members join...





Powered by Icy Phoenix