Icy Phoenix
Old Support Topics - Editing Logo URL
binky12 [ Mon 10 Mar, 2008 01:32 ]
Post subject: Editing Logo URL
Hello.
Does anybody knows why after i have edited fallowing URL in logo in overall_header.html file, i still haven't got new URL fallowing - when i click the logo - the URL of a logo is still the same?
Cheers.
xmenfile [ Mon 10 Mar, 2008 03:13 ]
Post subject: Re: Editing Logo URL
I think you should edit overall_header.tpl, not html
Limun [ Mon 10 Mar, 2008 04:17 ]
Post subject: Re: Editing Logo URL
Hello.
Does anybody knows why after i have edited fallowing URL in logo in overall_header.html file, i still haven't got new URL fallowing - when i click the logo - the URL of a logo is still the same?
Cheers.
xmenfile is right it is tpl not html
can i see what u edited please
and u can do it in this way
<td height="150" align="left" valign="middle"><a href="http://www.icyphoenix.com/forum.php" title="IcyPhoenix"/><img src="{FULL_SITE_PATH}{SITELOGO}"</a></td>
where title="IcyPhoenix" is little popup on mause over
and a href="http://www.icyphoenix.com/forum.php" is link to redirect ...
binky12 [ Mon 10 Mar, 2008 12:45 ]
Post subject: Re: Editing Logo URL
I think you should edit overall_header.tpl, not html
There are no .tpl extension files - only .html extension files. For me it was kinda weird too, cuz usually template files have .tpl extension.
Limun wrote:
can i see what u edited please
Of course u can see.
In
milky_waytemplate
OPEN
milky_waytemplateoverall_header.html
FIND
<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top"> </td>
REPLACE WITH
<td height="150" align="left" valign="middle"><a href="http://my.edited.link.com">{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top"> </td>
Here is the proof of those files there have .html extensions, not .tpl extensions
Limun wrote:
where title="IcyPhoenix" is little popup on mause over
yes, i know this...
Limun [ Mon 10 Mar, 2008 12:59 ]
Post subject: Re: Editing Logo URL
:shock: :shock: i have no idea what is this....
are u sure this is icyphoenix???
binky12 [ Mon 10 Mar, 2008 13:05 ]
Post subject: Re: Editing Logo URL
Everything seems like it is... well u can check it out urself,
here is where i hv downloaded it.
binky12 [ Mon 10 Mar, 2008 13:13 ]
Post subject: Re: Editing Logo URL
oops... where're my eyes :oops: .. i meant the milky way style for phpBB3, and here is icy phoenix CMS section.. sry for gt u guys into mistake.. this topic should go to phpBB3 styles section...
Limun [ Mon 10 Mar, 2008 13:26 ]
Post subject: Re: Editing Logo URL
wow i didnt know that :oops:
phpBB3 is totaly different , sorry ... this is my first contact with it
try this...
<td height="150" align="left" valign="middle"><a href="http://my.edited.link.com"/>{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top"> </td>
and u haved to ask this in section phpBB 3 MODS And Styles
http://www.icyphoenix.com/viewforum.php?f=32
binky12 [ Mon 10 Mar, 2008 15:25 ]
Post subject: Re: Editing Logo URL
wow i didnt know that :oops:
phpBB3 is totaly different , sorry ... this is my first contact with it
try this...
<td height="150" align="left" valign="middle"><a href="http://my.edited.link.com"/>{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top"> </td>
and u haved to ask this in section phpBB 3 MODS And Styles
http://www.icyphoenix.com/viewforum.php?f=32
Yeah i did that at first, the point is it still hasn't changed, after editing this part.
So i presume the code to edit logo URL is somewhere else - or it's some error in this theme or/and when phpBB3 using it. :shock:
Limun [ Mon 10 Mar, 2008 15:32 ]
Post subject: Re: Editing Logo URL
u did this as i saw
<a href="http://my.edited.link.com">
and i posted this
<a href="http://my.edited.link.com"/>
can i see ur site?
binky12 [ Mon 10 Mar, 2008 15:34 ]
Post subject: Re: Editing Logo URL
Limun [ Mon 10 Mar, 2008 15:39 ]
Post subject: Re: Editing Logo URL
strange :shock:
i see this in your code !!
<td height="150" align="left" valign="middle"><a href="./index.php"><img src="./styles/milky_way/imageset/sitelogo_small.png" width="300" height="100" alt="" title="" /></a></td>
<a href="./index.php"> ???
binky12 [ Mon 10 Mar, 2008 15:47 ]
Post subject: Re: Editing Logo URL
strange :shock:
i see this in your code !!
<td height="150" align="left" valign="middle"><a href="./index.php"><img src="./styles/milky_way/imageset/sitelogo_small.png" width="300" height="100" alt="" title="" /></a></td>
<a href="./index.php"> ???
:shock: :shock: :shock:
No it's not!
look - this is the direct link to my overall_header.html file:
http://www.forgryonline.yoyo.pl/sty...all_header.html
And yeah.. indeed strange. :shock:
Limun [ Mon 10 Mar, 2008 15:58 ]
Post subject: Re: Editing Logo URL
i dont understand
look
maybe its that adwert on top who disturbing all this
binky12 [ Mon 10 Mar, 2008 16:19 ]
Post subject: Re: Editing Logo URL
i dont understand
look
maybe its that adwert on top who disturbing all this
Yea, i hv the same picture when looking into the code... maybe rly this advert causing this,.. however this is an advert of hosting service so cant remove it or disable,. at least not legally way.
binky12 [ Mon 10 Mar, 2008 17:43 ]
Post subject: Re: Editing Logo URL
Maybe there is some way to repair this error?
Anyone? :roll:
Mighty Gordon maybe u knw how to repair it?
Has a matter of fact any changes that i have made in overall_header.html aren't visible in code, like changing meta tags (description, keywords, title, robots, etc) for instance.
Forum works even when i have removed overall_header.html, so it is to set in a diffrent file. Where then?
binky12 [ Mon 10 Mar, 2008 19:45 ]
Post subject: Re: Editing Logo URL
OK. I've fixed this problem myself. I deleted all phpBB3 files, downloaded and uploaded to serv new ones.