Add a Logo with a link

LPH

Well-known member
Is it possible to set a link for the logo?

I mean - can the link be changed so it points to the root rather than forums?

Update: I removed the LinkPath in the template. Instead of a template edit, it seems there should be a way to set this in the ACP.
 
I mean - can the link be changed so it points to the root rather than forums?
Admin Control Panel -> Home (tab) -> Options -> Link logo to homepage -> Mark as "yes" -> Save
Make sure you provided a URL to the homepage in the option above, ;) (Home Page URL)
 
I'm not wanting the home tab to use the same link as the logo but thank you. In fact, I'll probably replace the home with a drop down.
 
Then you need to edit templates (note sure if there's any other way to do it without template edits).

Admin Control Panel -> Appearance -> Styles & Templates -> Templates -> logo_block

Find:
Rich (BB code):
<div id="logo"><a href="{$logoLink}">
<span><xen:comment>This span fixes IE vertical positioning</xen:comment></span>
<img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" />
</a></div>

Replace {$logoLink} with your new URL and save.
 
Top Bottom