Post by Aletha on Feb 9, 2014 17:57:03 GMT -8
Forum URL: alethasfantasy.proboards.com/
Looking for PM Alert, like my old code Or help Fixing Mine Please.
I need Help Please.
I have looked in the Plugin Library & found PM Alerts, New PM Alert & Message Alert (timed)
I don't like the plain Jane color & doesn't say if you can change it.
I did have a Sound on PM but the place I got the sound is no more, but If you have the sound turned down then you don't hear it.
What I would Love to have is a Tag/Graphic.
The code I have, When you have a new PM, it pops up a picture/Tag in the top-right corner, and then expands/Floats to the center to tell you have a new PM's.
Thanks for any Help or Info.
Global Header
Code:
<div id="pageOverlay" style="display: none;background-color: #000000; opacity: 0.0; filter:alpha(opacity=0); width: 100%; height: 100%; position: absolute; top: 0; left: 0;" onclick="PM_Notifier.doCollapse(1);"></div>
<div style="position: absolute; right: 0%; top: 0px;">
<div class="windowbg" style="border: 1px solid black; width: 100px; height: 100px; display: none; position: relative; top: 0px; right: 0px;" id="pmHolder">
<span style="float: left;">
<a title="Close" onclick="PM_Notifier.doExpand()" href="javascript: void(0)" id="theA">
<img style="border-right: 1px solid black;" src="http://i59.tinypic.com/xcr894.jpg" border="0" height="100" width="100">
</a>
</span>
<div id="spanRight" style="float: right; text-align: center;">
<span style="margin: 0 auto; display: none;" id="pmNot_theInfo">
<span id="pmNot_newPms"></span>
<br />
[<a href="/index.cgi?action=pm">Inbox</a> | <a href="/index.cgi?action=pmsend">New Message</a> | <a href="javascript: void(0)" onclick="PM_Notifier.doCollapse(1, 1);">Don't Show Again</a>]
</span>
</div>
</div>
</div>
<script type="text/javascript">
/*----------------------------------*\
| P M Notifier v1.5
| (C) Simie 2008 - Present
| Do not repost without permission
\*--------------------------------- */
var Overlay = false; // Enable or disable overlay
var script = document.createElement("script");
script.src="http://pb.proscripts.co.uk/pmnotifer_15.js";
script.type="text/javascript";
document.body.appendChild(script);
</script>
Looking for PM Alert, like my old code Or help Fixing Mine Please.
I need Help Please.
I have looked in the Plugin Library & found PM Alerts, New PM Alert & Message Alert (timed)
I don't like the plain Jane color & doesn't say if you can change it.
I did have a Sound on PM but the place I got the sound is no more, but If you have the sound turned down then you don't hear it.
What I would Love to have is a Tag/Graphic.
The code I have, When you have a new PM, it pops up a picture/Tag in the top-right corner, and then expands/Floats to the center to tell you have a new PM's.
Thanks for any Help or Info.
Global Header
Code:
<div id="pageOverlay" style="display: none;background-color: #000000; opacity: 0.0; filter:alpha(opacity=0); width: 100%; height: 100%; position: absolute; top: 0; left: 0;" onclick="PM_Notifier.doCollapse(1);"></div>
<div style="position: absolute; right: 0%; top: 0px;">
<div class="windowbg" style="border: 1px solid black; width: 100px; height: 100px; display: none; position: relative; top: 0px; right: 0px;" id="pmHolder">
<span style="float: left;">
<a title="Close" onclick="PM_Notifier.doExpand()" href="javascript: void(0)" id="theA">
<img style="border-right: 1px solid black;" src="http://i59.tinypic.com/xcr894.jpg" border="0" height="100" width="100">
</a>
</span>
<div id="spanRight" style="float: right; text-align: center;">
<span style="margin: 0 auto; display: none;" id="pmNot_theInfo">
<span id="pmNot_newPms"></span>
<br />
[<a href="/index.cgi?action=pm">Inbox</a> | <a href="/index.cgi?action=pmsend">New Message</a> | <a href="javascript: void(0)" onclick="PM_Notifier.doCollapse(1, 1);">Don't Show Again</a>]
</span>
</div>
</div>
</div>
<script type="text/javascript">
/*----------------------------------*\
| P M Notifier v1.5
| (C) Simie 2008 - Present
| Do not repost without permission
\*--------------------------------- */
var Overlay = false; // Enable or disable overlay
var script = document.createElement("script");
script.src="http://pb.proscripts.co.uk/pmnotifer_15.js";
script.type="text/javascript";
document.body.appendChild(script);
</script>