The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Private message Animation Details »» | |||||||||||||||||||||||||||||||||||
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:
PHP Code:
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 Demo can be seen via the site ............ HERE Tested on ie,ff and Safari 4 added alternative swf animated mail character - choose either for your notification +++ Updated and added "you-got-mail.swf" to suit any board using "forums" in path +++ ============================================== MSN Style Pop up Alert Added to Alert (including sound) Same idea code below in the same place as above (use this for msn style pop up alert) PHP Code:
http://www.youtube.com/watch?v=S0tz8TWH4MM (sound not on video clip) or login on username: msn password: pass123 use the demo-mods stlye at the bottom of site to view test message path to private.php is set at: /forum/private.php (The fla is attatched also if the path needs changing on msn-popup.swf) Mark Installed Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
CharlieDelta, doctorsexy |
Comments |
#2
|
|||
|
|||
Thanks
|
#3
|
|||
|
|||
You have set wrong path to the swf file
path is forum/private.php if you use different path is not possible to access the private.php And there is no .fla |
#4
|
|||
|
|||
Is this hack negative for the performance?
|
#5
|
||||
|
||||
load the swf as you wish
<!-- 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 --> aslong as it loads to forumhome - the fla is edited to /forum/private.php so it gets the url from that |
#6
|
|||
|
|||
That scared the crap out of me.
Hahaha |
#7
|
|||
|
|||
not work 4.0.2
Here is the code I added 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="mail.swf" width="150" height="250"> <param name="movie" value="mail.swf" /> <param name="quality" value="high"/> <param name="wmode" value="transparent"/> </object> </vb:if> <!-- end of mail --> |
#8
|
||||
|
||||
you changed the red paths to suit your swf file ? yes
That will place the swf on the forumhome page. you can change the position via the green 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 --> if the url linking from the swf needs changing you can do it via the fla attatched or pm me ill change it for you it is currently set assuming your board is www.yoursite.com/forum/private.php |
#9
|
|||
|
|||
you can see for yourself what template forumhome?
|
#10
|
||||
|
||||
i see you renamed the swf to "mail" and is the path correct to the swf?
whats the path to your board - forumhome |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|