Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

MyBB Copyright Image

Image of the MyBB Copyright

Version:
Author: hascet
Submitted: 24th June 2008
Last Updated: 27th July 2008
This is an image of the MyBB Copyright from the default template with a transparent background. This does not void the MyBB License in any way. You can use this in place of the copyright text for better security. To use this go to:
Admin CP>Templates>Modify/Delete>Expand Your Template>footer>Change Original





Change this:

Code:
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB</a> {$mybbversion}<br />
                {$lang->copyright} © 2002-{$copy_year} <strong><a href="http://www.mybboard.net" target="_blank">MyBB Group</a></strong>


To this, and change the image location to wherever you have the image located:

Code:
<a href="http://www.mybboard.net" target="_blank"><img src="http://www.example.com/forums/images/copyright.gif" /></a>


Preview:
Preview Image 565