MyBB Community Forums

Full Version: HELP 2ND
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im stuck because I want to add to mybb header
but the forum is


mydomain.net/forum
but i want the header link to be

mydomain.net/whatever


how do I do that because when I add it to the header it says

mydomain.net/forum/whatever


but I want it to be

mydomain.net/whatever


HELP
ACP>Templates>Your Theme>Header Templates>header

Replace
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

With
<a href="http://yourdomain.com/whatever/"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a
ok cheers