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


Inactive User
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: [Download] [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: [Download] [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: [Download] [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.

;)

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...

:mrgreen: :mrgreen:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 1.9976s (PHP: 1% SQL: 99%)
SQL queries: 31 - Debug Off - GZIP Enabled