MyBB Community Forums

Full Version: PM alert template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Which template has the code for the PM alert div with dismiss option, that pops up when a new PM is received. The source looks like this:

<div class="pm_alert" id="pm_notice">
<div class="float_right"><a href="http://www.forum.com/private.php?action=dismiss_notice&amp;my_post_key=59ecabef07be5ea923a3335d9327c2de" title="Dismiss this notice" onclick="return MyBB.dismissPMNotice('http://www.forum.com/')"><img src="http://www.forum.com/images/dismiss_notice.png" alt="Dismiss this notice" title="Dismiss this notice" /></a></div>
<div><strong>You have one unread private message</strong> from <a href="http://www.forum.com/member.php?action=profile&amp;uid=2">Ashley</a> titled <a href="http://www.forum.com/private.php?action=read&amp;pmid=1" style="font-weight: bold;">Test</a></div>
</div>
Global templates > global_pm_alert
Thanks, again!