MyBB Community Forums

Full Version: How to remove the text "powered by mybb"?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to remove the text, but i will like to keep a image for sure.

From where i can remove it?

Thanks
You can change it in the the footer template: Admin CP -> Templates & Style -> Templates -> *your theme's templates* -> Footer Templates -> footer

You will find something like:

{$lang->powered_by} <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.

Change it to:

<a href="http://www.mybb.com" target="_blank"><img src="IMGURLHERE" /></a>
Thanks a lot!
Should not remove the "Powered By MyBB" because you will not receive support from mybb.com more!
Bit if he keeps the MyBB image in footer everything will be just fine.
(2013-02-22, 02:18 PM)Jovan J. Wrote: [ -> ]Bit if he keeps the MyBB image in footer everything will be just fine.

What image? I'd like to change this because I know some bots find forums by searching for "powered by" text.
There is always a link back to MyBB site required from the board using MyBB software and the linkback should be visible clearly. That is the basic criteria to be eligible having support here. No matter if it is the default text link, an alternate text link (like "Forum Software: MyBB", with a link back to MyBB site) or a linked little MyBB logo image.
(2013-02-22, 08:27 PM)effone Wrote: [ -> ]There is always a link back to MyBB site required from the board using MyBB software and the linkback should be visible clearly. That is the basic criteria to be eligible having support here. No matter if it is the default text link, an alternate text link (like "Forum Software: MyBB", with a link back to MyBB site) or a linked little MyBB logo image.

Okay thanks.