MyBB Copyright Image
Image of the MyBB Copyright
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>