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)

doctorsexy 01-21-2012 11:32 AM

What is this data="/path-to-your/you-got-mail.swf"
and this <param name="movie" value="/path-to-your/you-got-mail.swf" /> set to and is it set right

tommydamic68 01-21-2012 02:10 PM

dos anyone know if this will work for 3.8?

thanks,

basilrath 01-21-2012 04:22 PM

Quote:

Originally Posted by tommydamic68 (Post 2290566)
dos anyone know if this will work for 3.8?

thanks,

Yes works

basilrath 01-21-2012 04:24 PM

Ok Doctorsexy is correct

pm me with admin on your board and also post the link path to your swf

Thanks

tommydamic68 01-21-2012 06:58 PM

Quote:

Originally Posted by basilrath (Post 2290599)
Yes works

Ok, works, but i have no unread messages but when i refresh forum home it says"new mail" any thoughts?

thanks,

TombstoneWarrior 01-21-2012 07:15 PM

Quote:

Originally Posted by doctorsexy (Post 2290519)
What is this data="/path-to-your/you-got-mail.swf"
and this <param name="movie" value="/path-to-your/you-got-mail.swf" /> set to and is it set right

ARE YOU ASKING WERE I PUT THE SWF FILE?. Im very sorry i am new to ths who thing and trying mybest to figure everything out. all help is greatly aprciated.

doctorsexy 01-22-2012 09:24 AM

Quote:

Originally Posted by TombstoneWarrior (Post 2290668)
ARE YOU ASKING WERE I PUT THE SWF FILE?. Im very sorry i am new to ths who thing and trying mybest to figure everything out. all help is greatly aprciated.

If you forum is on the root you need it something like this.. at the bottom of forumhome.

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="http://www.yoursite/you-got-mail.swf" 
    width="150" height="250">
    <param name="movie" value="http://www.yoursite/you-got-mail.swf" />
  <param name="quality" value="high"/>
  <param name="wmode" value="transparent"/>
 </object>
</vb:if>
<!-- end of mail -->


basilrath 01-22-2012 02:57 PM

Please post the path to your swf

Then we can make sure you are on the right track :)

tommydamic68 01-22-2012 03:23 PM

Quote:

Originally Posted by basilrath (Post 2290974)
Please post the path to your swf

Then we can make sure you are on the right track :)

can you please help me with this issue?

Ok, works, but i have no unread messages but when i refresh forum home it says"new mail" any thoughts? it tells me i have messages when i don't. tried with a test user and no existing pm's-the same result.

thanks in advanced!

thanks,

TombstoneWarrior 01-22-2012 09:24 PM

after {vb:raw footer} in FORUMHOME I HAVE THIS 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 -->
</body>
</html>


/public_html IS WHERE MT YOU-GOT-MAIL.SWF IS LOCATED


CAN SOMEONE TELL ME WHAT I AM DOING WRONG AND POINT ME IN THE RIGHT DIRECTION PLEASE???


All times are GMT. The time now is 12:01 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.01353 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)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