Advertise Here

Author Topic: Membergroup Changes Username  (Read 1440 times)

0 Members and 1 Guest are viewing this topic.

Offline мσנσвσנσ82

  • SMF For Free Sr. Member
  • *
  • Posts: 310
    • View Profile
    • Darkilscape

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Membergroup Changes Username
« on: June 27, 2009, 07:32:26 am »
Forum Url: http://darkilscape.smfforfree.com
Hey everybody.
I'm using the code Agent Moose created.
Membergroup Changes Username
But it doesn't work.
This is my code-

Code: [Select]
<script type="text/javascript">
var memColor = new Array();
memColor[memColor.length] = ["Administrator","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif' alt='' /><font color='#F7FF0B'>","</font>"];
memColor[memColor.length] = ["Global Moderator","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif' alt='' /><font color='#A2A2A2'>","</font>"];
memColor[memColor.length] = ["Moderator","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif' alt='' /><font color='A2A2A2'>","</font>"];
memColor[memColor.length] = ["V.I.P Member","<img src='' alt='' /><font color='#F6FF07'>","</font>"];
memColor[memColor.length] = ["Donator","<img src='' alt='' /><font color='#FF0000'>","</font>"];


//Created by Agent Moose (revolutionx.smfforfree3.com)
if(location.href.match("topic,")){
for(f=0;f<memColor.length;f++){
$("div.smalltext").each(function(){
if(this.innerHTML.match(memColor[f][0] + "<br")){
$(this).prev().children().html(memColor[f][1] + $(this).prev().children().html() + memColor[f][2]);
};});};};
</script>
« Last Edit: June 27, 2009, 07:51:10 am by мσנσвσנσ82 »



 

Related Topics

  Subject / Started by Replies Last post
Username Change

Started by Prasad007 General Support

4 Replies
2086 Views
Last post November 12, 2005, 07:09:32 am
by Prasad
19 Replies
8439 Views
Last post January 01, 2010, 07:50:30 pm
by chan14
42 Replies
9865 Views
Last post December 30, 2008, 07:29:59 pm
by Pietra Atomica
2 Replies
813 Views
Last post January 17, 2009, 07:57:11 am
by bolero
9 Replies
3021 Views
Last post June 27, 2009, 05:47:29 pm
by мσנσвσנσ82