MyBB Community Forums

Full Version: Stupid Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Now I know how this must seem so stupid, but I have been goin out of my head with this for some reason.

I have my mybb site set up at www.lolwtf.org/forums with the portal at www.lolwtf.org/index.php, but I want to make the logo at the top link back to the portal, but no matter what I try it always links back to the forums instead Confused

What am I doing wrong?

I am editting:

lolwtf.ofg\forums\Upload\install\resources

And changing to this:

<div class="logo"><a href="http://lolwtf.org/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a></div>

and this
<td valign="top"><a href="http://lolwtf.og/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0"></a></td>

but it has no affect Sad
the mybb_theme.xml file isn't used by mybb except for inserting into the database during installation. [Wiki: Admin_CP_Templates] (Broken link, head over to docs.mybb.com instead)
In Admin CP

Templates => Modify / Delete
Your Template Set => Expand

header => Change original

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

Replace with

<div class="logo"><a href="http://www.lolwtf.org/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
Thanks Coder, however I cant find the bit you mention.

I go to the admin panel, Themes > Modify/Delete > My Theme > Edit Theme Style

Under there I can find nothing to do with the header?

I notice you say expand rather than edit, am I missing an option here?
No it's under Templates not themes.
Brilliant thanks a lot dude.

Been bugging me how I make changes to the header all weekend Smile