Icy Phoenix

     
 

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

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

Article
Reply with quote    Download Post  
Post 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.





 
   
Inactive User [ Tue 08 Sep, 2009 00:56 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


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

Comments
Reply with quote    Download Post  
Post 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...

   



 
DWho - View user's profile Send private message  
DWho [ Wed 09 Sep, 2009 22:25 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1
 
 




 


 

  cron