MyBB Community Forums

Full Version: Two Logos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi folks. Just wondering if anyone can help solve an issue I have. After attempting to use a plugin that apparently wasn't compatible with the current MyBB version; I removed the plugin but it did have an adverse affect. My forum now has two logos at the top of the page and I am stumped on how to get rid of one of them. I thought i would check with far smarter folks than I and see if you could help me clean this up.

http://www.formula1blog.com/Forum/index.php

Thanks for any help in advance.
check 2 make sure that the file that you use 4 ur logo isnt there twice. hope this helps.

note sry 4 the bad grammer im on my psp.
I checked it and it seems to be there only once but thanks for the idea. I hadn't really thought to check that.
look at your themes header template to make sure you don't have the logo code twice.

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

As that's weird I can't think of anything else.
Here is what i have:

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



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

I removed the second reference and it seemed to wrok. Thanks so much for pointing that out to me Netsage. I didn't think to look there; that's whyI don't go by the name netsage. Smile more like netTard for me. Wink Thanks again.
Lol trust me I'm not that skilled. Just know some HTML really. I haven't started CSS or PHP yet Toungue.