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

doctorsexy 01-23-2012 09:09 AM

yes
set this...data="/path-to-your/you-got-mail.swf"

and this....<param name="movie" value="/path-to-your/you-got-mail.swf" />

to the right path ..

should look like this data="http://www.yoursite/you-got-mail.swf

and this <param name="movie" value="http://www.yoursite/you-got-mail.swf" />

if your forum is on the root

TombstoneWarrior 01-23-2012 12:06 PM

Quote:

Originally Posted by doctorsexy (Post 2291321)
yes
set this...data="/path-to-your/you-got-mail.swf"

and this....<param name="movie" value="/path-to-your/you-got-mail.swf" />

to the right path ..

should look like this data="http://www.yoursite/you-got-mail.swf

and this <param name="movie" value="http://www.yoursite/you-got-mail.swf" />

if your forum is on the root

doc my vbulliten files are in the public_html file of filezilla. i also have the you--got-mail in the public_html on filzilla. i had my host install the vbulliten so in public_html has the vb zip file. i am assuming they unzipped it in my main directory. so will the data path for you-got-mail.swf is still "http://www.yoursite/you-got-mail.swf also what do you mean the movie path? sorry about all the questions i just cant get this mod to work at all no matter what i put in.


this is my you-got-mail.swf directory >>>>> /public_html/you-got-mail.swf

this is also where th vd.zip files wer unzipped>>> /public_html/vbforum_4_4-1-9_VBFF273C92

what is the right path for the file you got mail to work? thanks for all the help and sorry stll learning.

doctorsexy 01-23-2012 12:32 PM

try this

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

TombstoneWarrior 01-23-2012 12:54 PM

Quote:

Originally Posted by doctorsexy (Post 2291388)
try this

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

doc you are the man it worked :D

tommydamic68 01-23-2012 11:14 PM

Quote:

Originally Posted by tommydamic68 (Post 2290986)
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,

I guess i'm SOL!

doctorsexy 01-24-2012 09:14 AM

have you got a pop up box for messages if its ticked untick it
have you got the right swf file theres different files for different paths
havent got 3.8 so carnt say anything really other than that :D

TombstoneWarrior 01-24-2012 10:43 AM

installed and for all the help nominated for MOTM

tommydamic68 01-24-2012 10:37 PM

Quote:

Originally Posted by doctorsexy (Post 2291664)
have you got a pop up box for messages if its ticked untick it
have you got the right swf file theres different files for different paths
havent got 3.8 so carnt say anything really other than that :D

unticked. i guess the swf is correct being i see it on the site. too bad the creator cannot help.

basilrath 01-25-2012 09:37 AM

Quote:

Originally Posted by tommydamic68 (Post 2291961)
unticked. i guess the swf is correct being i see it on the site. too bad the creator cannot help.

send me login details etc

i will sort the issue :)

iyama 01-26-2012 11:03 AM

Maybe explain how to make the .swf correctly to everybody his private.php?

My site has: /forum/private.php

Could you make you-got-mail.swf to that path?

basilrath 01-26-2012 03:25 PM

1 Attachment(s)
The attached has the path

/forum/private.php

TombstoneWarrior 02-22-2012 04:56 AM

i have a big arrow in the bottom right coner when i press t it say i have mail any idea why they is that huge arrow pointing to th coner of th forum? it works fine in other browsers im using opera but all other work fine????

basilrath 02-23-2012 08:21 AM

Quote:

Originally Posted by TombstoneWarrior (Post 2302204)
i have a big arrow in the bottom right coner when i press t it say i have mail any idea why they is that huge arrow pointing to th coner of th forum? it works fine in other browsers im using opera but all other work fine????


screen shot ???

TombstoneWarrior 03-01-2012 07:07 PM

1 Attachment(s)
Quote:

Originally Posted by basilrath (Post 2302583)
screen shot ???

first pic is b4 i click on the arrow with my mouse then it works as ussual after that. that's the second pic.. oh ya forgot to say it only happens in opera. now on this site with ie9 i cant vote to tag a mod i am loving google chrome more and more..

marccap 05-10-2012 08:48 PM

installed and all good - How do I remove the box that appears in the middle of your screen where you can press ok or cancel to view the message?

basilrath 05-11-2012 05:45 AM

its in the admin cp

for users recieving pm's

marccap 05-11-2012 12:19 PM

Quote:

Originally Posted by basilrath (Post 2328285)
its in the admin cp

for users recieving pm's

Cheers all done :D

Expat 05-20-2012 02:38 AM

Got it working using Flash Decompiler 4 by Trillix. Just had to change the path in the .swf file to match my path. Nice mod BTW.

basilrath 09-04-2012 11:17 AM

1 Attachment(s)
Edited swf for user vetsols ...............

This is directed to your private.php without sub forums and with forum in root:

http://www.thecheatpolice.com

vetsols 09-05-2012 12:14 AM

Thank you sir. Sorry for the last PM. I should have looked here first. Thank you!

UPDATE: The script AND flash WORKS GREAT on VB 4.2.0PL2!
Great job and thanks again!

ejbreeze 09-09-2012 05:58 PM

Could you make one up for the you-got-mail.swf ?

testsite/private.php

Thanks. Great Mod.

ejbreeze 09-09-2012 07:46 PM

Never mind with my request. I found a free swf editor at http://www.swixkit.com/ Download it then open up your swf file and do a find for "forum". Replace all three place where you find it with your path.

ar15dcm 11-04-2012 02:44 AM

Can this be placed just below the toplinks?

darkdragon2889 07-11-2014 09:33 AM

4.2.1 confirmed work but is unclickable if you add
<a href="http://site/private.php"> and </a> to final part still not work no link only pop up


All times are GMT. The time now is 05:55 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.01572 seconds
  • Memory Usage 1,818KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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