vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Change Led By to Moderators in Boards - View Topic
Topic Rating: *****
Printable View
Danny
Full Member
***

[Avatar]

Posts: 180
Status: Offline
Gender: Male
Location: Durham
Age: 33
Joined:  
Reputation: 1%  


pmmsnxfire
Change Led By to Moderators in Boards (30th Dec 07 at 5:32am UTC)
Main Footer

Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. /*Change Led By to Moderators in Boards*/
  4.  
  5. var span = document.getElementsByTagName("span");
  6. for (e = 0 ; e < span.length ; e ++) {
  7. if (span[e].className.match(/boardmoderators/i)) {
  8. span[e].innerHTML = span[e].innerHTML.replace('Led By','Moderators');
  9. }
  10. }
  11.  
  12. //-->
  13. </script>
 

Myspace | deviantART

"Suffer For Your Art"
 Printable View

All times are GMT+0 :: The current time is 11:11pm
Page generated in 0.1015 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums