changing link on site logo

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Scam Warning
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
Locked
rbenoit
Registered User
Posts: 9
Joined: Tue Oct 24, 2006 11:48 pm

changing link on site logo

Post by rbenoit »

I am trying to change the link on the "Site Logo". The default is back to the forum index page. I would like to sent it to the club website.

I have checked just about everywhere i cant think of...and cannot seem to find where to change it.

Did it in 2.0... but 3.0 is somewhat different.

Thanks for the help.
User avatar
Jaymie1989
Registered User
Posts: 1991
Joined: Thu Aug 02, 2007 5:21 pm
Name: Jaymie

Re: changing link on site logo

Post by Jaymie1989 »

In styles > templates > overall_header.html

Find this

Code: Select all

<div id="site-description">
				<a href="{L_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
and change

Code: Select all

<a href="{L_INDEX}"
to the url that you want

e.g.
<div id="site-description">
<a href="YOU URL HERE" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
Dear creators of Sesame Street,
Kids are still fat. Can I come back now?
Sincerely, Cookie Monster.

View my MODs - Need phpBB help with MODs and Styles? Take a look at my phpBB3 services
ryorevo
Registered User
Posts: 53
Joined: Thu Jan 31, 2008 12:06 pm
Location: US
Contact:

Re: changing link on site logo

Post by ryorevo »

I found this answer the other day, somewhere in this forum:

Main Logo link change:
Open the forum/styles/stylename/template/overall_header.html file in a plain text editor such as notepad or wordpad.

FIND
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>

REPLACE
{U_INDEX} with http://www.whatever.com
rbenoit
Registered User
Posts: 9
Joined: Tue Oct 24, 2006 11:48 pm

Re: changing link on site logo

Post by rbenoit »

Am sure I had done that already.and it didnt work..will check again.

Even renamed overall_header.html to something else... and everything still works the same...no errors anywhere
User avatar
Jaymie1989
Registered User
Posts: 1991
Joined: Thu Aug 02, 2007 5:21 pm
Name: Jaymie

Re: changing link on site logo

Post by Jaymie1989 »

I wouldnt rename overall_header.html at all.

It should work it did for me
Dear creators of Sesame Street,
Kids are still fat. Can I come back now?
Sincerely, Cookie Monster.

View my MODs - Need phpBB help with MODs and Styles? Take a look at my phpBB3 services
rbenoit
Registered User
Posts: 9
Joined: Tue Oct 24, 2006 11:48 pm

Re: changing link on site logo

Post by rbenoit »

Just read on another post... to go to the acp and clear the cache.

I did that and it works as expected.

Should of done my homework first.

Thanks for the replies.
Locked

Return to “[3.0.x] Support Forum”