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
Im assuming you have cleared cache and cookies etc as FF hangs on to cookies better than Sainsburys.
I will look in the morning and as regards the redirect to your inbox it works in IE and FF as its pointed to the same path but i will check asap unless you havnt cleared the above mentioned.
My images are doing all kinds of weird things in IE. I cleared cookies but no change. I dont much use IE. Got tired of it crashing all the time. I use firefox. My images work fine there. We put a trouble ticket in with vbulleting. This has only begun since the recent upgrade.
My images are doing all kinds of weird things in IE. I cleared cookies but no change. I dont much use IE. Got tired of it crashing all the time. I use firefox. My images work fine there. We put a trouble ticket in with vbulleting. This has only begun since the recent upgrade.
The board still has a rogue "vb" line in the code, which is why the images are not showing correctly. The logo you have on the default style is not located at the path you have stipulated also.
If you want advice i would start with removing the whole list of styles you have which are simply cluttering the board for little or no reason. This will allow you to simply deal with the url and path issues that still remain easier then if you want a style adding then do so once the "default" is corrected.
If you have problems with the images simply right click and look at your paths etc ........ this is not a vb problem it is installation problem from whoever installed the board originally.
The board still has a rogue "vb" line in the code,
I dont know what this means. Can you give me an example?
Quote:
which is why the images are not showing correctly.
Everything works and shows correctly in firefox. It is in IE that it has troubles
Quote:
The logo you have on the default style is not located at the path you have stipulated also
.
Can you elaborate on this?
Quote:
If you want advice i would start with removing the whole list of styles
Done
Quote:
This will allow you to simply deal with the url and path issues that still remain easier then if you want a style adding then do so once the "default" is corrected.
I dont know what this means
Quote:
If you have problems with the images simply right click and look at your paths etc
There are no problems in firefox and the paths all lead to where they should be. Not sure what your saying the issue is.