inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Jul 26, 2012 18:48:15 GMT -8
Just adds your PM's to the Navigation Bar Global HeaderLive Preview: justintest20.proboards.com/index.cgi?board=test2<script type="text/javascript"> <!-- /* --------------------------------------------------------------------------------- PM Text in Navigation bar - Justin Do not repost without permission -------------------------------------------------------------------------------------- */
var text = document.getElementsByTagName('td')[5]; var Message_Font=document.getElementsByTagName('font').item(2).innerHTML; var New_Messages=(Message_Font.match(/<\/a>, (.+?) (is|are) new./i))? RegExp.$1 : '' +text.innerHTML; var lol = document.getElementsByTagName('td')[3];
if(pb_username=="Guest"){
text.innerHTML= ' ' + lol.innerHTML + '<div style="float:right" id="pmtext"><div style="margin-top: -15px">Welcome please <a href="index.cgi?action=login">Login</a> or <a href="index.cgi?action=register">Register</a></div></div> ' ;
}
else if(pb_username!="Guest"){
text.innerHTML= ' ' + lol.innerHTML + '<div style="float:right" id="pmtext"><div style="margin-top: -15px">New Personal Messages: <a href=index.cgi?action=pm> ' + New_Messages + '</a></div></div> ' ;
}
//--> </script>
|
|