vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Copyright Instead of Bottom Forum Stats

Copyright Instead of Bottom Forum Stats - Posted By dog199200 (dog199200) on 12th Oct 08 at 8:05am
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.jpg

After Code Preview:
http://i25.photobucket.com/albums/c51/dog199200/aftercode.jpg

Code:
 
  1. <script type="text/javascript">
  2. //Copyright Instead of Bottom Forum Stats
  3. window.onload = function() {
  4. if(get('footerstats', ID)) {
  5. get('footerstats', ID).innerHTML = 'Copyright Text Here';
  6. get('footertime', ID).style.display = 'none';
  7. }
  8. }
  9. </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.

Re: Copyright Instead of Bottom Forum Stats - Posted By ashkir (ashkir) on 19th Feb 09 at 11:31pm
Very nice, Dwight. ^_^. I like this. Should come in handy sometime. ^^

Re: Copyright Instead of Bottom Forum Stats - Posted By blanka (blanka) on 19th Feb 09 at 11:47pm
Yea, very useful code. {Smile}