howtothings.co.uk

Full Version: Copyrighting your forum (footer edit)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[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:
  • Admin CP
  • Templates & Style
  • Templates
  • *your theme*
  • Footer Templates
  • footer

Find

Code:
<!-- End powered by -->

and add this underneath it

Code:
<center>Copyright &copy; {$copy_year} <a href="/" target="_blank">{$mybb->settings['bbname']}</a>, All Rights Reserved.</center>

Example

[Image: mybbtut-copyright.png]


Do not remove the MyBB copyright.