inherit
Handsome Devil
20992
0
Oct 26, 2012 20:34:21 GMT -8
ⓦ৹₪deⓡ
No animals were harmed in the feeding of this human.
925
March 2004
chickenturkeybacon
|
Post by ⓦ৹₪deⓡ on Jan 11, 2006 8:20:25 GMT -8
This code will show all the recipients of PMs sent after the code was installed. Do NOT PM me for support or requests, that's what the coding boards are for. No editing required. Enjoy. ~Wonder Main Footer<script> //Show PM Recipients v1.0
//Copyright 01-10-2006 by ~Wonder //May be reposted anywhere as long as this header remains in tact
//Put in Main Footer if(location.href.match(/action\=pmview/)) { a=document.getElementsByTagName("a"); temp=""; for(i=0;i<a.length;i++) { if(a[i].href.match(/\[replyall\=(.+)\]/)) { a[i].style.display="none"; f=document.createElement("font"); f.innerHTML="<b>To:</b> "+RegExp.$1.replace(/,/g,", "); a[i].parentNode.parentNode.insertBefore(f,a[i].parentNode.parentNode.getElementsByTagName("hr")[0]); break; } } } if("undefined" != typeof(document.postForm) && "undefined" != typeof(document.postForm.to)) { document.postForm.onsubmit=addReplyAll; document.postForm.message.value=document.postForm.message.value.replace(/\[url\]http\:\/\/\[replyall\=.*?\]\[\/url\]/ig,""); } function addReplyAll() { if(document.postForm.nextaction.value=='post') { document.postForm.message.value+="[url]http://[replyall="+document.postForm.to.value+"][/url]"; disable(document.postForm); } } </script>
|
|