MyBB Community Forums

Full Version: 2 logos remove 1 logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
In my website there are 2 logs one mybb default logo and 2nd i manually added random banner logo now i want to remove mybb default logo.

from this mybb link i got [Image: thread-95988.html]logo script.

link http://pakbestgamers.com/forums/portal.php
Go to your ACP -> Templates & Style -> Your Theme -> Board Logo and delete that url. Now it should be removed.
(2013-01-07, 10:12 AM)egbertjan Wrote: [ -> ]Go to your ACP -> Templates & Style -> Your Theme -> Board Logo and delete that url. Now it should be removed.

where is board logo option in Theme
You have to scroll down a little on the theme page.
i did then what i do please make complete answer
I thought I was pretty straight forward. If you want to delete the standard mybb logo you have to delete that logo link at Board url. When you have deleted it you save it and perhaps you have to clear your cache (since your cache may still show that image). If this isn't what you want to know then either explain what else you would want or I can't help you any further.
i did whatever you said but script still there go there http://www.pakbestgamers.com/forums/ you will there is image missing on Pakistan Best Gamers

Note: it should be fixed from here

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

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
That's the part of the logo atleast.. I think if this won't fix it you should wait for somebody else to reply.
exactly i did remove this part as well but no one help me
What plugins are you using?
Pages: 1 2