Version: 1.00, by basilrath
Developer Last Online: Oct 2015
Category: Private Messages Enhancements -
Version: 4.0.x
Rating:
Released: 04-02-2010
Last Update: 12-06-2010
Installs: 148
Template Edits
No support by the author.
This cool little mod will simply enhance and add some fun to your Private Message alert and adds a little flash animation to the bottom right corner of your board. The flash mail box can then be clicked and will redirect to your private message box. Animation is based on forum home page but can easily be added to display on any page required or indeed every page and will dissapear when mailbox is read.
Added new MSN Style Pop up alert box
There are three animations you can use. including msn style pop up alert box
If anyone has a different path and needs this altering in the swf and fla please post and i will arrange this asap - thanks
Edit template - FORUMHOME
Find
PHP Code:
{vb:raw footer}
After add
PHP Code:
<!-- mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:-40px;right:-20px;" title="Click Here - new message!">
<object type="application/x-shockwave-flash"
data="/path-to-your/you-got-mail.swf"
width="150" height="250">
<param name="movie" value="/path-to-your/you-got-mail.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->
Save template
Upload - the relevant swf to your forum root
Note: the flash file target url is based on the relative path of
/forum/private.php although this can be changed via the fla
I'm having troubles with this I think i have it set up right but i never see the animation pop up. At first it would only show the default "pop up" box so i disabled that but it still not showing the animation. Any ideas?
<!-- mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:-40px;right:-20px;" title="Click Here - new message!">
<object type="application/x-shockwave-flash"
data="/http://www.killing4cash.com/forum/mail2.swf"
width="150" height="250">
<param name="movie" value="/http://www.killing4cash.com/forum/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->
I'm having troubles with this I think i have it set up right but i never see the animation pop up. At first it would only show the default "pop up" box so i disabled that but it still not showing the animation. Any ideas?
<!-- mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:-40px;right:-20px;" title="Click Here - new message!">
<object type="application/x-shockwave-flash"
data="/http://www.killing4cash.com/forum/mail2.swf"
width="150" height="250">
<param name="movie" value="/http://www.killing4cash.com/forum/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->
<!-- mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:-40px;right:-20px;" title="Click Here - new message!">
<object type="application/x-shockwave-flash"
data="/http://www.killing4cash.com/forum/mail2.swf"
width="150" height="250">
<param name="movie" value="/http://www.killing4cash.com/forum/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->