MyBB Community Forums

Full Version: Changing the URL of the Logo at the top of the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have the MyBB forum software attached to my website.

I have managed to change the MyBB logo, to that of my site logo OK, but I can't work out how to change the 'URL' to that of my site ?

Clicking on my site Logo in the Forum still takes me back to the home page of the MyBB forum.

I am using the latest version of MyBB
admin panel >> templates >> active theme's templates >> Header Templates >> header

logo code can be like this
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

change {$mybb->settings['bburl']}/index.php to your required link
(2013-06-13, 05:29 PM).m. Wrote: [ -> ]admin panel >> templates >> active theme's templates >> Header Templates >> header

logo code can be like this
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

change {$mybb->settings['bburl']}/index.php to your required link

Many thanks !
I have just completed this and it all works OK