Rated-R
Would you like to react to this message? Create an account in a few clicks or log in to continue.

my suggetion

2 posters

Go down

my suggetion Empty my suggetion

Post  SuperNatural Mon Jan 04, 2010 8:37 pm

i think we need a better forum the coding is sloppy for this forum and smfforfree is more user friendly What a Face What a Face What a Face What a Face What a Face What a Face What a Face

http://runescapesuxxx.smfforfree3.com/index.php

this is one i quickly made as an example

SuperNatural

Posts : 11
Join date : 2010-01-04

Back to top Go down

my suggetion Empty Re: my suggetion

Post  V Toxic V™ Tue Jan 05, 2010 7:15 pm

how did you put icons b4 ur name?not easy to do in free domains..
V Toxic V™
V Toxic V™
Moderator
Moderator

Posts : 49
Join date : 2009-12-29
Age : 29
Location : Right Bai Brad<3*

Back to top Go down

my suggetion Empty hey

Post  SuperNatural Wed Jan 06, 2010 3:16 am

INSTRUCTIONS:

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

Code:

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



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

Code:

<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML.match(vfour[f][0])){
this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>");
};});};}
name_across_board();
</script>



If you are doing it for more then one person add more of these right under the existing one:

Code:

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: Use the Graphics Board for requesting other crowns


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thco-owner.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thmod.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/rainbowmodor1.jpg


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/modcrownaw2.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/11iek2d.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/34q2ywz.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/12234013pa5.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/council-crown.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/highvoicescrown2zr6.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/imagesvx4.jpg


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png


https://2img.net/h/i307.photobucket.com/albums/nn311/PhotoKillz/m7xeep.gif


https://2img.net/h/i292.photobucket.com/albums/mm14/Rockstarog123/premium2.png


https://2img.net/h/oi25.tinypic.com/af8unp.png


https://2img.net/h/oi28.tinypic.com/2hz1wuq.png

View Profile


[Code] Adding the Runescape Admin Crown
« on: July 05, 2007, 01:47:31 pm »

Credit goes to Agent Moose for his Change Username Across Board Code

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

Example:


INSTRUCTIONS:

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

Code:

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



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

Code:

<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML.match(vfour[f][0])){
this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>");
};});};}
name_across_board();
</script>



If you are doing it for more then one person add more of these right under the existing one:

Code:

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)



Here are some crown links


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thco-owner.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thmod.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/rainbowmodor1.jpg


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/modcrownaw2.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/11iek2d.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/34q2ywz.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/12234013pa5.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/council-crown.gif


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/highvoicescrown2zr6.png


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/imagesvx4.jpg


https://2img.net/h/i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png


https://2img.net/h/i307.photobucket.com/albums/nn311/PhotoKillz/m7xeep.gif


https://2img.net/h/i292.photobucket.com/albums/mm14/Rockstarog123/premium2.png


https://2img.net/h/oi25.tinypic.com/af8unp.png


https://2img.net/h/oi28.tinypic.com/2hz1wuq.png


https://2img.net/h/oi27.tinypic.com/2cgk1f8.png


https://2img.net/h/oi32.tinypic.com/24148xi.png


https://2img.net/h/oi28.tinypic.com/20p2buw.png


https://2img.net/h/oi29.tinypic.com/200r537.png


https://2img.net/h/oi29.tinypic.com/2i1fc6p.png


https://2img.net/h/oi32.tinypic.com/2lmnh9g.png


https://2img.net/h/oi27.tinypic.com/2wmgnya.png


https://2img.net/h/oi31.tinypic.com/28838tu.png


https://2img.net/h/oi26.tinypic.com/qyct2f.png


https://2img.net/h/oi30.tinypic.com/2d9phg2.png


https://2img.net/h/oi31.tinypic.com/2djcg2f.png


https://2img.net/h/oi27.tinypic.com/243m7v7.png


https://2img.net/h/oi26.tinypic.com/20shgg6.png


https://2img.net/h/i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png


https://2img.net/h/i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png


https://2img.net/h/oi32.tinypic.com/v5v6s7.jpg


https://2img.net/h/oi27.tinypic.com/apd65w.jpg


https://2img.net/h/oi37.tinypic.com/10msg8p.jpg


https://2img.net/h/oi30.tinypic.com/2e0irsw.jpg


https://2img.net/h/oi10.tinypic.com/6jvd2df.jpg


https://2img.net/h/oi17.tinypic.com/6jo8c5t.jpg


http://www.gottapixel.net/forum/images/usergroup/admincrown.gif


https://2img.net/h/i102.photobucket.com/albums/m105/mysmileyplace/crowns/smallgold.gif


https://2img.net/h/i341.photobucket.com/albums/o395/jennawutz/crowns/redorange.png

red crown:

https://2img.net/h/i341.photobucket.com/albums/o395/jennawutz/crowns/red.png


https://2img.net/h/i341.photobucket.com/albums/o395/jennawutz/crowns/pink.png


https://2img.net/h/i341.photobucket.com/albums/o395/jennawutz/crowns/hottpink.png


https://2img.net/h/i341.photobucket.com/albums/o395/jennawutz/crowns/lightpink.png


https://2img.net/h/i341.photobucket.com/albums/o395/jennawutz/crowns/green.png


https://2img.net/h/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://2img.net/h/i102.photobucket.com/albums/m105/mysmileyplace/birthdaycake.gif

SuperNatural

Posts : 11
Join date : 2010-01-04

Back to top Go down

my suggetion Empty Re: my suggetion

Post  V Toxic V™ Wed Jan 06, 2010 2:58 pm

wow,too complicated....

can you do it for me?
i'll give you forums pass and shit...
and remove the ones i have put...(under the name-_-")
V Toxic V™
V Toxic V™
Moderator
Moderator

Posts : 49
Join date : 2009-12-29
Age : 29
Location : Right Bai Brad&amp;lt;3*

Back to top Go down

my suggetion Empty hey

Post  SuperNatural Thu Jan 07, 2010 12:01 am

nahh u can do it its pretty simple i accedently posted it twice..

SuperNatural

Posts : 11
Join date : 2010-01-04

Back to top Go down

my suggetion Empty Re: my suggetion

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum