XF 1.2 How to set Logo link

Robert F Schmitz

Well-known member
Licensed customer
Is there a way to set where the logo links to without adding a Home Page URL setting under Basic Board Information.

I would like to have the logo link without adding the home tab.
 
Edit your logo_block template.

Change this line:

Code:
<div id="logo"><a href="{$logoLink}">

To something like this:

Code:
<div id="logo"><a href="http://www.myforumhomepage.php">
 
Back
Top Bottom