MyBB Community Forums

Full Version: Remove mybb logo and link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i remove the link to the mybb logo i cant seem to find it ??
jamesrww Wrote:how do i remove the link to the mybb logo i cant seem to find it ??

do you mean the logo at the top of your fourm eg this one

[Image: logo.gif]

if go to your ftp images then download the logo.gif the edit that to your log then uplaod it again

This if the mybb skin

if you meen the text at the bottom

Quote:Powered By MyBB
Copyright © 2002-2007 MyBB Group

you are not aloud to edited this or your will be braking the mybb copyright
Yeah i mean the logo at the top .. i have removed the gif file from images but in ie it leaves a red cross where the image should be.... i dont want a logo in that section at all .. so which file calls the logo.gif

Tazfan Wrote:
jamesrww Wrote:how do i remove the link to the mybb logo i cant seem to find it ??

do you mean the logo at the top of your fourm eg this one

[Image: logo.gif]

if go to your ftp images then download the logo.gif the edit that to your log then uplaod it again

This if the mybb skin

if you meen the text at the bottom

Quote:Powered By MyBB
Copyright © 2002-2007 MyBB Group

you are not aloud to edited this or your will be braking the mybb copyright
ACP -> Templates -> Modify / Delete -> *Your Template -> Expand -> Header -> Edit:

Find and Remove:
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>
You can go into your templates and remove the logo - no image will appear there then.

To do this, go to:
Admin CP > Templates > Modify/Delete > *your theme* > Expand > header

Inside that template, remove this bit of code:
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>

Will remove the logo.