inherit
99147
0
Jan 6, 2011 21:27:47 GMT -8
softball
91
February 2007
softball
|
Post by softball on Oct 12, 2010 19:39:55 GMT -8
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Oct 12, 2010 19:54:05 GMT -8
If you can get to the admin panel (if not, use this method: [noadmin]), add the red:
<script type="text/javascript"> <!--
var iAdminColor="009900"; //Color of Admin PM Cells
if(location.href.match(/action=pm/)){ var iTd=document.getElementsByTagName('td'); for(i=0;i<iTd.length;i++){ if(iTd.item(i).className.match(/catbg/) && iTd.item(i).width=="15%" && iTd.item(i).innerHTML.match(/From/)){ var iTr=iTd.item(i).parentNode.parentNode.getElementsByTagName('tr'); for(a=3;a<iTr.length-1;a++){ if(iTr.item(a).cells[iTd.item(i).cellIndex].innerHTML.match(/user=admin"/i) && iTr.item(a).cells[iTd.item(i).cellIndex].className.match(/windowbg/)){ for(c=0;c<iTr.item(a).cells.length;c++){ iTr.item(a).cells[c].style.backgroundColor=iAdminColor; iTr.item(a).cells[c].onmouseover=function(){this.style.backgroundColor=iAdminColor;}; iTr.item(a).cells[c].onmouseout=function(){this.style.backgroundColor=iAdminColor;}; } } } } } }
//--> </script>
and save. see if that fixes the issue. if not, post back. =]
|
|
inherit
149500
0
Oct 15, 2010 19:15:40 GMT -8
pgcool
4
November 2009
pgcool
|
Post by pgcool on Oct 12, 2010 20:39:06 GMT -8
As a staff of the site, I just finished adding that code in and still the same error pops up.
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Oct 12, 2010 20:43:24 GMT -8
As a staff of the site, I just finished adding that code in and still the same error pops up. can you try removing the video codes by eton bones temporarily?
|
|
#eb7100
1480
0
1
Nov 21, 2024 14:52:33 GMT -8
Craig
209,196
September 2001
cmdynasty
|
Post by Craig on Oct 13, 2010 0:21:04 GMT -8
Just because it hasn't been asked yet. Did this coincide with a change/addition of a code?
|
|
inherit
99147
0
Jan 6, 2011 21:27:47 GMT -8
softball
91
February 2007
softball
|
Post by softball on Oct 13, 2010 11:01:37 GMT -8
I do not think it did, but I will look into it for you.
|
|
inherit
149500
0
Oct 15, 2010 19:15:40 GMT -8
pgcool
4
November 2009
pgcool
|
Post by pgcool on Oct 13, 2010 15:47:06 GMT -8
Problem Has Been Fixed With The Removal Of This Code
<script type='text/javascript'> /*Top posters link in info center created by CrAzY_J */ var top = 10; var Table = document.body.getElementsByTagName('table'); if(this.location.href.match(/=top&listtop/)){ for(var t=0;t<Table.length;t++){ if(Table[t].cellSpacing=="1" && Table[t].cellPadding=="4" && Table[t].width=="100%" && Table[t].rows[0].cells[0].className=="titlebg"){ top = (Table[t].rows.length<top)?Table[t].rows.length-1:top; for(var r=(top+2);r<Table[t].rows.length-1;r++){ Table[t].rows[r].style.display='none'; }break;}}} if( this.location.href.match(/\.com(\/(index\.cgi(#\w+|\?(action=home)?)?)?)?$/)){ for(var t=Table.length-1;t>0;t--){ if(Table[t].width=='98%' && Table[t].cellPadding=='3' && Table[t].align=='center' && Table[t].rows[0].cells[0].width=='60%'){ Table[t].rows[0].cells[0].getElementsByTagName('font')[0].innerHTML+='<br />View the top <a href="/index.cgi?action=members&view=top&listtop">'+top+' posters</a>'; break; }}} </script>
|
|
Former Member
inherit
guest@proboards.com
159257
0
Nov 22, 2024 12:05:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 13, 2010 20:44:05 GMT -8
I've been having the same problem as softball within the last few days due to this script: f253239139.static.crowdscience.com/start-f253239139.js:2I've checked for the code that pgcool mentioned but it doesn't exist (I checked the Global Header/Footer)? No changes have been made to codes for around 6 months, so it's not been caused by a change/addition in this case.
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Oct 13, 2010 20:51:19 GMT -8
I've been having the same problem as softball within the last few days due to this script: f253239139.static.crowdscience.com/start-f253239139.js:2I've checked for the code that pgcool mentioned but it doesn't exist (I checked the Global Header/Footer)? No changes have been made to codes for around 6 months, so it's not been caused by a change/addition in this case. you should create a new thread as the issue has been resolved that caused this specific issue. =] while the issues may look the same/similar, the underlying cause is probably different. please be sure to include your forum URL. =]
|
|
Former Member
inherit
guest@proboards.com
159257
0
Nov 22, 2024 12:05:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 13, 2010 21:00:42 GMT -8
Thanks
|
|