SMF For Free Support Forum

SMF For Free Support => SMF For Free Codes and Support => Topic started by: revolation on July 05, 2007, 01:47:31 pm

Title: [Code] Adding the Runescape Admin Crown
Post by: revolation on July 05, 2007, 01:47:31 pm
Credit goes to Agent Moose for his Change Username Across Board Code (http://www.smfsupport.com/support/smf_for_free_codes/change_username_across_board_v4-t5590.0.html)

Purpose of Code: To add runescape crowns next to member names.
Note:   This works by member name.  If you would like to do it by Member Group use this code:
Membergroup Image (http://www.smfsupport.com/support/smf_for_free_codes_and_support/code_membergroup_image-t26655.0.html)

Example:  
(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2FRevolationScape-2.jpg&hash=d2bee720b21628db00d5c326dfc9e099e137a83c)

INSTRUCTIONS:

Put this in your HEADER if you do not already have it:

Code: [Select]
<script src="/jquery.js"></script>

This code goes in your FOOTER:
Instructions for editing it are under the code.

Code: [Select]
<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:

Code: [Select]
vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"];
Change OLD NAME to the current display name

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:   Do not request crowns in this thread.  Use the Graphics Board for requesting other crowns

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fmod_gold.gif&hash=16ed50f12ab54a7ce016acdb97379b03e426489f)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fmod_silver.gif&hash=a724d5a28e579b5d744daff5a32b5bd9b1966625)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fthco-owner.png&hash=5c8afe9cbef73d6db74f09f4d6de2c9be8a35397)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thco-owner.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fthmod.png&hash=9deed070d140fcdb3026a31e73ce073b45caba5c)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thmod.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Frainbowmodor1.jpg&hash=9b66dac80a87768824fe5ab10ff2864e92d42a89)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/rainbowmodor1.jpg

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fadmin.gif&hash=3610c872692a5b75a01622580bc1e51ac196db1c)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fmod.gif&hash=5d369d225f3442db58b504c1443179c077dd17c9)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fmodcrownaw2.png&hash=372f3633d21a4e2c3ab82053378acd15912269e2)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/modcrownaw2.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fsupermodat5.png&hash=1fa1b1be852eb2aeff8f200517d2d425873c7986)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi25.tinypic.com%2F35klliq.jpg&hash=d689c49b95d3d0c83acc92febc662597d0d86a7b)
http://i25.tinypic.com/35klliq.jpg

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi34.tinypic.com%2Fdm38g0.gif&hash=88a3ea02caa40dd9bea5b9766dc998698ce9b220)
http://i34.tinypic.com/dm38g0.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi36.tinypic.com%2Fnmck95.gif&hash=69ed6a578cd7856b359a9552a32ee7d1c8b11a1c)
http://i36.tinypic.com/nmck95.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi272.photobucket.com%2Falbums%2Fjj168%2FRoboticopperatingbuddy%2FMARSForumModeratorCrown.gif&hash=fd19c498e808cd1e006254ece3894361c66bdf3e)
http://i272.photobucket.com/albums/jj168/Roboticopperatingbuddy/MARSForumModeratorCrown.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2F11iek2d.png&hash=056c3001513b1c8833e671cea22e48078d1856bf)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/11iek2d.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2F34q2ywz.gif&hash=d327826954cf10505eca658c5c5867d2bbbd273f)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/34q2ywz.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2F12234013pa5.gif&hash=a4385b1c94424e23ff72618e389ab7a50b27480f)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/12234013pa5.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fcouncil-crown.gif&hash=9abcd8d4f77b5f755bdbfbbe9dcc3fad0bafd96b)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/council-crown.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fhighvoicescrown2zr6.png&hash=203a2fcb3f65d73e10f78f904597f94ed087ed87)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/highvoicescrown2zr6.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fimagesvx4.jpg&hash=4c8b9e5decb11b23acc1196e024e03bb6efeba14)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/imagesvx4.jpg

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fdeleteafteriu0.png&hash=415a6b4463d504983364b1b8792a6dd3853ff890)
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi307.photobucket.com%2Falbums%2Fnn311%2FPhotoKillz%2Fm7xeep.gif&hash=ec08c7dcc5fc909b82460bb5b21f317867e62fe7)
http://i307.photobucket.com/albums/nn311/PhotoKillz/m7xeep.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi292.photobucket.com%2Falbums%2Fmm14%2FRockstarog123%2Fpremium2.png&hash=73347b8be20e4e0f389f2166e8a574c682354c02)
http://i292.photobucket.com/albums/mm14/Rockstarog123/premium2.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi25.tinypic.com%2Faf8unp.png&hash=d569204522e26089c56addd56568825d00d4f85d)
http://i25.tinypic.com/af8unp.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi28.tinypic.com%2F2hz1wuq.png&hash=8d7dce6608db6f7964989b646ab870015bc2bd61)
http://i28.tinypic.com/2hz1wuq.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi32.tinypic.com%2F24148xi.png&hash=7229d099636addda563c66a05d53d7602e018496)
http://i32.tinypic.com/24148xi.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi28.tinypic.com%2F20p2buw.png&hash=3d0134a7cf0fb04aeb21a5e4359b07bba5194d6d)
http://i28.tinypic.com/20p2buw.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi29.tinypic.com%2F200r537.png&hash=b6a4f0688153361354ae17add35b8b87828c2264)
http://i29.tinypic.com/200r537.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi29.tinypic.com%2F2i1fc6p.png&hash=4c0feed2f5fc46d5125beb441696fc659ccf26a4)
http://i29.tinypic.com/2i1fc6p.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi32.tinypic.com%2F2lmnh9g.png&hash=8c7d3572c002ac0933663e3eeedeed5514753de9)
http://i32.tinypic.com/2lmnh9g.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi27.tinypic.com%2F2wmgnya.png&hash=1dac13c1ae8596bb7634736ebb48e4e9b2fa6524)
http://i27.tinypic.com/2wmgnya.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi31.tinypic.com%2F28838tu.png&hash=afc4007f9559b500f07362693011740531b054da)
http://i31.tinypic.com/28838tu.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi26.tinypic.com%2Fqyct2f.png&hash=1aca34d022a2d3e164b1f1d3c8c7bc39ce10d1a8)
http://i26.tinypic.com/qyct2f.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi30.tinypic.com%2F2d9phg2.png&hash=0ff3ab2f6553df66278009555da7f7fec1c77dcb)
http://i30.tinypic.com/2d9phg2.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi31.tinypic.com%2F2djcg2f.png&hash=9fda884862456da270942ca55169b508dc58b168)
http://i31.tinypic.com/2djcg2f.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi27.tinypic.com%2F243m7v7.png&hash=b212344ef8718f63e3a607e7ad573678d70b12ab)
http://i27.tinypic.com/243m7v7.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi26.tinypic.com%2F20shgg6.png&hash=95324dd37c8910f1ad7829250aff6cb527e6679b)
http://i26.tinypic.com/20shgg6.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi277.photobucket.com%2Falbums%2Fkk51%2Fjssmiles%2F10qhzb8.png&hash=72aed2fd8a532cf643846f7b5c1b1163f527f96b)
http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi277.photobucket.com%2Falbums%2Fkk51%2Fjssmiles%2F10qhzb8.png&hash=72aed2fd8a532cf643846f7b5c1b1163f527f96b)
http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi32.tinypic.com%2Fv5v6s7.jpg&hash=a9ee8deab8339b7cc2ddade2b1fc46c3574a92e6)
http://i32.tinypic.com/v5v6s7.jpg

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi27.tinypic.com%2Fapd65w.jpg&hash=1013b5ea0150559111baac4a3c7600a8d64209be)
http://i27.tinypic.com/apd65w.jpg

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi37.tinypic.com%2F10msg8p.jpg&hash=6d3462c394184552eaeea807182eb226eba5b0aa)
http://i37.tinypic.com/10msg8p.jpg

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi30.tinypic.com%2F2e0irsw.jpg&hash=77ce32607bc8390c3a92aea3f47ceff342dc4a2e)
http://i30.tinypic.com/2e0irsw.jpg

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi10.tinypic.com%2F6jvd2df.jpg&hash=099fed3652f7e1fe4bf6a72b130a5884a5341158)
http://i10.tinypic.com/6jvd2df.jpg

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi17.tinypic.com%2F6jo8c5t.jpg&hash=6b88b70eb3c95b83cfc614a09579966291d19228)
http://i17.tinypic.com/6jo8c5t.jpg

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fwww.gottapixel.net%2Fforum%2Fimages%2Fusergroup%2Fadmincrown.gif&hash=682cf279b7e58c33665700fdfe91885bad30dfa5)
http://www.gottapixel.net/forum/images/usergroup/admincrown.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi102.photobucket.com%2Falbums%2Fm105%2Fmysmileyplace%2Fcrowns%2Fsmallgold.gif&hash=15eec988aa287a644ce7e8b6057c2c037a5b3eae)
http://i102.photobucket.com/albums/m105/mysmileyplace/crowns/smallgold.gif

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi341.photobucket.com%2Falbums%2Fo395%2Fjennawutz%2Fcrowns%2Fredorange.png&hash=98ec8d3a61fe3b61bc4cf2efa23be63954202f82)
http://i341.photobucket.com/albums/o395/jennawutz/crowns/redorange.png

red crown:
(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi341.photobucket.com%2Falbums%2Fo395%2Fjennawutz%2Fcrowns%2Fred.png&hash=8d972d1d4c520eb52fade2ba15dabd4e1e91159d)
http://i341.photobucket.com/albums/o395/jennawutz/crowns/red.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi341.photobucket.com%2Falbums%2Fo395%2Fjennawutz%2Fcrowns%2Fpink.png&hash=e0dde501957b8d1bc2331cfb739078dc7eec3605)
http://i341.photobucket.com/albums/o395/jennawutz/crowns/pink.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi341.photobucket.com%2Falbums%2Fo395%2Fjennawutz%2Fcrowns%2Fhottpink.png&hash=a18c10c48b030fc5911f321b418f75701ee555df)
http://i341.photobucket.com/albums/o395/jennawutz/crowns/hottpink.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi341.photobucket.com%2Falbums%2Fo395%2Fjennawutz%2Fcrowns%2Flightpink.png&hash=c658afabd6dacd5335d853634482a0e6a34e3456)
http://i341.photobucket.com/albums/o395/jennawutz/crowns/lightpink.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi341.photobucket.com%2Falbums%2Fo395%2Fjennawutz%2Fcrowns%2Fgreen.png&hash=69674286da70714d041963f5c836bc218ea3440a)
http://i341.photobucket.com/albums/o395/jennawutz/crowns/green.png

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi375.photobucket.com%2Falbums%2Foo192%2Fsora5776%2Fsuperman.png&hash=b563bfb9341fff918ceb40e378ecafc75497fff8)
http://i375.photobucket.com/albums/oo192/sora5776/superman.png

This 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

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi102.photobucket.com%2Falbums%2Fm105%2Fmysmileyplace%2Fbirthdaycake.gif&hash=dd27f8de59e86f55381a061c269f0db5591189ab)
http://i102.photobucket.com/albums/m105/mysmileyplace/birthdaycake.gif

If you have crowns you would like added to this list please post them  and we will add them to the list.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: magebow99 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:

Code: [Select]
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
Quote
<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?

Quote
<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' />"];
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>
vfour[vfour.length] = ["daffy ownz","daffy ownz","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl 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:

Code: [Select]
<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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Suki The Saluki on July 31, 2008, 11:03:18 am
guide here to make 2 icons:
http://www.smfsupport.com/support/smf_for_free_codes/guide_how_to_make_doubled_sided_image_names_guide-t19685.0.html
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Suki The Saluki on August 02, 2008, 05:46:18 am
Its not working for me:

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["laugh","laughs","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: ~Coder Tyler~ on August 07, 2008, 11:44:42 am
Forum Url: http://www.serverjoescape.smfforfree4.com
I have tried, But it doesn't show up into my name.. It is weird because a few months ago I have tried this Tutorial and it worked. But now it isn't. Anybody's help will be greatly appreciated.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on August 07, 2008, 11:52:40 am
Forum Url: http://www.serverjoescape.smfforfree4.com
I have tried, But it doesn't show up into my name.. It is weird because a few months ago I have tried this Tutorial and it worked. But now it isn't. Anybody's help will be greatly appreciated.

I believe Moose made some changes awhile ago .  Try this:

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Coder Tyler","Coder Tyler","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: ~Coder Tyler~ on August 07, 2008, 07:37:15 pm
Sorry, It still didn't work.. Is my website not working anymore or did someone hack it and mess it all up or something.. Just please help me.

EDIT: Just fixed it! Thank you a ton!! :smitten:
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Lucas A33 on August 23, 2008, 12:40:03 pm
Make sure your names our your USERNAMES, Not Display Names!!!!
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Josh[y] on August 28, 2008, 08:54:20 am
how do i add more than one image?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on August 28, 2008, 09:07:31 am
how do i add more than one image?

If you mean how do you do it for more then one person it tells you how to do it in the instructions.

If you mean you want more then one image per person (an image on each side of the name) there was a link left in the thread for another Guide that shows you how to do that:
http://www.smfsupport.com/support/smf_for_free_codes/guide_how_to_make_doubled_sided_image_names_guide-t19685.0.html
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Dr_Dre143 on September 01, 2008, 06:50:35 pm
Code:
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

wat u ment bold:<b>name that stuff
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on September 01, 2008, 07:01:14 pm
Where is says NEW NAME in the code

If you want their name to show up in bold letters you can do it this way:   "<b>their name</b>"

replace their name with the name you want to show

use "i" for italics or "u" for underline as it says in the directions.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Lucas A33 on September 04, 2008, 06:42:05 pm
Does it have to be #438473 Color coded or just
"Red"
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on September 04, 2008, 06:48:13 pm
Does it have to be #438473 Color coded or just
"Red"

You can use "red"
If you want to use a specific shade of red use the hex value

Here's a list of color names that are supported by major browsers if you want to use just the name:

http://www.w3schools.com/Html/html_colornames.asp
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Ineedrsforum on October 10, 2008, 06:10:15 pm
Forum Url: http://rsrules.smfforfree3.com
I cant do it! I put the code it did the stuff and nothing !  :'(
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Mod Jake","Mod Jake","yellow","<img src=http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.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>

Please help so im happy! :angel:
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: LaundryLady on October 11, 2008, 11:13:04 am
Try this, added ' in front of the http

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Mod Jake","Mod Jake","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on October 11, 2008, 11:46:49 am
Try this, added ' in front of the http

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Mod Jake","Mod Jake","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.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>


There is an error at the end of  this line of that code:

Code: [Select]
vfour[vfour.length] = ["Mod Jake","Mod Jake","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif' />"];/>"];
It should be:

Code: [Select]
vfour[vfour.length] = ["Mod Jake","Mod Jake","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif' />"];
Also make sure you have this in your header:

Code: [Select]
<script src="/jquery.js"></script>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Ineedrsforum on October 11, 2008, 02:06:57 pm
Won't work still... Register so i can try to make you admin?
Ill paste code, but i might need you to do it.  :-\

vfour[vfour.length] = ["Mod Jake","Mod Jake","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif' />"];

Forums :http://rsrules.smfforfree3.com/index.php
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on October 11, 2008, 03:52:11 pm
Make sure the name Mod Jake is correct.    Its also case sensitive.   Sorry dude but we advice not making anyone admin and we dont login to fix these things for you.   You need to go back thru the code carefully.. you can figure it out.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: sora5776 on October 23, 2008, 06:35:00 pm
Forum Url: http://awsomepkscape.smfforfree2.com
ok i totally lost with the codes thing wats a footer and a header!!?!??!
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Josh[y] on October 23, 2008, 06:37:21 pm
Admin>>Manage Styles>>Headers & Footers
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: odarn on October 24, 2008, 01:13:11 pm
i put it in but it dont work??
http://lolliscape.smfforfree3.com/index.php
forum url^^^
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: T00l on November 02, 2008, 01:21:34 pm
Guys I need help with this:
Code: [Select]
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=42664072" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=42664072">Go Large!</a></small><br>

<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.1NXC/bT*xJmx*PTEyMjU1Njc5Njk1MzAmcHQ9MTIyNTU2ODAzMjY*MCZwPTUzMTUxJmQ9Jmc9MSZ*PSZvPTA*Y2RkMTJiNjkzMzRiYzhiMzgwYmJhNzNhN2JmNjYz.gif" />
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Josh","J?sH²","red","<img src='http://i32.tinypic.com/v5v6s7.jpg
' />"];
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>
I need help with this my chatbox is in the way, it doesn't allow my admin crown to work, or changing my display name.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on November 02, 2008, 01:22:55 pm
what is your forum url
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: T00l on November 02, 2008, 01:34:40 pm
I haven't released it have, well i have but noones coming because almost noone plays fire emblem :\ but it's
Http://fireemblemchat.smfforfree3.com
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on November 02, 2008, 01:36:11 pm
the chat box wont stop the code from working.


Do you have this in your header?   (Put it at the top of it)

<script src="/jquery.js"></script>


Use this for your crown code  (it has to go in your footer):

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Josh","J?sH²","red","<img src='http://i32.tinypic.com/v5v6s7.jpg' />"];
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>


Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: T00l on November 02, 2008, 01:49:02 pm
Ya, i have the code in the footer and the and the
Code: [Select]
<script src="/jquery.js"></script> in my header and my
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Josh","J?sH²","red","<img src='http://i32.tinypic.com/v5v6s7.jpg' />"];
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>
admin crown code in the footer

But you don't have to worry about it, ill figure it our sometime.

Should my footer look like this?

Code: [Select]
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=42664072" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=42664072">Go Large!</a></small><br>

<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.1NXC/bT*xJmx*PTEyMjU1Njc5Njk1MzAmcHQ9MTIyNTU2ODAzMjY*MCZwPTUzMTUxJmQ9Jmc9MSZ*PSZvPTA*Y2RkMTJiNjkzMzRiYzhiMzgwYmJhNzNhN2JmNjYz.gif" />

<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Josh","J?sH²","red","<img src='http://i32.tinypic.com/v5v6s7.jpg
' />"];
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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on November 02, 2008, 01:58:15 pm
use the code for the crowns that i posted to you a few posts back
that one will work

and yes you can put the crown code right underneath the chatbox code.   That is not an issue.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Suki The Saluki on November 03, 2008, 10:14:00 am
Thanks i got this working thanks to sibyl who gave them codes to people in mine i had edited the code so it had no

Code: [Select]
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();

I really could not find out what was wrong with it, Until i looked at mine and the code sibyl gave and i found out that a whole chunk of it was gone.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: nondier on November 09, 2008, 01:50:31 pm
Forum Url: http://synysterscape.smfforfree3.com
thanks so much  :)
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: |~|-XxxGearzOfStrxxX-|~| on December 21, 2008, 01:38:49 pm
Forum Url: http://strengthlegendsforums.smfforfree.com
Sorry, i did it wrong last post due to some mis Copy-Paste, anyways i'm still having the same problem.

Heres what i got for code, Is this right?

Quote
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["|-xXxGearzOfStrxXx-|","<b>|-xXxGearzOfStrxXx-|","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.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>


I dont know whats wrong but please help.

~SLC-Owner-|-xXxGearzOfStrxXx-|

EDIT: LOL NEVER MIND FIGURED IT OUT....

Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: interruption on January 18, 2009, 01:38:23 am
Thanks, I really wanted this.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: buffaloparrot on January 21, 2009, 04:50:34 pm
I feel as if I'm on a totally different planet. Where do I go to put this in? Where in the admin center do I go?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Jessie on January 21, 2009, 08:08:51 pm
I feel as if I'm on a totally different planet. Where do I go to put this in? Where in the admin center do I go?

Admin - Manage Styles - Create Style (Put in a name) - Modify Style (Select that name)

Scroll down to bottom and you'll see CSS.
Delete whats there and paste the given code.

If it says to add somthing to Headers/Footers go to:
Admin - Manage Styles - Headers/Footers

If it gives you image links, modify them here:
Admin - Manage Styles - Customize Images
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: buffaloparrot on January 22, 2009, 02:21:06 pm
Ohh ok thank you so much, Jessie.

The only problem is that I don't delete the code that's there, because then it removes everything except the text, links, and some images. Adding it into the code that's there doesn't work... Anyone know?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on January 22, 2009, 03:37:55 pm
Add the code to your footer either above or below any code you may have there already.
Make sure to use the jquery include code that is posted in the directions -  THAT code has to be in the Header.

If you have any trouble with the code working please post the code you used so we can take a look at it and your forum url.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: buffaloparrot on January 23, 2009, 10:12:50 pm
Thanks Sibyl. It worked beautifully.

I would reccomend to Revolation to put what he said in the first post. It'll help tecnically challenged people like me.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: ziiiiiiiin on February 22, 2009, 04:47:37 am
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ziiiiiiiin","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.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>

thats the code i used but it wont work, can you plz fix it.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on February 22, 2009, 06:32:45 am
ziiiiiiin did you put the jquery code in your header?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Andrew on February 22, 2009, 10:31:18 am
It looks like she removed the NEW NAME from the script.

Alright make sure you have this in you header:
Code: [Select]
<script src="/jquery.js"></script>
And heres the fixed code for ya, add this to you footers
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ziiiiiiiin","","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.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>

Hope that worked :)
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: ziiiiiiiin on February 22, 2009, 11:44:50 pm
yea it worked thx
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Lolsant on February 24, 2009, 07:32:17 am
I tested it on my other forums, i made for some testings, and it worked there..
Why it wont on the other forums?


Url = Rune-smash.co.cc


Please look through and reply / Pm me.


Thanks!



-Lolsant
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on February 24, 2009, 12:20:49 pm

Url = Rune-smash.co.cc


The above url is not an SMF for Free hosted forum -  we should have picked up on that sooner, sorry.
You'll need to use simplemachines.org for that forum.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: 99strp0onz on February 24, 2009, 01:25:59 pm
Where's my 'HEADER' and 'FOOTER'?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: ziiiiiiiin on February 24, 2009, 02:34:26 pm
Admin/manage styles/header footer
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: thebeastown on March 04, 2009, 11:39:58 am
i really need help i got no name now!!! look at it skillersclub.smfforfree.com
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: - Lawrence - on March 04, 2009, 11:42:07 am
i really need help i got no name now!!! look at it skillersclub.smfforfree.com
I have looked and it seems to be working fine.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: noi172 on March 12, 2009, 03:15:19 pm
how you do it by group?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on March 12, 2009, 03:23:25 pm
how you do it by group?

THe code only does it by username... not membergroups
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Lolsant on April 09, 2009, 09:51:06 am
When i want to edit the crowns, i copy the picture to "Paint" and change colors or something there.
Everywhere it dosent have a background..
But when i copy it to "paint", it has a black Background.

When i try to upload it as white background or black one, It really shows up with the blank background.. :S
I want the background to be invinsible. How?


Work :
First before editing :
(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi137.photobucket.com%2Falbums%2Fq232%2FLaundryLady1947%2FRunescape%2Fdeleteafteriu0.png&hash=415a6b4463d504983364b1b8792a6dd3853ff890)
Code: [Select]
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png
After editing :
(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi333.photobucket.com%2Falbums%2Fm392%2Fdarkheavenpkz%2FCrowns%2FCo-Owner.png&hash=7095b1d062e75e3137e19bca4f677401d7350dbb)
Code: [Select]
http://i333.photobucket.com/albums/m392/darkheavenpkz/Crowns/Co-Owner.png[/b]


Help please? :)



.Alex (Lolsant)
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Seldom Fail on April 09, 2009, 12:06:55 pm
You'd have to use another photo editing program... paint does that... sorry...
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: dvp99 on April 18, 2009, 11:50:17 am
Code: [Select]
<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>

do that agen and agen for more then one crown
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: daeth owner on April 20, 2009, 11:27:44 am
hey .. can u explain to me step by step how u put the crowns and wher do u put thom bc im kinda confused e.e  :uglystupid2: soo yea
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: мσנσвσנσ82 on April 20, 2009, 04:24:22 pm
Code: [Select]
<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>

do that agen and agen for more then one crown
No you don't... Theres a topic on how to make it double sided on the first page...
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: мσנσвσנσ82 on April 20, 2009, 04:34:08 pm
hey .. can u explain to me step by step how u put the crowns and wher do u put thom bc im kinda confused e.e  :uglystupid2: soo yea
ok... ill do it 1 by 1 :D

1. Get on your website  ;D

2. Go to the Admin CP

3. You should see some things down the left hand side. Look for "Configuration" and click "Manage Styles" which is under it.

4. You should see some themes that you can use. Above them you should see some tabs E.g "Main", "Create", "Modify Style". Click the tab "Headers/Footers".

5. Copy in the code thats on page 1.

6. Put your name where it says "NAME" in the code. And put the URL of the image where it says "IMAGE URL". Images and their url's are on the first page.

7. Click "Save Headers Footers" and your done!

Sorry for no pics my photobucket wasn't working and i cba uploading anyway lol. Hope i helped!
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: riley on April 26, 2009, 06:18:27 pm
HM it still won't work for me i have tried this
<script>
function name_across_board(){
//Created by Agent Moose (smokes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["siden7","riley","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.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>
but it isn't working
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Seldom Fail on April 26, 2009, 06:31:37 pm
Siden - the code you placed works fine on my test forum.

Are you sure you added it to your footers?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Marmar on May 16, 2009, 05:13:54 am
hmmmm itz good but i did already know that code but i didnt have those crowns well done :D
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: DestinyLight on May 17, 2009, 05:11:27 pm
Thanks for the guide.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: V mafia V on May 17, 2009, 07:24:36 pm
Forum Url: http://smforfree.smfforfree.com
thanks for the guide also
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: riley on May 19, 2009, 03:53:37 pm
how do i make it where i can put it on a member group?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Seldom Fail on May 21, 2009, 07:32:19 am
how do i make it where i can put it on a member group?

Here you go: http://www.smfsupport.com/support/smf_for_free_codes_and_support/code_membergroup_image-t26655.0.html
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:04:20 pm
doesnt work for me help!!!
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:05:32 pm
doesnt work for me help!!!

In order to help you with any issues with codes we need:

1.  Your forum url with the code in place
or
2.  You need to post the code, exactly as you used it so we can see it.

Make sure you have the jquery include in your Header.

Code: [Select]
<script src="/jquery.js"></script>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:09:45 pm
need help doesnt work for me
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Seldom Fail on May 28, 2009, 06:10:22 pm
Please do what Sibyl instructed and post the code you are using so we can make sure it's correct ;)

And then we will be able to help you.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: -A- on May 28, 2009, 06:11:00 pm
Please tell us what is not working for you. The code? The images? What is it doing to your site, or causing you to say that it is not working?


Another same time post!
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:12:18 pm
need help doesnt work for me?

Mad Gamer..  we need more information then  "it doesnt work"     We cannot help you unless you help us by giving us the information we need  ..  please read my previous post.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:15:04 pm
i did everything and wrote codes and crown doesnt appear
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:16:24 pm
i did everything and wrote codes and crown doesnt appear
'

Sorry but we are not mind readers  ;)

Im going to repeat my earlier post:

In order to help you with any issues with codes we need:

1.  Your forum url with the code in place
or
2.  You need to post the code, exactly as you used it so we can see it.

Make sure you have the jquery include in your Header.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:17:57 pm
oh k sry didnt see was afk. so sry going post one sec
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:24:15 pm
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Deadly Blitz","Deadly Blitz","white","<img
src='http://i30.tinypic.com/2e0irsw.jpg' />"];
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>






this is wat i wrote
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: -A- on May 28, 2009, 06:27:40 pm
Hmph... can I have your board URL?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:29:13 pm
endlessblitz.smfforfree.com
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:35:21 pm
This should work for you:

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Deadly Blitz","Deadly Blitz","white","<img src='http://i30.tinypic.com/2e0irsw.jpg' />"];
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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: -A- on May 28, 2009, 06:39:19 pm
Hmm. Sibyl, just being curious, what did you do to the code? Was it the same thing you did on the first page because the code was updated?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:39:57 pm
tysm
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:41:26 pm
Hmm. Sibyl, just being curious, what did you do to the code? Was it the same thing you did on the first page because the code was updated?

I stuck it on my own forum, changed the first name to mine.. the code would not work so I took the code from here and edited the info, made shure it worked with my name then replaced it with his.   Sometimes its just a small thing like a space or something..   

Mad Gamer you are welcome and I see its working now  ;)
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: -A- on May 28, 2009, 06:42:20 pm
Gotchya. Thanks for that.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:43:26 pm
Gotchya. Thanks for that.

I used to just keep a working copy of it on one of my test forums   - that forum was recently deleted for non use though  (laugh)
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:44:35 pm
what i put this code and it didnt work




<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Deadly Blitz","Deadly Blitz","white","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:45:27 pm
I just looked at your forum and I can see it..  what browser are you using? 

edit:  appears you have changed it now.. it was working a few minutes ago
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:48:29 pm
i no i put a different link
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:50:04 pm
i no i put a different link

put the code I gave you bak in and it will work and make sure you have javascript enabled in your browser or you will not see it.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:52:11 pm
when you change that image url in it be very careful..    that is the problem you are having.  You have a space between the end of the image url and the single quote.
Make sure the single quotes are right up against that image url...  if you have an extra space between it and the quote it wont work
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:54:30 pm
this is wat i put in



Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Deadly Blitz","๔єค๔lא ๒lเtz","white","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:56:21 pm
you have an extra space after this:   http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.png
 and before the single quote.. remove that space.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 28, 2009, 06:57:18 pm
nvm i got it this ' last one wasnt next to url. thank u so much for all ur help
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on May 28, 2009, 06:58:43 pm
your welcome...

I have a tip for you while you are here ;)

When you post a code here use the code tags around the code you post like so:

[code]
put the code here
[/code]


(if you press the # sign it will put the code tags in for you and you can paste the code in between them)
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nevada on May 31, 2009, 08:08:31 pm
Forum Url: http://freeforum.smfforfree.com
This is what i got and it DOES NOT WORK = <script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Owner Nevada","Owner Nevada","blue","<img src='http://i197.photobucket.com/albums/aa75/hockeysMVP222/heartqg7.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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mad Gamer2 on May 31, 2009, 08:11:51 pm
i got this crown http://th493.photobucket.com/albums/rr296/Hello8777/th_admincrown.gif (http://th493.photobucket.com/albums/rr296/Hello8777/th_admincrown.gif) from the post i am talking about
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: -A- on May 31, 2009, 08:14:06 pm
 
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Owner Nevada","Owner Nevada","blue","<img src='http://i197.photobucket.com/albums/aa75/hockeysMVP222/heartqg7.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>

Please try that... and next time can you put it in the
Code: [Select]
[code]CODE[/code] tags?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nevada on May 31, 2009, 08:17:37 pm
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Owner Nevada","Owner Nevada","blue","<img src='http://i197.photobucket.com/albums/aa75/hockeysMVP222/heartqg7.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>

Please try that... and next time can you put it in the
Code: [Select]
[code]CODE[/code] tags?







It didnt work =[
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Seldom Fail on May 31, 2009, 08:20:53 pm
Alex - The code you posted will not work either.

Nevada - You put a space after the image URL.

Try this code
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Owner Nevada","Owner Nevada","blue","<img src='http://i197.photobucket.com/albums/aa75/hockeysMVP222/heartqg7.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>
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nevada on May 31, 2009, 08:24:04 pm
Forum Url: http://freeforum.smfforfree.com
YAY, Thank You Seldom, and Thank you, Agent Moose for the code. =]
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: -A- on May 31, 2009, 08:30:01 pm
Oops Nevada. Sorry, but I fixed one error, you should leave the space after the ' in the code. I just didn't see the space.  ;)
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nevada on May 31, 2009, 08:32:43 pm
Okay, its okay Alex. :D
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Dillon on June 02, 2009, 05:47:25 pm
I've found this guide to be very useful. It works great, and I have used this on my forums.
Thanks a lot for making this, greatly appreciated.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mod Kory on June 06, 2009, 07:11:54 pm
i dont get it wheres your header and wheres ur footer~ someone help me!!!   :'( :'( :'( :'(
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Mod Kory on June 06, 2009, 07:14:11 pm
wheres the header and wheres the footer?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Seldom Fail on June 06, 2009, 07:21:07 pm
Admin CP > Manage Styles > Headers/Footers

Top text area = Headers
Bottom text area = footers
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nukeout V2 on June 10, 2009, 11:38:47 am
Hello I have this on my forums but I wanted to add crows to other people and you fix this

This is the one that doesnt work

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["NUKEOUT V2","NUKEOUT V2","red","<img src='http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png' />"];
vfour[vfour.length] = ["X Paramore X","X Paramore X","Pink","<img src='http://i341.photobucket.com/albums/o395/jennawutz/crowns/hottpink.png' />"];
vfour[vfour.length] = ["X NUKE OUT X","X NUKEOUT X","White","<img src='http://i375.photobucket.com/albums/oo192/sora5776/superman.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>




Please fix it so it works

PS -Keep the names color and the crown image the same:) TY i would highly appreciate it
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Andrew on June 10, 2009, 11:54:22 am
Hello I have this on my forums but I wanted to add crows to other people and you fix this

This is the one that doesnt work

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["NUKEOUT V2","NUKEOUT V2","red","<img src='http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png' />"];
vfour[vfour.length] = ["X Paramore X","X Paramore X","Pink","<img src='http://i341.photobucket.com/albums/o395/jennawutz/crowns/hottpink.png' />"];
vfour[vfour.length] = ["X NUKE OUT X","X NUKEOUT X","White","<img src='http://i375.photobucket.com/albums/oo192/sora5776/superman.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>




Please fix it so it works

PS -Keep the names color and the crown image the same:) TY i would highly appreciate it

I tested your code, just edited my name, and it worked perfectly fine, the crown images are correct.
Make sure there are no typos in the members names
Rember this part:
Code: [Select]
["OLD NAME","NEW NAME","COLOR","<img src='http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png' />"];
NEW NAMe can be left blank, if you dont want the name changed. It looks like in this part:
Code: [Select]
["X NUKE OUT X","X NUKEOUT X"you didnt space in the NEW NAME part. Thats why its sometime easier to just leave NEW NAME blank ;).
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on June 10, 2009, 12:00:33 pm
Also be sure for OLD NAME that you are using the Display Name,  not the Username and it is case sensitive.

Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nukeout V2 on June 10, 2009, 12:10:41 pm
its still not working what do i put as my header???
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on June 10, 2009, 12:11:36 pm
This needs to be in your header if you do not already have it there:

Code: [Select]
<script src="/jquery.js"></script>
forum url?
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nukeout V2 on June 10, 2009, 12:13:12 pm
The crown and stuff works for my acc but not for the other 2's accounts.Can Some1 maybe correct my errors if there are any and post me a new header and footer i really want this to work
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on June 10, 2009, 12:15:42 pm
The crown and stuff works for my acc but not for the other 2's accounts.Can Some1 maybe correct my errors if there are any and post me a new header and footer i really want this to work

Your code is correct - was tested by Andrew and I tested it as well.
If you have the jquery include in your header  (I posted it in the previous post HERE (http://www.smfsupport.com/support/guides_and_tutorials/guide_adding_the_runescape_admin_crown-t5206.0.html;msg106430#msg106430)) and are using the correct names for OLD NAME in the code it will work.      The Old Names have to be the current Display Name of the user.   Double check the spelling and keep in mind its also case sensitive.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Andrew on June 10, 2009, 12:19:07 pm
This would go in you HEADER:
Code: [Select]
<script src="/jquery.js"></script>
The other part of the code would go in you FOOTER

Can we have your forum URL please? We need to see if you made any mistakes in spelling, and we wont know unless we can see the members.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nukeout V2 on June 10, 2009, 12:20:28 pm
Forum url is Teamdynasty.smfforfree.com
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nukeout V2 on June 10, 2009, 12:21:29 pm
Forum url is Teamdynasty.smfforfree.com

I will gladly make one of you the owner to fix this
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Andrew on June 10, 2009, 12:23:42 pm
Forum url is Teamdynasty.smfforfree.com

I will gladly make one of you the owner to fix this

No, please never ask us to do that, we wont do it. We are here to help, not to do the work for you. ;)
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: simply sibyl on June 10, 2009, 12:56:36 pm
Nuke please read back to the posts by both Andrew and I in this thread and double check your work.
We are here to help you and guide you through things but we do not do them for you.
Do not make anyone admin on your forum for things like this -  no matter how helpful they may appear... its very risky to do so.
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Seldom Fail on June 10, 2009, 03:08:43 pm
I looked at your forum and the crowns appear just fine for me...
Title: Re: [Guide] Adding the Runescape Admin Crown
Post by: Nukeout V2 on June 10, 2009, 04:20:32 pm
its fixed now ty:)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Mod Kory on June 12, 2009, 09:41:54 pm
http://i674.photobucket.com/albums/vv106/Killerkory8/th_blackcrown.gif

i made it but i dont know how to get the white of the edges!
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: -A- on June 12, 2009, 09:43:07 pm
That is the image itself. It would need to be rendered onto a transparent background or remade by a graphics artist to get rid of that stuff.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on June 12, 2009, 10:23:59 pm
hi Kory.   I can fix that for you.
Just an fyi -  if you have images you need help with use the Graphics board next time ok?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on June 12, 2009, 10:26:33 pm
here you go:   (https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi102.photobucket.com%2Falbums%2Fm105%2Fmysmileyplace%2Fblackcrown.gif&hash=cf52a692981c50ca24fdd3d7aa3c2deb83b53ec3)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Runeps on June 14, 2009, 07:59:23 pm
Here's a donate crown if you want to use it for donater's: (https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fwww.rune-server.org%2Fimg%2Fdonator.gif&hash=c202b63c60e0f9568841b9cf29267825d8540d55) I found this and thought it would help. :D
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: lankster on June 17, 2009, 11:18:35 am
where do i put the crown code?????
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on June 17, 2009, 11:19:13 am
where do i put the crown code?????

In your Footer   (Admin > Manage Styles > Header/Footer)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: lankster on June 17, 2009, 11:21:48 am
Forum Url: http://gravesendboys.smfforfree.com
what i meant in crown code was not this 1:

<script src="/jquery.js"></script>

im on bout like the actual crown code??

do u get what i mean?? like where in that code?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on June 17, 2009, 11:23:22 am
The actual crown code goes in the Footer
The guide tells you where to put both codes   ;)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: lankster on June 17, 2009, 11:25:02 am
so this e.g


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png
 goes in the footer???
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on June 17, 2009, 11:26:22 am
No..  you have to use the entire code.

Go back to the first post that has the Guide in it.  It tells you how to edit the code that goes in the footer.
The directions for editing it are UNDER the code for the footer.
You put the image url where it says IMAGE URL in the code
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: lankster on June 17, 2009, 11:32:08 am
Forum Url: http://gravesendboys.smfforfree.com
its not working i put the code footer and header in and the image code but it hasnt shown up
whats wrong with it??
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on June 17, 2009, 11:32:36 am
Post your code so we can look at it.

edit: nevermind I checked your source code.   You need to do more edits to this part of your code.

Code: [Select]

vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];


For OLD NAME you have to put the display name of the member you want the crown to show up with
FOr NEW NAME you put the new name you want to show up for them or just put the same name there
For COLOR you have to put the color you want the name to be.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: lankster on June 17, 2009, 03:01:31 pm
Forum Url: http://gravesendboys.smfforfree.com
the crown still not showing up plzz help me??
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Andrew on June 17, 2009, 03:04:47 pm
Forum Url: http://gravesendboys.smfforfree.com
the crown still not showing up plzz help me??

This goes in HEADER:
Code: [Select]
<script src="/jquery.js"></script>
The rest of the code would go in your FOOTER:
Code: [Select]
<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>

Viewing the source of your forum, you have this:
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["ownerl","ownerl","blue","<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>

And looking at the only member online, the member on is ownerL, when you have in the code, Ownerl. Need to be capitailized.

So, try this code for the footers:
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["ownerL","ownerL","blue","<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>

That should work :)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: lankster on June 18, 2009, 10:16:29 am
thanks alot it finally works cheers for that!!:) :)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Methos Mage on June 26, 2009, 10:47:21 pm
awesome guide, exactly what i needed, btw: i made a custom crown that i'd like to add to the list, its up to you whether you add it or not though, but everyone i know likes it  ;)

http://i44.tinypic.com/iz410w.png
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: roser on July 16, 2009, 08:06:39 am
omg please help me!

it keep wont work only 1 persone gets his crown

code:
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["denis","denis","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];
vfour[vfour.length] = ["charelison","charelison","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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Seldom Fail on July 16, 2009, 09:18:47 am
Are they all not working or just one of them?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: roser on July 16, 2009, 10:37:35 am
only 1 works the one with charelison  only works the other wont!:S
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Tretispker on August 01, 2009, 07:13:16 am
didn't work for me :
here's what happened
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Tony","Tony","red","http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Seldom Fail on August 01, 2009, 08:34:34 pm
You have to use the image HTML tags. You also didn't close that line properly.

It should be this:
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Tony","Tony","red","<img src='http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png' alt='' />"];
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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: roser on August 04, 2009, 04:24:35 pm
omg please help me!

it keep wont work only 1 persone gets his crown

Code: [Select]
code:
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["denis","denis","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' />"];
vfour[vfour.length] = ["charelison","charelison","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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Seldom Fail on August 04, 2009, 04:27:44 pm
EDIT
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["denis","denis","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' alt='' />"];
vfour[vfour.length] = ["charelison","charelison","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png' alt='' />"];
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>

Works fine for me.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Robutal on August 22, 2009, 08:16:58 pm
I need help finding my header/footer. I cant find it under admin, can you help me further?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on August 22, 2009, 08:18:23 pm
Admin > Manage Styles > Edit Header/Footer
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Robutal on August 22, 2009, 09:23:31 pm
I have a custom theme downloaded from the web, here's a picture it is not on mine!?? HELP.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on August 22, 2009, 09:42:24 pm
The picture explains it.   You are not using one of our hosted forums. 
Support here is for SMF for Free hosted forums only

You need to go to simplemachines.org for support
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Robutal on August 22, 2009, 10:31:53 pm
Okay, I will make a self hosted forum then! Cheers!
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Zion on October 03, 2009, 12:17:37 am
This worked and the staff at my forums that i just created are going to be sooooo happy. :)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: alucifer on October 14, 2009, 03:31:38 pm
This is a very important message regarding the crown links.  The users who originally posted and uploaded the crown pictures, their accounts have remained inactive for 90 days, and this does not allow people to use the crowns in codes because they only have a message saying "so and so's account has been inactive for 90 days, check account for more information," instead of the actual crown.  Please send more links for the crowns and please, if you would be so kind, as to do this, I, and many others, will thank you.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on October 14, 2009, 03:33:26 pm
The crown images posted in the first post in this thread all show expect one of them so they are all (except that one image) working fine.

We always suggest that you download the image and put it on your own image host so that you do not risk losing the image.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: alucifer on October 14, 2009, 03:36:07 pm
Some of the codes don't work anymore because people have left their accounts inactive on photobucken :tickedoff:
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on October 14, 2009, 03:37:26 pm
Some of the codes don't work anymore because people have left their accounts inactive on photobucken :tickedoff:

That is why we suggest you host them yourself and not use other peoples links  ;)

Otherwise you use them at your own risk.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: RazzlDazzle on October 18, 2009, 12:12:29 am
Heh, I wanted a gold one of these crowns but I didn't see one in the style I liked, so I took one of the ones I liked and modified it in MS Paint (and it came out great in my opinion for doing it in Paint). The only problem is, I wanted to make the background transparent and the Photobucket editor isn't letting me do that any more...

Here's the picture with the link. Can anyone do me a huuuuge favor and do this themselves, then post the new picture here? I don't have Photoshop or anything like that, that will make it transparent. Thanks!!

(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi44.photobucket.com%2Falbums%2Ff34%2Fdafatkid4321%2FGoldAAdminCrown.jpg&hash=189618ab4f60e54e272312fe47c82db1671b7716)
http://i44.photobucket.com/albums/f34/dafatkid4321/GoldAAdminCrown.jpg (http://i44.photobucket.com/albums/f34/dafatkid4321/GoldAAdminCrown.jpg)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on October 18, 2009, 12:48:06 am
(https://www.smfsupport.com/support/proxy.php?request=http%3A%2F%2Fi38.tinypic.com%2F2agpyrp.gif&hash=d02e1c888c93cd2f232a64c660514f7d1c35f7bd)

Stick it on your Photobucket acct or use the tinypic url if you wish
http://i38.tinypic.com/2agpyrp.gif

Please post requests for graphics editing in the Graphics Board  ;)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: RazzlDazzle on October 18, 2009, 11:00:55 am
Sorry sibyl, now I know. Thank you for doing that for me. :)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Coder4ever on November 16, 2009, 04:34:58 am
Thanks, working great for me.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Joquan Productions on November 30, 2009, 05:36:30 pm
Forum Url: http://joquanltdhq.smfforfree.com
Ok, I did this for quite a few of my members of my forum, because I couldn't get more than one membergroup to show up. I tried this one, and it didn't work. Here is the code:

Code: [Select]
Headers: - After <body> tag

<script src="/jquery.js"></script> <script src="/jquery.js"></script>

Footers: - Before </body> tag

Terms of usage of this chatbox: No swearing, racism, bad smileys, harassing, etc. here. All of the general forum rules also apply here. <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTkxMTYwNjg3NDkmcHQ9MTI1OTExNjA5NTgxMSZwPTUzMTUxJmQ9Jmc9MSZvPWIyY2Q2NDdhMDI4ODQzYmE5MWZlZmIwODJiYzVkMmI1.gif" /><embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="640" height="480" name="chat" FlashVars="id=77420396" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://joquanltd.ourtoolbar.com">Get Our Toolbar!</a> <a target="_BLANK" href="http://wxms.byethost4.com/">WXMS MetalSmyth Radio Site</a></small><br> var all_images = document.getElementsByTagName('IMG'); for(i=0;i<all_images.length;i++){ for(j=0;j<img_b.length;j++){ if(all_images[i].src == img_b[j][0]){ all_images[i].src = img_b[j][1]; }}} </script> <table width="133" border="0" cellspacing="0" cellpadding="3"><tr><td align="center"><a href="http://www.website-hit-counters.com" target="_blank"><img src="http://www.website-hit-counters.com/cgi-bin/image.pl?URL=272585-9300" alt="" border="0" ></a></td></tr><tr><td align="center"><font style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #330006; text-decoration: none;"> <a href="http://www.website-hit-counters.com" target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #555556; text-decoration: none;" title="website hit counters">website hit counters</a> </font></td></tr></table> <script type="text/javascript"> function GroupImage(Name,Image){ //Created by Agent Moose (revolutionx.smfforfree3.com) var DiV1 = document.getElementsByTagName("DiV"); var DiV2 = DiV1.length; while(DiV2--){ if(DiV1[DiV2].innerHTML.indexOf(Name) != -1 && DiV1[DiV2].previousSibling.innerHTML){ DiV1[DiV2].previousSibling.firstChild.innerHTML = "<img src='" + Image + "' />" + DiV1[DiV2].previousSibling.firstChild.innerHTML; }else if(DiV1[DiV2].innerHTML.indexOf(Name) != -1 && DiV1[DiV2].previousSibling.previousSibling.innerHTML){ DiV1[DiV2].previousSibling.previousSibling.firstChild.innerHTML = "<img src='" + Image + "' />" + DiV1[DiV2].previousSibling.previousSibling.firstChild.innerHTML; }; }; }; GroupImage("Chief Executive Officer","http://images1.wikia.nocookie.net/runescape/images/3/31/Jmod_crown.png"); </script> <script> function name_across_board(){ //Created by Agent Moose (smcodes.smfforfree3.com) var vfour = new Array() vfour[vfour.length] = ["Affliction","Affliction","Yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif ' />"]; vfour[vfour.length] = ["MNichols7","MNichols7","White","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif ' />"]; vfour[vfour.length] = ["tomcat138","Tomcat138","Yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif' />"]; vfour[vfour.length] = ["beth123","Beth123","White","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif' />"]; vfour[vfour.length] = ["test1","Joquan Test1","Yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.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>

Need help!  :(
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on November 30, 2009, 05:49:14 pm
You should have only one instance of this in your header:

Code: [Select]
<script src="/jquery.js"></script>

Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on November 30, 2009, 06:06:38 pm
I went through it and straightened out the spacing.   Be careful how you save it as spacing is important with this code

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Affliction","Affliction","Yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif ' />"];
vfour[vfour.length] = ["MNichols7","MNichols7","White","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif ' />"];
vfour[vfour.length] = ["tomcat138","Tomcat138","Yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif' />"];
vfour[vfour.length] = ["beth123","Beth123","White","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif' />"];
vfour[vfour.length] = ["test1","Joquan Test1","Yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Maxkabamm on December 02, 2009, 02:36:45 am
Hi. I've done this and it works, but one of my admins (Super mods) has the name Josh. Today a new player registered with the name Josh125. Now Josh's name is red and has a admin/S Mod symbol next to it and Josh125 has his Josh part in red and a symbol next to it.

Can someone help me?

Here's the code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Maxkabamm","Maxkabamm","Yellow","<img src='http://img36.picoodle.com/img/img36/2/6/1/maxkabamm/f_adminm_b0c29e5.png' />"];
vfour[vfour.length] = ["1pk4l1f3","","Yellow","<img src='http://img36.picoodle.com/img/img36/2/6/1/maxkabamm/f_adminm_b0c29e5.png' />"];
vfour[vfour.length] = ["Josh","","Red","<img src='http://img30.picoodle.com/img/img30/2/4/27/maxkabamm/f_SuperModeram_53b49fe.png' />"];
vfour[vfour.length] = ["Code Red","","Silver","<img src='http://img29.picoodle.com/img/img29/2/4/27/maxkabamm/f_modm_e0b1330.png' />"];
vfour[vfour.length] = ["ultimatelvl4","","Silver","<img src='http://img29.picoodle.com/img/img29/2/4/27/maxkabamm/f_modm_e0b1330.png' />"];
vfour[vfour.length] = ["Jess","","Orange","<img src='http://i47.tinypic.com/11hcw1g.png' />"];
vfour[vfour.length] = ["sowhat160","","Silver","<img src='http://img29.picoodle.com/img/img29/2/4/27/maxkabamm/f_modm_e0b1330.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>

URL: http://nubscape.smfforfree.com/

thanks  ;D
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Joquan Productions on December 02, 2009, 09:28:42 am
Forum Url: http://joquanltdhq.smfforfree.com
Thanks guys, that really helped!
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Agent Moose on December 02, 2009, 09:07:01 pm
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Maxkabamm","Maxkabamm","Yellow","<img src='http://img36.picoodle.com/img/img36/2/6/1/maxkabamm/f_adminm_b0c29e5.png' />"];
vfour[vfour.length] = ["1pk4l1f3","","Yellow","<img src='http://img36.picoodle.com/img/img36/2/6/1/maxkabamm/f_adminm_b0c29e5.png' />"];
vfour[vfour.length] = ["Josh","","Red","<img src='http://img30.picoodle.com/img/img30/2/4/27/maxkabamm/f_SuperModeram_53b49fe.png' />"];
vfour[vfour.length] = ["Code Red","","Silver","<img src='http://img29.picoodle.com/img/img29/2/4/27/maxkabamm/f_modm_e0b1330.png' />"];
vfour[vfour.length] = ["ultimatelvl4","","Silver","<img src='http://img29.picoodle.com/img/img29/2/4/27/maxkabamm/f_modm_e0b1330.png' />"];
vfour[vfour.length] = ["Jess","","Orange","<img src='http://i47.tinypic.com/11hcw1g.png' />"];
vfour[vfour.length] = ["sowhat160","","Silver","<img src='http://img29.picoodle.com/img/img29/2/4/27/maxkabamm/f_modm_e0b1330.png' />"];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML == 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>

That should do it.  I change one part of the code.  You have to use EXACT usernames with it.  Capital Letters matter!
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Rsps Land on December 03, 2009, 05:14:27 pm
Thanks, this guide really helped me.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: AwesomeKidChris on December 13, 2009, 02:28:34 pm
I dont get it... when i go to my profile
i dont see header or anything.. please
help me out
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on December 13, 2009, 03:18:10 pm
I dont get it... when i go to my profile
i dont see header or anything.. please
help me out

Not positive what you are saying so I can only guess its 1 of 2 things....

1.
If you are looking for the header area in your Profile that is not where it is.
Edit your header and footer via Admin > Manage Styles > Header/Footer

2.
If you are saying that something has messed UP your header when you are in your Profile then please post your forum url, any error messages you may have on the screen.  Also check your header and footer codes to see which one is causing the issue.   Delete them, re-add them one at a time.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: AwesomeKidChris on December 13, 2009, 07:50:29 pm
Well how do you get a crown in your name if your staff...?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Seldom Fail on December 13, 2009, 08:36:46 pm
There's a code for that in the Codes Index (http://www.smfsupport.com/support/smf_for_free_codes/smf_for_free_codes_index-t4185.0.html;msg20773#msg20773)

Membergroup crown image or something like that     
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Agent Moose on December 13, 2009, 09:55:48 pm
Well how do you get a crown in your name if your staff...?
Heres one that makes it go by the Membergroup.  Meaning, if your in a certain membergroup, and image specified for that membergroup will be in front of your name

http://www.smfsupport.com/support/smf_for_free_codes_and_support/code_membergroup_image-t26655.0.html

(I forgot i had made this code :P )
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Mr Rich on January 04, 2010, 07:15:52 pm
TY REVO IVE done it to mi forums Ive been wanting to do that for a long time!!:)


decapitatedscape.smfforfree3.com (http://decapitatedscape.smfforfree3.com)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: TheKingPro on January 04, 2010, 11:33:34 pm
Thanks :)

This is great help for me :)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: smeximexi on January 09, 2010, 01:37:59 am
ok i followed this guide and typed in for color blueviolet and it made my name color blue violet but then the crown thats supposed to be to the left is a white box with a red x in it? could this mean thats i dont have something on my comptuer allowing me to see it or an error?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: smeximexi on January 09, 2010, 01:42:44 am
sorry for the double post but this is what i have.


//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["kaitlyn","kaitlyn","blueviolet","<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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on January 09, 2010, 01:44:36 am
I just answered this in the other thread you created... I'll lock that one so we are using only one thread - one topic per issue is sufficient.

You did not specify the image url... where it says IMAGE URL in the code you have to put the direct image url for the image you want to use.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: smeximexi on January 09, 2010, 01:48:14 am
wowgot it to work guys =]]]]] thank you for the help =]
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: owner jacob on January 15, 2010, 08:40:03 pm
hmm i dont see y this isnt working ive gone through all the pages of this thread but its still dont work

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Jacob","","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>

URL: projectskilling.tk (http://projectskilling.tk)

thnx=)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Soboredlesso on January 17, 2010, 03:26:00 pm
Quote
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Jacob","","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>

Hmm, you forgot to put in the display name for it. This should work:

<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Jacob","Jacob","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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: vannakix on January 18, 2010, 05:32:50 pm
I'm new to Smf forums-- i was wondering where hte "header" is
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Seldom Fail on January 18, 2010, 06:42:14 pm
Admin CP > Manage Styles > Headers/Footers
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: vannakix on January 18, 2010, 07:39:10 pm
Thanks m8.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: vannakix on January 18, 2010, 07:46:41 pm
Worked perfectly, is there anyway i can make it do that right when i set some1 as admin? or do i have to do it over again?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Seldom Fail on January 18, 2010, 08:00:30 pm
http://www.smfsupport.com/support/smf_for_free_codes_and_support/code_membergroup_image-t26655.0.html
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: godsword on August 28, 2010, 11:29:14 am
Hmm it doesn't work so ill tell u the forum url

http://blindscape.smfforfree3.com/

Header:

<script src="/jquery.js"></script>

Footer:

<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["godsword","Godsword","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.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>


Thanks if u make it work,

Id appreciate it.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Andrew on August 28, 2010, 02:25:57 pm
The name "godsword" does not exist on your forum, it needs to be "Godsword". You can also just leave the 2nd part in the var empty.

I'll fix it for you, use this one instead:
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Godsword","","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.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>



Title: Re: [Code] Adding the Runescape Admin Crown
Post by: godsword on August 28, 2010, 07:13:38 pm
thank you andrew ill inform u if it doesn't work.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Pride on September 27, 2010, 05:49:59 pm
http://i54.tinypic.com/hvnqjt.gif

There is another crown that I made, not the best.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: James123 on October 11, 2010, 02:43:00 am
i need help my crowns work and all, i have 3 admins and when i tryed make 3rd person admin all the other crowns dissapeared? like code was still there just not the crown next to name please help.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on October 11, 2010, 09:45:00 am
i need help my crowns work and all, i have 3 admins and when i tryed make 3rd person admin all the other crowns dissapeared? like code was still there just not the crown next to name please help.

Please post the code you used and your forum's url  so we can take a look at it
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: residentevilplanet on October 13, 2010, 12:05:37 pm
Please help i still cant add crowns etc !
this is what i got:

www.residentevilplanet.smfforfree3.com

Header:
<script src="/jquery.js"></script>

Footer:

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["du","Du","Yellow","<img src=''http://i137.photobucket.com
vfour[vfour.length] = ["Bicudo","Viktor","Red","<img src='http://i36.tinypic.com/nmck95.gif' />"];
/albums/q232/LaundryLady1947/Runescape/admin.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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on October 13, 2010, 02:11:57 pm
residentevilplanet  -  Try this, it should work for you.   You had the urls for the crowns all messed up in the code.

Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["du","Du","Yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif' />"];
vfour[vfour.length] = ["Bicudo","Viktor","Red","<img src='http://i36.tinypic.com/nmck95.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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: residentevilplanet on October 13, 2010, 02:19:56 pm
still dont work :(


can u explain the name thing again?i think it's wrong.


Nevermind!
it worked, thank you very much!
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Defil3d Ko3d on October 24, 2010, 06:51:48 am
Does this work for SMF 2.0 RC3?
Because I cannot find manage themes  ???
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on October 24, 2010, 09:51:04 am
Does this work for SMF 2.0 RC3?
Because I cannot find manage themes  ???

No, the code was written for 1.1* forums and specifically for our SMF for Free hosted forums.
If you are running SMF 2.0 RC3 you aren't using one of our hosted forums and need to use simplemachines.org's community support forum for help with your forum.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Basic on December 10, 2010, 08:28:46 pm
can someone make one for me?
It doesn't ever seem to work

Name: Basic

thanks.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: tormentedpkz on December 22, 2010, 04:40:23 pm
HM... i don't see any 'edit headers & footers' on my admin panel. Anyone help me? I use smf 2.0 RC4
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Seldom Fail on December 22, 2010, 06:09:23 pm
http://simplemachines.org

You are not hosted through SMF for Free. We cannot help you here. Sorry.


(already told you this in another code thread)
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Squishy410 on January 23, 2011, 11:35:28 am
I am confused, I just want the Admin UserGroup to have a crown. As well as the Moderator.

How do I do it?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on January 24, 2011, 09:45:22 am
I am confused, I just want the Admin UserGroup to have a crown. As well as the Moderator.

How do I do it?

THis code cannot be done by Membergroups.  Check the Codes Index (http://www.smfsupport.com/support/smf_for_free_codes/smf_for_free_codes_index-t4185.0.html;msg20773#msg20773)   under Member Related to find one that can
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Ugotclaydough on March 08, 2011, 09:36:08 am
Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Hope","Hope","#3399FF","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.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>

Didn't work for me.
website::  runeunited-online.com
smf 1.1.13

And yes i have the header. :P
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on March 08, 2011, 09:38:04 am
Your forum is not hosted with our service.   We do support here only for our hosted forums.
Ya need to go to simplemachines.org for support for your forum.

Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Jaydeen on April 17, 2011, 10:48:49 am
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Jaydeen","<b>Jaydeen</b>","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif'  />"];
vfour[vfour.length] = ["Phil","<b>Phil<b>","Green","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.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>

Fourm: http://xat.freesmfhosting.com
Not working have been trying for litterly hours
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Jaydeen on April 17, 2011, 10:54:43 am
Okay i got it but i cant add another name or it effes mine up  :D
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Jaydeen on April 17, 2011, 11:38:31 am
Ok i figured it out can u guys cheack it out
http://xat.freesmfhosting.com/index.php?action=forum

I finished it and ill be glad to help anyone with crowns
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: ut shady on April 17, 2011, 01:00:34 pm
I'm really glad you got your crowns to work.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Jaydeen on August 19, 2011, 11:44:08 pm
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Jaydeen","<b>'Jaydeen</b>","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif'/>"];/>"];
vfour[vfour.length] = ["Sarah","<b>Sarah</b>","Orange","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/modcrownaw2.png
/>"];
vfour[vfour.length] = ["zarakava","Zarakava","blue","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod.gif'/>"];
vfour[vfour.length] = ["Phil","<b>Phil</b>","Black","<img src='http://ziotic.com/img/vet.png'/>"];
vfour[vfour.length] = ["dudewasp","<b>Dudewasp</b>","purple","<img src='http://i104.photobucket.com/albums/m187/golddollar12127/Fourm/m.gif'/>"];
vfour[vfour.length] = ["Paul","<b>Google</b>","purple","<img src='http://i104.photobucket.com/albums/m187/golddollar12127/Fourm/m.gif'/>"];
vfour[vfour.length] = ["Jack","<b>Jack</b>","Black","<img src='http://ziotic.com/img/vet.png'/>"];
["Kill","<b>Kill</b>","Black","<img src='http://ziotic.com/img/vet.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>
Help Please? Not working
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Jaydeen on August 19, 2011, 11:44:35 pm
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Jaydeen","<b>'Jaydeen</b>","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif'/>"];/>"];
vfour[vfour.length] = ["Sarah","<b>Sarah</b>","Orange","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/modcrownaw2.png
/>"];
vfour[vfour.length] = ["zarakava","Zarakava","blue","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod.gif'/>"];
vfour[vfour.length] = ["Phil","<b>Phil</b>","Black","<img src='http://ziotic.com/img/vet.png'/>"];
vfour[vfour.length] = ["dudewasp","<b>Dudewasp</b>","purple","<img src='http://i104.photobucket.com/albums/m187/golddollar12127/Fourm/m.gif'/>"];
vfour[vfour.length] = ["Paul","<b>Google</b>","purple","<img src='http://i104.photobucket.com/albums/m187/golddollar12127/Fourm/m.gif'/>"];
vfour[vfour.length] = ["Jack","<b>Jack</b>","Black","<img src='http://ziotic.com/img/vet.png'/>"];
["Kill","<b>Kill</b>","Black","<img src='http://ziotic.com/img/vet.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>
Help please?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Organization XIII on September 30, 2011, 02:28:09 pm
My site: http://ttrorganizationxiiihq.createaforum.com/index.php (http://ttrorganizationxiiihq.createaforum.com/index.php)

I need help putting the Admins Crown. I copied it all perfectly the Header and Footer. I changed the "Old Name" and "New Name" also the "Color" and I put the URL of the crown. After saving both and check, my ne is still the same and It dosnt have any Crown next to it. Can anybody help me on this or give me a new working script? Im not a scriptor so I cant do it myself.
Thank You!



Code: [Select]
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Organization XIII","Organization XIII Leader","red","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.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>
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: simply sibyl on October 01, 2011, 01:26:00 pm
My site: http://ttrorganizationxiiihq.createaforum.com/index.php (http://ttrorganizationxiiihq.createaforum.com/index.php)

I need help putting the Admins Crown. I copied it all perfectly the Header and Footer. I changed the "Old Name" and "New Name" also the "Color" and I put the URL of the crown. After saving both and check, my ne is still the same and It dosnt have any Crown next to it. Can anybody help me on this or give me a new working script? Im not a scriptor so I cant do it myself.
Thank You!

Your forum is on CreateaForum -  the forum software is a different version and Im not sure this code works properly with it.   Nonetheless  this isnt the correct support forum for your forum - you need to use http://support.createaforum.com/ for support for your forum.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: olinice1 on November 30, 2012, 12:38:01 pm
Hi, i know this is old but i CANT GET IT TO WORK! Can anyone help? i've tried everything

I thought it was my global header and footer that might be wrong but idk how to fix that

OR IS THERE ANY NEWER LINK TO ADD CROWNS?

Everything redirects me here
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Magma on January 01, 2013, 08:41:36 pm
Can someone do this for me? I have no clue how to do this.
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: alexnder on March 16, 2013, 09:57:05 am
please help me i have smf 2.0.4 i want to add them but i dont know where to find header and where to add them ?
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Lolcopte on January 04, 2014, 07:30:58 pm
Hai.... sorry for gravedigging.. but....
im new to this  :D
so could anyone please tell me how to locate the ''HEADER'' and ''FOOTER''
xD thank you if anyone helps  ;D
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Lolcopte on January 13, 2014, 10:35:14 am
okay xD so i got it working :D but i want to know something ;p

do the BBCodes work for example this code :D or this one ;D

thank you :D
Title: Re: [Code] Adding the Runescape Admin Crown
Post by: Lolcopte on January 13, 2014, 10:36:50 am
oh okay xD.... i guess the ''GLOW'' and the ''SHADOW'' codes arent working :/ :uglystupid2: