vForums Support Banner


Visit Base Classics - Gaming Chairs

 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Rename 'Led By' - View Topic
Topic Rating: *****
Printable View
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Rename 'Led By' (27th Apr 08 at 1:02pm UTC)
This will let you choose what to change 'Led By: ' to... The default (with the code) is Moderators: . Feel free to change that by altering the part in red.


<script>
/*Change 'Led By'
Created By Wrighty
Do Not: Rip, Repost or Claim*/

var new_item = 'Moderators: '

var s = get('span','tag');
for(a=0;a<s.length;a++){
    if(s[a].className.match(/boardmoderators/) && s[a].firstChild.innerHTML.match(/led by/i)){
        s[a].firstChild.replaceChild(document.createTextNode(new_item), s[a].firstChild.firstChild);
    }
}
</script>


Global Footer
 Printable View

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