What this code does is very simple, it removed the forum stats at the bottom for your forum and replaces it with your very own copyright statement.
Before Code Preview:
http://i25.photobucket.com/albums/c51/dog199200/beforecode.j pg
After Code Preview:
http://i25.photobucket.com/albums/c51/dog199200/aftercode.jp g
Code:
- <script type="text/javascript">
- //Copyright Instead of Bottom Forum Stats
- window.onload = function() {
- if(get('footerstats', ID)) {
- get('footerstats', ID).innerHTML = 'Copyright Text Here';
- get('footertime', ID).style.display = 'none';
- }
- }
- </script>
All you have to do it edit where it says "Copyright Text Here" and put in anything you want to go their for your copyright.
Very nice, Dwight. ^_^. I like this. Should come in handy sometime. ^^
Yea, very useful code.