Page 1 of 1

logo linking to portal on CA_Black style

Posted: 16. January 2011 17:44
by rossoe
Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.hgrv.org.uk

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I've installed CA_Black style - but I really need to set up the logo link so that it takes the user to the portal main page and not straight into the forum.

How do I do this ?

I assume it's something in overall_header.html - but can't figure it out.

Re: logo linking to portal on CA_Black style

Posted: 16. January 2011 18:13
by archivar
rossoe wrote: Boardlink: http://www.hgrv.org.uk
Description and Message
I've installed CA_Black style - but I really need to set up the logo link so that it takes the user to the portal main page and not straight into the forum.
Try this here in the overall_header.html:
search:

Code: Select all

<a href="{U_INDEX}" id="logolink"><span>{SITENAME}</span>{SITE_LOGO_IMG}</a>
replace:

Code: Select all

<a href="{U_PORTAL}" id="logolink"><span>{SITENAME}</span>{SITE_LOGO_IMG}</a>

Re: logo linking to portal on CA_Black style

Posted: 16. January 2011 19:17
by rossoe
Thank you

works great