MyBB Community Forums

Full Version: Banner redirect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've searched and havent found a solution to this problem, but what I've been experiencing is that the site url links right back to the forum and not the site. Is there anyway of fixing this? I'm sure I'm just stupid
Is your forum at
yourdomain.com/forum or
yourdomain.com/
General config, you have put your board url as the main site.
(2010-01-26, 09:48 PM)RPicard Wrote: [ -> ]Is your forum at
yourdomain.com/forum or
yourdomain.com/

its, actually http://behindthethrills.com/forum
And no, my main site url is correct. It keeps going back to the forum
I am stupid. That setting is for the footer. I figured that out. What I want to figure out is how to link the banner to my site. It is clickable, so that leads me to believe that it can be redirected. Am I wrong on that? If not, how would it be done?
Just go ACP > Templates & Styles > Templates > Select Theme > Header templates > Header and find the following:

<a href="{$mybb->settings['bburl']}/index.php">
and replace it with:
<a href="htt[://www.yourhomeurl.com">
(2010-01-26, 11:22 PM)TimB. Wrote: [ -> ]Just go ACP > Templates & Styles > Templates > Select Theme > Header templates > Header and find the following:

<a href="{$mybb->settings['bburl']}/index.php">
and replace it with:
<a href="htt[://www.yourhomeurl.com">

Outstanding! Seems so simple now. Thanks so much.