SMF For Free Support Forum
Signup For Free Forum
September 05, 2008, 09:13:12 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
  Print  
Author Topic: My crowns suddenly wont work.  (Read 671 times)
0 Members and 1 Guest are viewing this topic.
3lf-ครรครรเภ
SMF For Free Full Member
*
Offline Offline

Posts: 108



View Profile
« on: June 14, 2008, 08:13:00 pm »

Forum Url: http://soadroxscape.smfforfree4.com
I made some promotions and demotions, and i have the admin crown code, and now they wont show up in posts. they worked b4 i made the changes.

**EDIT** I just redid the code for my new staff and its working now. please remove/lock.

**EDIT 2** Now only my global moderator pie wizard1 isnt showing up, and ive redone the code 3 times..
« Last Edit: June 14, 2008, 08:22:36 pm by 3lf » Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 8027


I am not a dude!


View Profile WWW
« Reply #1 on: June 16, 2008, 01:35:22 am »

Make sure you have the name exactly as it is in the profile or it will not work.   That includes uppercase/lowercase/spaces.   It IS case sensitive.
« Last Edit: August 14, 2008, 12:32:06 pm by simply sibyl » Logged

ishybadboy
SMF For Free Member
*
Offline Offline

Posts: 32



View Profile
« Reply #2 on: August 14, 2008, 07:17:38 am »

Suddenly I have the same problem.


Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ishybadboy","Ishybadboy","Black","<img src='http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png' />"];
vfour[vfour.length] = ["Ghostlypk3r","GhostlyPk3r","Black","<img src='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>

JQuery is in my Header, it's not that.

Simply, do you have any ideas?
Logged
Kalphiter
SMF For Free Full Member
*
Offline Offline

Posts: 119



View Profile
« Reply #3 on: August 14, 2008, 09:36:03 am »

Suddenly I have the same problem.


Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ishybadboy","Ishybadboy","Black","<img src='http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png' />"];
vfour[vfour.length] = ["Ghostlypk3r","GhostlyPk3r","Black","<img src='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>

JQuery is in my Header, it's not that.

Simply, do you have any ideas?
You are using display name right?
Logged
ishybadboy
SMF For Free Member
*
Offline Offline

Posts: 32



View Profile
« Reply #4 on: August 14, 2008, 09:57:16 am »

Yeah.
Logged
ishybadboy
SMF For Free Member
*
Offline Offline

Posts: 32



View Profile
« Reply #5 on: August 14, 2008, 09:58:02 am »

Here, Check it out for yourself;

http://www.ghostlypkz.smfforfree2.com/
Thanks alot Kalphiter.
Logged
ishybadboy
SMF For Free Member
*
Offline Offline

Posts: 32



View Profile
« Reply #6 on: August 14, 2008, 11:08:25 am »

Simply Sibyl does my JQuery have to be at the TOP of HEADER?
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8027


I am not a dude!


View Profile WWW
« Reply #7 on: August 14, 2008, 11:09:08 am »


JQuery is in my Header, it's not that.

Simply, do you have any ideas?

They both were working and you did not change the code?
Move the code for the jquery to the very top of your header for one thing.
Did you add another code to either the header or footer and they stopped displaying?

Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 8027


I am not a dude!


View Profile WWW
« Reply #8 on: August 14, 2008, 11:09:42 am »

Simply Sibyl does my JQuery have to be at the TOP of HEADER?

Its recommended.   
Logged

ishybadboy
SMF For Free Member
*
Offline Offline

Posts: 32



View Profile
« Reply #9 on: August 14, 2008, 11:19:47 am »


JQuery is in my Header, it's not that.

Simply, do you have any ideas?

They both were working and you did not change the code?
Move the code for the jquery to the very top of your header for one thing.
Did you add another code to either the header or footer and they stopped displaying?



Yeah. I added the Random Affiliate box and they stopped working. Is this why?
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8027


I am not a dude!


View Profile WWW
« Reply #10 on: August 14, 2008, 11:21:42 am »


Yeah. I added the Random Affiliate box and they stopped working. Is this why?

First try moving the jquery to the very top of your header and see if that works.
If it doesn't save that other code someplace then remove it so you can see if that caused it.
If it did - I dunno why nor what to do about it.
Logged

ishybadboy
SMF For Free Member
*
Offline Offline

Posts: 32



View Profile
« Reply #11 on: August 14, 2008, 11:22:54 am »

I'll try the JQuery, be right back.
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8027


I am not a dude!


View Profile WWW
« Reply #12 on: August 14, 2008, 11:27:58 am »

I'll try the JQuery, be right back.

K while you are there that styleswapper you are using -  your forums style has to be set to the Default style in order for that to work properly.
Logged

ishybadboy
SMF For Free Member
*
Offline Offline

Posts: 32



View Profile
« Reply #13 on: August 14, 2008, 11:28:19 am »

Nope, Didn't work. Here have a look.

http://ghostlypkz.smfforfree2.com/index.php

Header
Code:
<script src="/jquery.js"></script>
<script src="http://h1.ripway.com/smcodes/skinssource.js">//Skin Source</script>

<script>
//Created by deathwilldie of SMF Codes at www.smcodes.smfforfree3.com
var tItLe="Friend Sites"
var AffNum="5"
var randomizer=Math.round(Math.random()*AffNum)
var affs=[]
affs[0]=["0","http://www.planbftw.smfforfree4.com/","http://i300.photobucket.com/albums/nn16/IshyBadBoy/planb.jpg"];
affs[1]=["1","http://http://gfxfactor.com/","http://usera.imagecave.com/insanity/buttons/AffiGFxfactor.gif"];
affs[2]=["2","http://romancereadersandwritersf.smfforfree4.com/","http://i246.photobucket.com/albums/gg116/cute4life261/RRWForum2.jpg"];
affs[3]=["3","'http://thegamenation.net/","http://i53.photobucket.com/albums/g41/B_LAZE1/SIGS/affignad3.gif"];
affs[4]=["4","http://badgewinners.com/","http://i137.photobucket.com/albums/q232/LaundryLady1947/Forum%20Buttons%20and%20Icons/bw.gif"];
affs[5]=["5","http://roamingroadreport.com/","http://i137.photobucket.com/albums/q232/LaundryLady1947/Snaggables/LLSIGN2.jpg"];
for(e=0;e<affs.length;e++){
if(randomizer==affs[e][0]){
document.write("<table align='center' width='200' cellpadding='2' cellspacing='1'><th class='windowbg2' align='center'>"+tItLe+"</th><tr><td class='catbg' align='center'><a href='"+affs[e][1]+"'><img src='"+affs[e][2]+"' /></a></td></tr></table>") }}
</script>

<div id="default_skins"><hr /><b>Default Skins: </b><a href="#" onclick="setActiveStyleSheet(''); return false;">Default</a> | <a href="#" onclick="setActiveStyleSheet('Black'); return false;">Black</a> | <a href="#" onclick="setActiveStyleSheet('Red'); return false;">Red</a> | <a href="#" onclick="setActiveStyleSheet('Green'); return false;">Green</a> | <a href="#" onclick="setActiveStyleSheet('Brown'); return false;">Brown</a> | <a href="#" onclick="setActiveStyleSheet('Lavender'); return false;">Lavender</a></div>
<div id="techno_skins"><hr /><b>Techno Skins: </b><a href="#" onclick="setActiveStyleSheet('Techno Black'); return false;">Black</a> | <a href="#" onclick="setActiveStyleSheet('Techno Blue'); return false;">Blue</a> | <a href="#" onclick="setActiveStyleSheet('Techno Brown'); return false;">Brown</a> | <a href="#" onclick="setActiveStyleSheet('Techno Green'); return false;">Green</a> | <a href="#" onclick="setActiveStyleSheet('Techno Orange'); return false;">Orange</a> | <a href="#" onclick="setActiveStyleSheet('Techno Pink'); return false;">Pink</a> | <a href="#" onclick="setActiveStyleSheet('Techno Purple'); return false;">Purple</a> | <a href="#" onclick="setActiveStyleSheet('Techno Red'); return false;">Red</a> | <a href="#" onclick="setActiveStyleSheet('Techno Turquoise'); return false;">Turquoise</a></div>
<div id="light_skins"><hr /><b>Light Skins: </b><a href="#" onclick="setActiveStyleSheet('Light Blue'); return false;">Blue</a> | <a href="#" onclick="setActiveStyleSheet('Light Brown'); return false;">Brown</a> | <a href="#" onclick="setActiveStyleSheet('Light Golden'); return false;">Golden</a> | <a href="#" onclick="setActiveStyleSheet('Light Lilac'); return false;">Lilac</a> | <a href="#" onclick="setActiveStyleSheet('Light Navy'); return false;">Navy</a> | <a href="#" onclick="setActiveStyleSheet('Light Olive'); return false;">Olive</a> | <a href="#" onclick="setActiveStyleSheet('Light Red'); return false;">Red</a> | <a href="#" onclick="setActiveStyleSheet('Light Rose'); return false;">Rose</a> | <a href="#" onclick="setActiveStyleSheet('Light Silver'); return false;">Silver</a> | <a href="#" onclick="setActiveStyleSheet('Light Turqouise'); return false;">Turqouise</a> | <a href="#" onclick="setActiveStyleSheet('Light Violet'); return false;">Violet</a></div>
<div id="other_skins"><hr /><b>Other Skins: </b><a href="#" onclick="setActiveStyleSheet('Helios Blue'); return false;">Helios Blue</a> | <a href="#" onclick="setActiveStyleSheet('Helios Green'); return false;">Helios Green</a> | <a href="#" onclick="setActiveStyleSheet('Helios Purple'); return false;">Helios Purple</a> | <a href="#" onclick="setActiveStyleSheet('Helios Red'); return false;">Helios Red</a> | <a href="#" onclick="setActiveStyleSheet('Blue Mousse'); return false;">Blue Mousse</a> | <a href="#" onclick="setActiveStyleSheet('Camo'); return false;">Camo</a> | <a href="#" onclick="setActiveStyleSheet('Chronicles'); return false;">Chronicles</a> | <a href="#" onclick="setActiveStyleSheet('Red Fire'); return false;">Red Fire</a> | <a href="#" onclick="setActiveStyleSheet('Rusted'); return false;">Rusted</a> | <a href="#" onclick="setActiveStyleSheet('Grey and Blue'); return false;">Grey and Blue</a> | <a href="#" onclick="setActiveStyleSheet('Grey and Green'); return false;">Grey and Green</a> | <a href="#" onclick="setActiveStyleSheet('igOH Mimic'); return false;">igOH Mimic</a> | <a href="#" onclick="setActiveStyleSheet('Vista Mimic'); return false;">Vista Mimic</a></div>

Footer
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ishybadboy","Ishybadboy","Black","<img src='http://i277.photobucket.com/albums/kk51/jssmiles/10qhzb8.png' />"];
vfour[vfour.length] = ["Ghostlypk3r","GhostlyPk3r","Black","<img src='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>

EDIT:
It seems to work fine for me..?

And if I set it to default it will stay there, will it not?
Or will I be able to change it..?
Logged
ishybadboy
SMF For Free Member
*
Offline Offline

Posts: 32



View Profile
« Reply #14 on: August 14, 2008, 11:31:38 am »

I even tried removing the Affiliates box AND the Skin Swapper, No crowns.
Logged


Pages: [1] 2
  Print  
 
Jump to:  

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