Topic: Copyright Fix
Simple new copyright for PunBB 1.3.
So, i was getting annoyed with the default PunBB footer looking through this forum to try and find a solution to solve my problem and that search was not successful. So i was trying to hide "Currently installed 5 official extensions. Copyright © 2003–2009 PunBB." Because i couldn't hide this HTML code in the CSS, which is where that part of the footer is located
<p style="clear: both; ">Currently installed <span id="extensions-used">5 official extensions</span>. Copyright © 2003–2009 <a href="http://punbb.informer.com/">PunBB</a>.</p>
I decided to do a quick and simple fix myself, and create my own copyright, still including that its powered by PunBB. Follow these steps and you'll get the perfect simple footer/copyright.
In style.css find line 707:
/*----REPLACE
#brd-about #copyright {
text-align: right;
margin: 0;
}
/*----WITH
#copy {
text-align: right;
float: right;
margin: 0 2px 30px 0;
}
#brd-about {
display: none;
}
Then open /include/template/main.tpl, find line 52:
/*----UNDER
<div id="brd-about" class="gen-content">
<!-- forum_about -->
</div>
/*----PASTE
<p id="copy"><b><a href="http://punbb.informer.com/">PunBB</a> 1.3.4</b></p>
This should give you a result like below, all nice and simple. Minus- The Oxygen v1.1