19-10-2010, 01:07 AM
[MyBB] Copyrighting your forum (footer edit)
A very quick tutorial on an easy way to a copyright notice to the footer of your board / forum.
Steps
Go to:
Find
and add this underneath it
Example
Do not remove the MyBB copyright.
A very quick tutorial on an easy way to a copyright notice to the footer of your board / forum.
Steps
Go to:
- Admin CP
- Templates & Style
- Templates
- *your theme*
- Footer Templates
- footer
Find
Code:
<!-- End powered by -->
and add this underneath it
Code:
<center>Copyright © {$copy_year} <a href="/" target="_blank">{$mybb->settings['bbname']}</a>, All Rights Reserved.</center>
Example
Do not remove the MyBB copyright.