vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Private Messages Enhancements - Private message Animation (https://vborg.vbsupport.ru/showthread.php?t=239733)

RC-Central 07-06-2011 05:00 PM

Quote:

Originally Posted by basilrath (Post 2217225)
ill sort it tommorow with the little mailbox

dave

Any updates? :)

basilrath 07-07-2011 03:46 PM

1 Attachment(s)
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 :)

RC-Central 07-07-2011 03:55 PM

Quote:

Originally Posted by basilrath (Post 2217805)
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 :)

So what code do I use?:confused: That is just a swf file

basilrath 07-07-2011 04:13 PM

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 -->

Save template

Upload - the relevant swf to your forum root

remember to change the path to your swf

RC-Central 07-07-2011 04:22 PM

Ok, I just loaded the file into my root but what do I change the code for "/path-to-your/you-got-mail.swf" ? :confused:

basilrath 07-07-2011 04:25 PM

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

RC-Central 07-07-2011 04:34 PM

Quote:

Originally Posted by basilrath (Post 2217827)
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

Ok, I got the animation to work and it has the sound of the mailbox, but no "you've got mail".

basilrath 07-07-2011 04:36 PM

<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?

RC-Central 07-07-2011 04:38 PM

Quote:

Originally Posted by basilrath (Post 2217835)
http://www.vdubs-r-us.com/you-got-mail.swf

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?

Yes, the link works fine. Here is what I have:

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>


basilrath 07-07-2011 04:43 PM

ive just joined and sent myself a pm

works fine :)


All times are GMT. The time now is 03:32 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01527 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete