http://www.icyphoenix.com/viewtopic.php?f=35&t=4876
-----------------------------------
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


-----------------------------------
Chaotic
Fri 10 Oct, 2008 13:34

Re: Icy Phoenix 1.2.0.27c  Add Extra Link To Top Menu To Ano
-----------------------------------
Hey Bloke,

You might want to give this topic a read over.  It may help you out. :)

[url=http://www.icyphoenix.com/viewtopic.php?f=2&t=4806]How To Add More Things In The Principal Menu


-----------------------------------
bloke
Fri 10 Oct, 2008 14:36

Re: Icy Phoenix 1.2.0.27c  Add Extra Link To Top Menu To Ano
-----------------------------------
thanks Chaotic
thats a bugger when you dont know what words to  search for  :roll: 
and you spend so much time searching and destroying your test forum 
then someone links you to it  :lol: 
oh well till next time  :loveit: 
cheers bloke

ps
just looked at it again
i did the edits in
overall_header.tpl
but it did not work for me
so i did it in
overall_header_bl.tpl 
and it worked
so what you think i have a problem down the track  :?


-----------------------------------
Limun
Fri 10 Oct, 2008 14:48

Re: Icy Phoenix 1.2.0.27c  Add Extra Link To Top Menu To Ano
-----------------------------------
[quote user="bloke" post="32965"]

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[/quote]

man , in code

[spoiler]<a href="http://www.add url" target="_blank">[color=red]Put Name Here[/color]</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;[/spoiler]

so the [color=red]Put Name Here[/color] is name you want to show in header (if u write [color=red]bloke[/color] it will be show):
 bloke      Portal       Forum       New       Profile       Search      FAQ      Log out 

and what you realy want to add , so i will create code for you ?


-----------------------------------
bloke
Fri 10 Oct, 2008 15:25

Re: Icy Phoenix 1.2.0.27c  Add Extra Link To Top Menu To Ano
-----------------------------------
its all worked good Limun thanks

but to get it to work i had to put it in
overall_header_bl.tpl 

none of the addons worked for me in
overall_header.tpl

i just dont want to put the forum public, if there might be a problem later on
as i had to edit different files, as to what was said to do to make it work 
i did not know that till chaotic linked me to another post
that you are to edit overall_header.tpl which would not work for me
so i edited overall_header_bl.tpl and it works fine
cheers bloke


-----------------------------------
Chaotic
Fri 10 Oct, 2008 23:49

Re: Icy Phoenix 1.2.0.27c  Add Extra Link To Top Menu To Ano
-----------------------------------
Yeah, it can be template specific.

Glad to hear you got it working!


