SOLVED How To Change Menu Links In Icy Phoenix 1.3.0.53?


Subject: How To Change Menu Links In Icy Phoenix 1.3.0.53?
Hello like you can see in this forum in the menu you have this options:

Home Forum New Profile Search FAQ Log out



I what to replace two of them:

New I what to change the name to Videos and redirect it to another page like www.fastcars.com

FAQ I what to change the name to Games and redirect it to another page like www.fastcars.com


What .php file do i have to edit and what do I have to do exactly?

Profile PM  
Subject: Re: How To Change Menu Links In Icy Phoenix 1.3.0.53?
it depens on your theme, but for icy_phoenix, you would edit templates/default/overall_header.tpl.

Profile PM  
Subject: Re: How To Change Menu Links In Icy Phoenix 1.3.0.53?
Open

your_site/templates/default/overall_header.tpl

Find
Code: [Download] [Hide]
  1. <a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp; 


replace with

Code: [Download] [Hide]
  1. <a href="http://www.fastcars.com">Videos</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp; 



find
Code: [Download] [Hide]
  1. <a href="{FULL_SITE_PATH}{U_FAQ}">{L_FAQ}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp; 


replace with
Code: [Download] [Hide]
  1. <a href="http://www.fastcars.com">Games</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp; 



This will only work iff you got upi2db switched off


Edit:

In all other templates you´ve got to change the same lines in overall_header.tpl

Template by template

Subject: Re: How To Change Menu Links In Icy Phoenix 1.3.0.53?
spydie wrote: [View Post]
Open

your_site/templates/default/overall_header.tpl

Find
Code: [Download] [Hide]
  1. <a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp; 


replace with

Code: [Download] [Hide]
  1. <a href="http://www.fastcars.com">Videos</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp; 



find
Code: [Download] [Hide]
  1. <a href="{FULL_SITE_PATH}{U_FAQ}">{L_FAQ}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp; 


replace with
Code: [Download] [Hide]
  1. <a href="http://www.fastcars.com">Games</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp; 



This will only work iff you got upi2db switched off


Edit:

In all other templates you´ve got to change the same lines in overall_header.tpl

Template by template



:thanks: :thanks: :thanks: :thanks: :thanks: :thanks: :thanks:

Profile PM  

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: 0.0816s (PHP: 21% SQL: 79%)
SQL queries: 10 - Debug Off - GZIP Enabled