Copyright improvement Copyright improvement
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Copyright improvement

Started by Burpee, June 24, 2005, 02:12:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Burpee

Just a minor improvement here, but still worthy.
The Coppermine copyright looks like this:
<div class="footer" align="center" style="padding-top: 10px;">Powered by <a href="http://coppermine.sf.net/" target="_blank">Coppermine Photo Gallery</a></div>
The SMF copyright looks like this:
<span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;">Simple Machines Community Forum | Powered by <a href="http://www.simplemachines.org/" title="Simple Machines Forum" target="_blank">SMF 1.1 Beta 3</a>.<br />&copy; 2001-2005, <a href="http://www.lewismedia.com/" target="_blank">Lewis Media</a>. All Rights Reserved.</span>

You might want to copy their "visibility: visible" thing, because it prevents people from blocking it out as easily.

Joachim Müller

people hardly use the visibility attribute in my experience if they want to hide the footer, but just the same color for font and background. No easy workaround for this. Your idea is valid however, and easily accomplished, so I'm moving this thread accordingly.