LPH Well-known member Sep 17, 2012 #1 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.
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.
M@rc Well-known member Sep 17, 2012 #2 lph said: I mean - can the link be changed so it points to the root rather than forums? Click to expand... 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) Upvote 0 Downvote
lph said: I mean - can the link be changed so it points to the root rather than forums? Click to expand... 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)
LPH Well-known member Sep 17, 2012 #3 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. Upvote 0 Downvote
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.
M@rc Well-known member Sep 17, 2012 #4 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. Upvote 0 Downvote
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.