MyBB Codes

Full Version: [Plugin Mybb 1.4*] Custom Copyright
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Name: Custom Copyright

Type: Plugin for Mybb

Version: For any versions of Mybb 1.4* series.

Funcionality: This plugin will allow you to add your own custom copyright text below that of mybb. I just coded it right now for someone that I am a tech admin at her forum. She was trying to edit the copyright text that I had entered before for her and ended up messing the footer totally. So I came up with this small plugin. My point is that this plugin is only for those admins that don''t have coding knowledge at all. But it can also be used by those admins that prefer not to get their hands dirty with the code so to speak and prefer to do things from the comfort of their acp.

This is not like the other copyright plugin at the mod section which is supposed to simply add your forums name. This plugin will allow you to add your own copyright text. 2 entirely different things.

Important: Nobody is authorized to upload this plugin in other sites/forums and claim it as their own. You are also not allowed to remove the copyright without my permission. By downloading the plugin you agree to the above.
Thank you! Its much faster and better than editing the footer template!
Downloading Smile
That was the whole point of the plugin.

What do you mean it didn''t work? Can you go to the footer template and see if the customcopyright variable has been instered?
Hey.. I have installed and enabled and it didn't show the new info...
(12-12-2009 12:03 PM)Light33 Wrote: [ -> ]Hey.. I have installed and enabled and it didn't show the new info...

Maybe it didn''t insert the variable. Can you download it again from here and give it another go and please let me know?
Now it works, I have added the {$customcopyright} to the footer template.
The plugin should add the variable automatically but sometimes it doesn''t. That was the case with you now I believe. I have had the same issue a couple of times in the past as well.
Yes the plugin add the variable now but please add this before the variable:
<br />{$customcopyright}

Right now it add the copyright in the same line as the MyBB copyright.
(12-12-2009 12:20 PM)Light33 Wrote: [ -> ]Yes the plugin add the variable now but please add this before the variable:
<br />{$customcopyright}

Right now it add the copyright in the same line as the MyBB copyright.


It can''t be. Mybb has a break at the end right after which comes the custom copyright variable.

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>.<br />
                <!-- End powered by -->{$customcopyright}
(12-12-2009 12:24 PM)babjusi Wrote: [ -> ]
(12-12-2009 12:20 PM)Light33 Wrote: [ -> ]Yes the plugin add the variable now but please add this before the variable:
<br />{$customcopyright}

Right now it add the copyright in the same line as the MyBB copyright.


It can''t be. Mybb has a break at the end right after which comes the custom copyright variable.

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>.<br />
                <!-- End powered by -->{$customcopyright}


Mine didn't have.. So I had to add it manually..
<br />{$customcopyright}<!-- End powered by -->
Pages: 1 2
Reference URL's