SMF For Free Support Forum
Signup For Free Forum
October 07, 2008, 03:30:25 am *
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]
  Print  
Author Topic: Crowns  (Read 311 times)
0 Members and 1 Guest are viewing this topic.
Drowning
SMF For Free Member
*
Offline Offline

Posts: 41


View Profile
« on: June 12, 2008, 04:20:26 pm »

Forum Url: http://drowningscape.smfforfree4.com
On my online list it's not showing the colors and crowns i put
But on the users logged in today (new feature one)
It shows them
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8410



View Profile WWW
« Reply #1 on: June 12, 2008, 05:00:57 pm »

Forum Url: http://drowningscape.smfforfree4.com
On my online list it's not showing the colors and crowns i put
But on the users logged in today (new feature one)
It shows them

Try it this way, it should work.   Just a little spacing was off and that can effect it.

Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Agent Moose","","orange","<b>"]
vfour[vfour.length] = ["Drowning","Drowning","Red","<img src='http://img230.imageshack.us/img230/8688/admintj3.gif' />"]
vfour[vfour.length] = ["r i c h","R i c h","orange","<img src='http://i152.photobucket.com/albums/s163/dragonowner/mod.gif'/>"]
vfour[vfour.length] = ["Bane","Bane","orange","<img src='http://i152.photobucket.com/albums/s163/dragonowner/mod.gif'/>"]
vfour[vfour.length] = ["xxcutiepkzxx","xxcutiepkzxx","red","<img src='http://i29.tinypic.com/d7fb8.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>
Logged

Drowning
SMF For Free Member
*
Offline Offline

Posts: 41


View Profile
« Reply #2 on: June 13, 2008, 02:08:48 pm »

Thanks
Logged


Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.301 seconds with 16 queries.