SMF For Free Support Forum
Signup For Free Forum
December 02, 2008, 05:46:19 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: 1 [2] 3 4
  Print  
Author Topic: [Guide] Adding the Runescape Admin Crown  (Read 22918 times)
0 Members and 1 Guest are viewing this topic.
Dr_Dre143
SMF For Free Newbie
*
Offline Offline

Posts: 2



View Profile
« Reply #15 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
Logged

simply sibyl
Female Type
Global Moderator
*
Online Online

Posts: 9396


Please do not PM for Support


View Profile WWW
« Reply #16 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.
« Last Edit: September 01, 2008, 07:05:16 pm by simply sibyl » Logged

Lucas A33
SMF For Free Full Member
*
Offline Offline

Posts: 128


View Profile
« Reply #17 on: September 04, 2008, 06:42:05 pm »

Does it have to be #438473 Color coded or just
"Red"
Logged

simply sibyl
Female Type
Global Moderator
*
Online Online

Posts: 9396


Please do not PM for Support


View Profile WWW
« Reply #18 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
Logged

owned ftw
SMF For Free Newbie
*
Offline Offline

Posts: 10


View Profile
« Reply #19 on: September 24, 2008, 03:26:39 am »

what is a footer
Logged
Spoken
SMF For Free Sr. Member
*
Offline Offline

Posts: 424


Previously known as Colonel Pepsi


View Profile WWW
« Reply #20 on: September 24, 2008, 04:06:12 pm »

its when u throw something a foot. lol just kidding. on your forums go to Admin>>Manage Styles>>Headers and Footers
Logged

gm gerald
SMF For Free Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #21 on: September 25, 2008, 10:13:09 pm »

it over laps because the code is too long so it wont let me put it in right it just type the code and my name yellow how do i extend the box to make the code fit?
Logged
simply sibyl
Female Type
Global Moderator
*
Online Online

Posts: 9396


Please do not PM for Support


View Profile WWW
« Reply #22 on: September 25, 2008, 10:44:18 pm »

umm are you talking about putting it in your footer???
It will fit in there..    just paste it in.    Note the scrollbar on the right side of that box?
Logged

gm gerald
SMF For Free Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #23 on: September 25, 2008, 10:54:55 pm »

umm are you talking about putting it in your footer???
It will fit in there..    just paste it in.    Note the scrollbar on the right side of that box?
I know I'm saying its to big going to the right and it goes to the next line and doesn't work I need a scroll bar on the bottom. My link is a bit big for my image and same with another part of the code
Logged
simply sibyl
Female Type
Global Moderator
*
Online Online

Posts: 9396


Please do not PM for Support


View Profile WWW
« Reply #24 on: September 25, 2008, 10:58:34 pm »

umm are you talking about putting it in your footer???
It will fit in there..    just paste it in.    Note the scrollbar on the right side of that box?
I know I'm saying its to big going to the right and it goes to the next line and doesn't work I need a scroll bar on the bottom. My link is a bit big for my image and same with another part of the code

Post the code you are trying to use so we can look at it and see what you are trying to do.
Your forum url as well if you still have the code in place there.
Logged

gm gerald
SMF For Free Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #25 on: September 25, 2008, 11:01:48 pm »

lol sorry I am on my iPod haha but tomorrow morning I'll get u that code it shows for me and my URL.
« Last Edit: September 25, 2008, 11:08:36 pm by simply sibyl » Logged
simply sibyl
Female Type
Global Moderator
*
Online Online

Posts: 9396


Please do not PM for Support


View Profile WWW
« Reply #26 on: September 25, 2008, 11:03:40 pm »

try it from your pc and not the ipod tomorrow.. see how that goes..  you shouldnt have a problem
Logged

gm gerald
SMF For Free Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #27 on: September 25, 2008, 11:12:27 pm »

try it from your pc and not the ipod tomorrow.. see how that goes..  you shouldnt have a problem
No earlier I was on the comp not my iPod I JUST got on this. I was on my laptop.
Logged
Ineedrsforum
SMF For Free Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #28 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 !  Cry
<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
Logged
LaundryLady
Global Moderator
*
Offline Offline

Posts: 3083


Multi-Tasking Maven


View Profile
« Reply #29 on: October 11, 2008, 11:13:04 am »

Try this, added ' in front of the http

Code:
<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>
Logged


Pages: 1 [2] 3 4
  Print  
 
Jump to:  

cheap low cost web hosting reviews

Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 4.772 seconds with 18 queries.