inherit
59755
0
Sept 10, 2009 9:45:15 GMT -8
susan84
64
September 2005
susan84
|
Post by susan84 on Sept 29, 2005 14:33:25 GMT -8
Forum URL: chitchatsoaps.proboards50.comI used this code from the code database on this board- Global Header: <script> <!-- // Oni PM Bar v1.0 By Kenshin Object = document.getElementsByTagName('TD') Object[2].style.display="none" ObjTable = document.getElementsByTagName('Table')[0].insertRow(2) ObjCell = ObjTable.insertCell(-1) ObjCell.align='center' ObjCell.className = 'catbg' if(Object[2].innerHTML.match(/Hey, (.+?), you /i)){ ObjUser = RegExp.$1 } if(Object[2].innerHTML.match(/0 are new/i)){ ObjCell.innerHTML+="["+ObjUser+"] - [<a href='index.cgi?action=pm'>No New Messages</a>]" }else if(Object[2].innerHTML.match(/1 is new/i)){ ObjCell.innerHTML+="["+ObjUser+"] - [<a href='index.cgi?action=pm'>1 New Message</a>]" }else if(Object[2].innerHTML.match(/Guest/i)){ ObjCell.innerHTML+="[Guest] - [<a href='index.cgi?action=login'>Login</a>] [<a href='index.cgi?action='register'>Register</a>]" }else{ ObjCell.innerHTML+="["+ObjUser+"] - [<a href='index.cgi?action=pm'>You Have New Messages</a>]" } //--> </script> Now the admin panel has gone from the top of the page so I can't get into the admin panel please please help
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Sept 29, 2005 14:34:41 GMT -8
|
|
inherit
59755
0
Sept 10, 2009 9:45:15 GMT -8
susan84
64
September 2005
susan84
|
Post by susan84 on Sept 29, 2005 14:39:00 GMT -8
Thanks so much!! I did copy it properly but i'm not trying to type it in again!! i'll use another code Thanks again, I had a panic on there hehe
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Sept 29, 2005 14:39:54 GMT -8
Thanks so much!! I did copy it properly but i'm not trying to type it in again!! i'll use another code Thanks again, I had a panic on there hehe Your welcome. Go to the coding and designs board and ask for help with that code. Might just need to be touched up to fit your boards needs or use another code. Enjoy your night.
|
|