11-29-2009, 05:51 PM
I took the idea from the below thread.
http://community.mybboard.net/thread-46747-page-1.html
I will post it as a tip/trick kind of thing rather then a plugin as it is easier this way.
This will make it so any time you get a new pm, you will get a pop up alert.
here we go:
Go to your Acp-Templates & Style-Your theme''s Templates-Global Templates-global_pm_alert. Replace all the code in there with the following code:
You can replace the text that will alert you for a new message by replacing:
with your own text.
Enjoy it.
http://community.mybboard.net/thread-46747-page-1.html
I will post it as a tip/trick kind of thing rather then a plugin as it is easier this way.
This will make it so any time you get a new pm, you will get a pop up alert.
here we go:
Go to your Acp-Templates & Style-Your theme''s Templates-Global Templates-global_pm_alert. Replace all the code in there with the following code:
Code:[Highlight]
<div class="pm_alert" id="pm_notice">
<div class="float_right"><script type="text/javascript"><!--
window.alert("You have recieved a new message!")
// -->
</script><a href="private.php?action=dismiss_notice&my_post_key={$mybb->post_code}" title="{$lang->dismis_notice}" MyBB.dismissPMNotice()"><img src="{$theme['imgdir']}/dismiss_notice.gif" alt="{$lang->dismis_notice}" title="[x]" /></a></div>
<div>{$privatemessage_text}</div>
</div><br />
You can replace the text that will alert you for a new message by replacing:
Code:[Highlight]
You have recieved a new message!
with your own text.
Enjoy it.