inherit
14661
0
Aug 19, 2015 7:28:20 GMT -8
Xylish
2,869
October 2003
popojoe
|
Post by Xylish on Sept 16, 2005 14:10:23 GMT -8
Forums: ProBoards Version 4 Compatibility: FF and IE 6.0 Location: Global Headers Description: Adds a private messages panel to the bottom of your menu bar. Great for those who love Private messages features! Editing: Self explainatory Preview: Here Note: the code has been updated to a new host, please recopy and past the code again to make it work.<script type="text/javascript"> <!-- /* Private Messages Panel (PBv4 version) Coded By Xylish/Joe Please do not post this code without my permission http://studiozero.proboards44.com */
// Edit your welcome message for the guests var welcomemsg = "Welcome to my website!"
// URL of your New Message Icon var nmsgicon = "http://s1.images.proboards.com/im_new.gif";
// URL of your Mark As Read Icon var markicon = "http://s1.images.proboards.com/im_markasread.gif";
// URL of your Inbox Icon var inbxicon = "http://s1.images.proboards.com/im_inbox.gif";
// URL of your Outbox Icon var outbxicon = "http://s1.images.proboards.com/im_outbox.gif";
// URL of your Preferences Icon var preficon = "http://s1.images.proboards.com/im_config.gif";
document.write('<sc'+'ript src="http://iycatacombs.com/codes/joes/pmp.js"></sc'+'ript>'); //--> </script>
|
|