MyBB Community Forums

Full Version: Link on header picture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have myBB in my websitebaker CMS, and use the header picture from there above the Forum.
When I clik on this picture I go back to the mainpage of the forum.
Instead of that I would like to go back to the root of the website.
How can I change this?
Can you clarify? You want to change the mybb header right?
In that case, open ACP>>templates and styles>>templates
Open the templates of the theme you use >> header

edit the header, you will see something like this
<div class="logo"><a href="[b]{$mybb->settings['bburl']}/index.php[/b]"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

replace
{$mybb->settings['bburl']}/index.php
with your root url i.e. yoursite.com
@t_virus

Thanks!
I found out how to do it
The difficulty was on ACP>>templates and styles>>templates
The 'templates' was on the left side of the screen.
the first time I was sort of blind for it.
Now it was easy

Freerk
no problem mate. if your problem is solved, consider marking it solved here
Ok, I followed the directions, but instead of the logo taking me back to my host site, it is appending my home page to the forum link.
Home page: nhpnetwork.org
Forum page: forums.nhpnetwork.org
I replaced {$mybb->settings['bburl']}/index.php with nhpnetwork.org in the active theme. When I hover on the logo, I see that it is trying to link to forum.nhpnetwork.org/nhpnetwork.org.
What am I missing? I've tried quoted and unquoted url, I can go the the functioning link.
Some help please...many thanks