The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||||||
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 |
#322
|
||||
|
||||
![]()
Any updates?
![]() |
#323
|
||||
|
||||
![]()
The attached has the AOL "you got mail" voice over worked in
It also has the path: /private.php Hopefully works fine and what you asked for ![]() |
#324
|
||||
|
||||
![]() Quote:
![]() |
#325
|
||||
|
||||
![]()
Edit template - FORUMHOME
Find HTML Code:
{vb:raw footer} After add HTML 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 --> Upload - the relevant swf to your forum root remember to change the path to your swf |
#326
|
||||
|
||||
![]()
Ok, I just loaded the file into my root but what do I change the code for "/path-to-your/you-got-mail.swf" ?
![]() |
#327
|
||||
|
||||
![]()
If your forums are
http://www.vdubs-r-us.com/you-got-mail.swf or /you-got-mail.swf then you can put that line of code in |
#328
|
||||
|
||||
![]() Quote:
|
#329
|
||||
|
||||
![]()
<a href="http://www.vdubs-r-us.com/you-got-mail.swf" target="_blank">http://www.vdubs-r-us.com/you-got-mail.swf</a>
if it works on the root and server from the link above then you have a flash issue unless your running ie9 ??? apparently its having flash issues try the link and does the flash animation work with sound? |
#330
|
||||
|
||||
![]() Quote:
Code:
{vb:raw footer} <!-- mail --> <vb:if condition="$bbuserinfo[pmunread]"> <a style="display:scroll;position:fixed;bottom:-40px;right:-20px;" title="Click Here - New PM!"> <object type="application/x-shockwave-flash" data="/you-got-mail.swf" width="150" height="250"> <param name="movie" value="/you-got-mail.swf" /> <param name="quality" value="high"/> <param name="wmode" value="transparent"/> </object> </vb:if> <!-- end of mail --> </body> </html> |
#331
|
||||
|
||||
![]()
ive just joined and sent myself a pm
works fine ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|