logo linking to portal on CA_Black style

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
rossoe
Active Member
Posts: 14
Joined: 24. July 2008 12:41

logo linking to portal on CA_Black style

Post 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.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: logo linking to portal on CA_Black style

Post 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>
V.G. archivar
sorry for my bad english

Topic author
rossoe
Active Member
Posts: 14
Joined: 24. July 2008 12:41

Re: logo linking to portal on CA_Black style

Post by rossoe »

Thank you

works great
Post Reply

Return to “Styles Support”