Icy Phoenix


Old Support Topics - Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)



bloke [ Fri 10 Oct, 2008 13:17 ]
Post subject: 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
Code: [Hide] [Select]
<td class="forum-buttons" colspan="3" width="100%">

added under
Code: [Hide] [Select]
<a href="http://www.add url>Put Name Here</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;


or to open in new page use this

Code: [Hide] [Select]
<a href="http://www.add url" target="_blank">Put Name Here</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;



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

Code: [Hide] [Select]
<a href="{FULL_SITE_PATH}{U_PORTAL}">{L_HOME}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;

REPLACE WITH
Code: [Hide] [Select]
<a href="{FULL_SITE_PATH}{U_PORTAL}">Portal</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;


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 ]
Post subject: 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. :)

How To Add More Things In The Principal Menu


bloke [ Fri 10 Oct, 2008 14:36 ]
Post subject: 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 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Ano
bloke wrote: [View Post]


original code

Code: [Hide] [Select]
<a href="{FULL_SITE_PATH}{U_PORTAL}">{L_HOME}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;

REPLACE WITH
Code: [Hide] [Select]
<a href="{FULL_SITE_PATH}{U_PORTAL}">Portal</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;


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


man , in code

Spoiler: [ Show ]


so the Put Name Here is name you want to show in header (if u write bloke 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 ]
Post subject: 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 ]
Post subject: 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!




Powered by Icy Phoenix