MyBB Community Forums

Full Version: Can I remov the 'powered by Mybb?'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Can I remove the 'Powered by Mybb' at the bottom or will I get in trouble.
Well, you can. But you will not receive support from the MyBB team. Why would you want to remove it...
Also, http://wiki.mybb.com/index.php/Help:Support_eligibility
If you're concerned about it being picked up by search engines and spammers using that to target you, then I suggest you make a transparent PNG with that text, and use the image in place of the actual text. That is one of the most basic security/anti-spam tactics out there.
i am also want to know how to remove forum version from the index footer
(2011-12-30, 08:35 PM)lexy Wrote: [ -> ]i am also want to know how to remove forum version from the index footer

That's a setting.

ACP > General Configuration > Show Version Numbers > Off
(2011-12-30, 08:33 PM)Dylan M. Wrote: [ -> ]If you're concerned about it being picked up by search engines and spammers using that to target you, then I suggest you make a transparent PNG with that text, and use the image in place of the actual text. That is one of the most basic security/anti-spam tactics out there.

that is possible if so awesome, would you mind linking me to a how or telling me how either n a pm or on skype zFakieHDz thank you.
(2011-12-30, 08:44 PM)Nathan Malcolm Wrote: [ -> ]
(2011-12-30, 08:35 PM)lexy Wrote: [ -> ]i am also want to know how to remove forum version from the index footer

That's a setting.

ACP > General Configuration > Show Version Numbers > Off

LOL tHANKS
I would like to switch to a transparent png, but I couldn't find one....
(2012-01-23, 07:49 AM)_michael_ Wrote: [ -> ]I would like to switch to a transparent png, but I couldn't find one....

You need to make one...
Open up your site and use printscreen to grab an image of the screen that includes the powered by Mybb. Save this into an image using your favourite image editor (tip use paste so it appears on the canvas!). Then crop the image down till it consists of the just the footer powered by MyBB and save this as a transparent PNG.
Now upload the image to your site images folder. Now go to ACP ->templates and styles->templates->your theme->footer templates->footer
Locate:
<span id="copyright">
				<!-- MyBB is free software developed and maintained by a volunteer community. 
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact, 
					to show your support for MyBB.  If you choose to remove or modify the copyright below, 
					you may be refused support on the MyBB Community Forums.
				 
					This is free software, support us and we'll support you. -->
				{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.
				<!-- End powered by -->
			</span>
And replace that with (leave the <span id="copyright"> at beginning and </span> at end though):
<a href="http://www.mybb.com"><img src="link to your image.png"/></a>
Hopefully I didn't miss a step

Aventura
Well. This quickly turned into a site security thread...
Pages: 1 2