http://www.icyphoenix.com/viewtopic.php?f=35&t=4876&p=32965#p32965
-----------------------------------
bloke
Fri 10 Oct, 2008 13:17

Icy Phoenix 1.2.0.27c  Add Extra Link To Top Menu To Another Site ( Home Page)
-----------------------------------
to add extra link too

Home       Forum       New      Profile      Search      FAQ      Log out 

i went to edit templates/mg themes/overall_header_bl.tpl

FIND
[codeblock]<td class="forum-buttons" colspan="3" width="100%">[/codeblock]
added under
[codeblock]<a href="http://www.add url>Put Name Here</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;[/codeblock]

or to open in new page use this

[codeblock]<a href="http://www.add url" target="_blank">Put Name Here</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;[/codeblock]


and i got this

Put-Name-Here      Home       Forum       New        Profile       Search       FAQ       Log out 

to change Home to Portal i had to do this

original code

[codeblock]<a href="{FULL_SITE_PATH}{U_PORTAL}">{L_HOME}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;[/codeblock]
REPLACE WITH
[codeblock]<a href="{FULL_SITE_PATH}{U_PORTAL}">Portal</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;[/codeblock]

and i got this

Put-Name-Here      Portal       Forum       New       Profile       Search      FAQ      Log out 

all is working good
do you think the way i have done it will give me any problems later on
or should it of been done another way
cheers bloke


