SMF For Free Support Forum
Signup For Free Forum
March 20, 2010, 04:43:01 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 ... 7 8 9 [10] 11 12 13
  Print  
Author Topic: [Code] Adding the Runescape Admin Crown  (Read 64563 times)
0 Members and 2 Guests are viewing this topic.
lankster
SMF For Free Newbie
*
Offline Offline

Posts: 11


View Profile
« Reply #135 on: June 18, 2009, 10:16:29 am »

thanks alot it finally works cheers for that!!:) Smiley
Logged
Methos Mage
SMF For Free Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #136 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  Wink

http://i44.tinypic.com/iz410w.png
Logged
roser
SMF For Free Full Member
*
Offline Offline

Posts: 122



View Profile
« Reply #137 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>
« Last Edit: July 16, 2009, 10:39:22 am by roser » Logged

Seldom Fail
SMF For Free Sponsors
*
Offline Offline

Posts: 1478


Please feel free to email me ;)


View Profile WWW
« Reply #138 on: July 16, 2009, 09:18:47 am »

Are they all not working or just one of them?
Logged

If at first you fail... call it Vista, sell it, and hope that no one notices



My Blog Wink
roser
SMF For Free Full Member
*
Offline Offline

Posts: 122



View Profile
« Reply #139 on: July 16, 2009, 10:37:35 am »

only 1 works the one with charelison  only works the other wont!:S
« Last Edit: July 16, 2009, 10:40:34 am by roser » Logged

Tretispker
SMF For Free Full Member
*
Offline Offline

Posts: 176


The Blue forums


View Profile WWW
« Reply #140 on: August 01, 2009, 07:13:16 am »

didn't work for me :
here's what happened
Code:
<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>
Logged


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

For all your needs Smiley

The Blue Crew Founder
Seldom Fail
SMF For Free Sponsors
*
Offline Offline

Posts: 1478


Please feel free to email me ;)


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

If at first you fail... call it Vista, sell it, and hope that no one notices



My Blog Wink
roser
SMF For Free Full Member
*
Offline Offline

Posts: 122



View Profile
« Reply #142 on: August 04, 2009, 04:24:35 pm »

omg please help me!

it keep wont work only 1 persone gets his crown

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

Seldom Fail
SMF For Free Sponsors
*
Offline Offline

Posts: 1478


Please feel free to email me ;)


View Profile WWW
« Reply #143 on: August 04, 2009, 04:27:44 pm »

EDIT
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' 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.
« Last Edit: August 04, 2009, 04:30:59 pm by Seldom Fail » Logged

If at first you fail... call it Vista, sell it, and hope that no one notices



My Blog Wink
Robutal
SMF For Free Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #144 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?
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 13309



View Profile WWW
« Reply #145 on: August 22, 2009, 08:18:23 pm »

Admin > Manage Styles > Edit Header/Footer
« Last Edit: August 22, 2009, 08:23:46 pm by simply sibyl » Logged

Robutal
SMF For Free Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #146 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.
« Last Edit: August 22, 2009, 09:30:22 pm by Robutal » Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 13309



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

Robutal
SMF For Free Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #148 on: August 22, 2009, 10:31:53 pm »

Okay, I will make a self hosted forum then! Cheers!
Logged
Zion
SMF For Free Full Member
*
Offline Offline

Posts: 104


View Profile
« Reply #149 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. Smiley
Logged

I'm Back and trying harder.


Pages: 1 ... 7 8 9 [10] 11 12 13
  Print  
 
Jump to:  



Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
ServerBeach Coupon
Page created in 0.353 seconds with 15 queries. (Pretty URLs adds 0.09s, 2q)