MyBB Community Forums

Full Version: Changing the Logo Link.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using Oxwall as my main website and am using MyBB for my forum. Oxwall is in my root directory and my forum is under the /forum/ folder.

Is it possible to change the logo link in/on MyBB so that when users click on it, instead of going to the forum index they go back to the main page of my site?


dreadlocks.gi9.co
dredlocks.gi9.co/forum/
above links appear to be broken.
anyway, header template of the theme consists of code similar to below
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

link code <a href="{$mybb->settings['bburl']}/index.php"> can be changed to suit your requirement
<a href="http://dreadlocks.gi9.co">
OMG are you kidding me? I battled that stupid line for an hour and tried every conceivable link code EXCEPT the regular html one. DOH!!! It's fixed. You rock!!! Thank you. :-)