revolation
SMF For Free Member
Offline
Posts: 44
MoparScape Expert-Message me for help.
|
 |
« on: July 05, 2007, 01:47:31 pm » |
|
Credit goes to Agent Moose for his Change Username Across Board CodePurpose of Code: To add the Administration Crown next to your name. Example: INSTRUCTIONS:Put this in your HEADER if you do not already have it: <script src="/jquery.js"></script> This code goes in your FOOTER: Instructions for editing it are under the code. <script> function name_across_board(){ //Created by Agent Moose (smcodes.smfforfree3.com) var vfour = new Array() vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"]; for(f=0;f<vfour.length;f++){ $("a[href*='u=']").each(function() { if(this.innerHTML.match(vfour[f][0])){ this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>"); };});};} name_across_board(); </script> If you are doing it for more then one person add more of these right under the existing one: vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"]; Change OLD NAME to the current username Change NEW NAME to the name you want it to change TO If you want you can use- bold: <b>NEW NAME</b> italic: <i>NEW NAME</i> underline: <u>NEW NAME</u> Change COLOR to the color you want their name to be Change IMAGE URL to the images url (the direct link to the image) Some Crown Links you can use: NOTE: Use the Graphics Board for requesting other crowns http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thco-owner.png http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thmod.png http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/rainbowmodor1.jpg http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod.gif http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/modcrownaw2.png http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.png http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/11iek2d.png http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/34q2ywz.gif http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/12234013pa5.gif http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/council-crown.gif http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/highvoicescrown2zr6.png http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/imagesvx4.jpg http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.pngThis code can be used for other things. Such as when it is a members birthday. You could put a little birthday cake next to their name http://i102.photobucket.com/albums/m105/mysmileyplace/birthdaycake.gifModerator Note: If you have crowns you would like added to this list please post them here and we will add them to the list.
|
|
|
|
« Last Edit: August 13, 2008, 07:00:54 am by simply sibyl »
|
Logged
|
Revolation Scape, was a Spec. Now, its a Legend. Join Today! REVOLATION SCAPEI dont do this alot, but if you are stuck on a code.then just give me admin on your Forum temporarily, and i will do it for you.(Message me for this)
|
|
|
|
|
K I L L A
SMF For Free Full Member
Offline
Posts: 135
''As soon as one is born, one starts dying.''
|
 |
« Reply #1 on: May 17, 2008, 10:21:11 am » |
|
Haha I found it!  [IMG]http://i307.photobucket.com/albums/nn311/PhotoKillz/m7xeep.gif[/IMG]
|
|
|
|
|
Logged
|
|
|
|
Acidblitz
SMF For Free Newbie
Offline
Posts: 2
|
 |
« Reply #2 on: May 20, 2008, 10:35:35 pm » |
|
add 
|
|
|
|
« Last Edit: May 21, 2008, 05:02:18 am by LaundryLady »
|
Logged
|
|
|
|
Vice
SMF For Free Full Member
Offline
Posts: 136
Photoshop Userbars :d
|
 |
« Reply #3 on: May 25, 2008, 01:50:02 am » |
|
|
|
|
|
« Last Edit: May 25, 2008, 12:32:25 pm by Vice »
|
Logged
|
|
|
|
|
|
|
|
Damex
SMF For Free Newbie
Offline
Posts: 1
|
 |
« Reply #6 on: June 20, 2008, 06:17:37 am » |
|
I need help. Mine isn't working. <script> function name_across_board(){ //Created by Agent Moose (smcodes.smfforfree3.com) var vfour = new Array() vfour[vfour.length] = ["Lee","Lee","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"]; vfour[vfour.length] = ["Reece","Reece","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"]; vfour[vfour.length] = ["Damex","Damex","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif '/>"]; vfour[vfour.length] = ["Katie","Katie","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/council-crown.gif' />"]; for(f=0;f<vfour.length;f++){ $("a[href*='u=']").each(function() { if(this.innerHTML.match(vfour[f][0])){ this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>"); };});};} name_across_board(); </script> Can someone fix mine?
|
|
|
|
« Last Edit: June 20, 2008, 06:19:53 am by Damex »
|
Logged
|
|
|
|
|
|
fallenmonkscape
SMF For Free Member
Offline
Posts: 57
|
 |
« Reply #8 on: June 20, 2008, 01:34:35 pm » |
|
I need help. Mine isn't working. <script> function name_across_board(){ //Created by Agent Moose (smcodes.smfforfree3.com) var vfour = new Array() vfour[vfour.length] = ["Lee","Lee","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"]; vfour[vfour.length] = ["Reece","Reece","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"]; vfour[vfour.length] = ["Damex","Damex","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif '/>"]; vfour[vfour.length] = ["Katie","Katie","Red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/council-crown.gif' />"]; for(f=0;f<vfour.length;f++){ $("a[href*='u=']").each(function() { if(this.innerHTML.match(vfour[f][0])){ this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>"); };});};} name_across_board(); </script> Can someone fix mine? Rember that there names have to be EXZACT. otherwise it wont work. Im pretty sure its case sensitive too, try without the caps in the names
|
|
|
|
|
Logged
|
 ^^ My first sig  . didnt finish it actually, lol.
|
|
|
3lf-ครรครรเภ
SMF For Free Full Member
Offline
Posts: 109
|
 |
« Reply #9 on: June 24, 2008, 09:54:44 am » |
|
how you change color of crown? cause i need
Black Red Blue Purple White Brown
color of the crowns grenadeer00 posted
i got them. i cant post the white one, as it wont show up. but ill pos the link with **WHITE** nxet to it. http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn1copy.png http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn2copy.png http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn3copy.png http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn4copy.png http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn5copy.png **WHITE** http://i263.photobucket.com/albums/ii128/3lf_of_M3lee/crwn6copy.pngoh and monk, the first name IS case sensitive. my members name was pie wizard1, i put down Pie wizard1 in the first box and it didnt work. i know there not perfect, or rendered, but whatever, i might render them if i have time.
|
|
|
|
« Last Edit: June 24, 2008, 09:56:40 am by 3lf-ครรครรเภ »
|
Logged
|
|
|
|
magebow99
SMF For Free Newbie
Offline
Posts: 8
|
 |
« Reply #10 on: July 09, 2008, 10:35:14 am » |
|
If you are doing it for more then one person add more of these right under the existing one: vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"]; ok i got the rest its just thi bit. i did it underneat <script> function name_across_board(){ //Created by Agent Moose (smcodes.smfforfree3.com) var vfour = new Array() vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"]; for(f=0;f<vfour.length;f++){ $("a[href*='u=']").each(function() { if(this.innerHTML.match(vfour[f][0])){ this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>"); };});};} name_across_board(); </script> after the </script> that is and it only works for me not for any 1 else? this is wot i got any1 can help?
|
|
|
|
|
Logged
|
|
|
|
|
simply sibyl
|
 |
« Reply #11 on: July 09, 2008, 10:44:47 am » |
|
awhh you need to put the additonal ones directly under the existing one in the code.. not after the code. do it this way... this should work: <script> function name_across_board(){ //Created by Agent Moose (smcodes.smfforfree3.com) var vfour = new Array() vfour[vfour.length] = ["bugs ownz","вυgѕ σωηz","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"]; vfour[vfour.length] = ["daffy ownz","daffy ownz","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"]; for(f=0;f<vfour.length;f++){ $("a[href*='u=']").each(function() { if(this.innerHTML.match(vfour[f][0])){ this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>"); };});};} name_across_board(); </script>
|
|
|
|
|
Logged
|
|
|
|
|
Dark Chris
|
 |
« Reply #12 on: July 17, 2008, 12:59:17 am » |
|
May i ask what font u used for this. 
|
|
|
|
|
Logged
|
|
|
|
|
|
Agent Z ™
SMF For Free Sponsors
Offline
Posts: 411
|
 |
« Reply #14 on: July 22, 2008, 10:55:36 am » |
|
I got a crown   [IMG]http://i37.tinypic.com/10msg8p.jpg[/IMG]  [IMG]http://i30.tinypic.com/2e0irsw.jpg[/IMG]  [IMG]http://i10.tinypic.com/6jvd2df.jpg[/IMG]  [IMG]http://i17.tinypic.com/6jo8c5t.jpg[/IMG] Credits to who made it!
|
|
|
|
|
Logged
|
Agent Z Ready to help 
|
|
|
|
|
|