Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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?
 



 
silber112Send private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

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



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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



             
 



 
silber112Send private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron