MyBB Community Forums

Full Version: Copyright of mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Be default copyright code is
<!-- 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://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
				<!-- End powered by -->


Can we shorten it to
<div style="background:silver">
{$lang->powered_by} <a href="http://mybb.com/" target="_blank" style="color:silver">MyBB{$mybbversion}</a>
</div>

note the colors of div and anchor

What I mean is, Does mybb only needs backlink ?
might be sufficient !!
(2011-12-02, 05:14 PM)ranjani Wrote: [ -> ]might be sufficient !!

didn't get :confused: ?
[wiki]HelpConfusedupport_eligibility[/wiki]

EDIT: oops, no. It must be visible.
Minimum Copyright
MyBB is licenced under the LGPL and therefore users may remove the MyBB copyright and credit notice from the footer of their forum, however those who choose to do so are ineligible for support on the community forums.

To receive support users must display at the very least the following "powered by" notice on every page of their forum:

Powered by MyBB.
The text must contain a link to http://www.mybb.com, an image of the text is acceptable however it must still link to http://www.mybb.com.

If your theme does not already carry the powered by message it can be added by going into your admin control panel > Templates & Styles > Templates > *Select template* > Footer templates > Footer and then adding the following code:

Powered by <a href="http://www.mybb.com" target="_blank">MyBB</a>.
Users that are found to violate this rule will be denied support temporarily (for the first offense) until rectified, or permanently for repeated offenders.

from
http://wiki.mybb.com/index.php/Help:Support_eligibility
Background silver and font silver, no. It needs to be visible.
(2011-12-02, 05:19 PM)Alan Shepperson Wrote: [ -> ]Background silver and font silver, no. It needs to be visible.

This actually. Toungue

temp

If we make it silver then it should be invisible. Big Grin
Does it can be like this?

<div style="background:green">
<a href="http://mybb.com" target="_blank" style="color:red"> MyBB </a>

Omitted " powered by "
(2011-12-02, 05:23 PM)temp Wrote: [ -> ]If we make it silver then it should be invisible. Big Grin

If you make it invisible you won't get support.
Pages: 1 2