Icy Phoenix


Old Docs - [OUTDATED] CUSTOMIZATION - Add Extra Link To Top Menu To Another Site (Home Page)



bloke [ Fri 10 Oct, 2008 13:10 ]
Post subject: [OUTDATED] CUSTOMIZATION - 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;


to open in new page i used 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 i have done it another way
cheers bloke


DWho [ Fri 17 Oct, 2008 10:02 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
Looks fine to me..



Arun [ Fri 24 Oct, 2008 06:12 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
Thx for sharing this info.

Can u please tell me what will i have to do to replace the forum woth destinations, as am creating a site for travels.

thx n regards


bloke [ Fri 24 Oct, 2008 06:54 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
HI

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


replace with
Code: [Hide] [Select]
<a href="{FULL_SITE_PATH}{U_INDEX}">Destinations</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;


cheers
bloke


novice programmer [ Fri 24 Oct, 2008 22:18 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
Moving to docs....


Arun [ Sun 26 Oct, 2008 20:18 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
Thx friend,
I am using the template :ca_aphrodite: in which i cant find the file overall_header_bl.tpl

Which file do i need to edit here?

thx in advance


Chaotic [ Mon 27 Oct, 2008 02:49 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
overall_header_bl.tpl is for the Black Pearl template.

Open: /templates/ca_aphrodite/overall_header.tpl.


Arun [ Mon 27 Oct, 2008 06:40 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
Thx Chaotic,

I have Opened: /templates/ca_aphrodite/overall_header.tpl. but cant find the said line.

Later i switched to MG Themes, i found that line and edited as per ur instruction on the same file but when the result came, there was no change. I tried with clearing the server cache and my computers cache but the result was the same. Where could i have gone wrong?

thx n regards


bloke [ Mon 27 Oct, 2008 09:16 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
arun
try the overall_header_bl.tpl not the
overall_header.tpl
cheers bloke


Arun [ Mon 27 Oct, 2008 17:21 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
overall_header_bl.tpl is not there in the package.

In MG Themes this file is present but nothing happens when edited.

thx


Limun [ Mon 27 Oct, 2008 17:37 ]
Post subject: Re: Icy Phoenix 1.2.0.27c Add Extra Link To Top Menu To Another Site ( Home Page)
Arun wrote: [View Post]
overall_header_bl.tpl is not there in the package.

In MG Themes this file is present but nothing happens when edited.

thx


open your templatesca_aphroditeoverall_header.tpl

find
Spoiler: [ Show ]


affter add
Spoiler: [ Show ]


search and add without any space betwen & # 8 2

thats all



Tips:
where :
http://www.add url = link you want to add
Put Name Here = name what you want to show in header




Powered by Icy Phoenix