Log in

View Full Version : Private Messages Enhancements - Private message Animation


Pages : 1 [2]

shanef
10-11-2010, 05:00 PM
I'm having troubles with this I think i have it set up right but i never see the animation pop up. At first it would only show the default "pop up" box so i disabled that but it still not showing the animation. Any ideas?
<!-- 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.killing4cash.com/forum/mail2.swf"
width="150" height="250">
<param name="movie" value="/http://www.killing4cash.com/forum/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->

shanef
10-11-2010, 05:01 PM
How do you do that

Here's a link on how to disable the pop ups

http://www.vbulletin.com/forum/showthread.php?289985-How-can-I-turn-off-quot-Pop-up-a-Notification-Box

yasmani19
10-12-2010, 04:39 AM
I'm having troubles with this I think i have it set up right but i never see the animation pop up. At first it would only show the default "pop up" box so i disabled that but it still not showing the animation. Any ideas?
<!-- 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.killing4cash.com/forum/mail2.swf"
width="150" height="250">
<param name="movie" value="/http://www.killing4cash.com/forum/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->

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

Eliminate what is red and I worked :D

shanef
10-12-2010, 01:58 PM
<!-- 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.killing4cash.com/forum/mail2.swf"
width="150" height="250">
<param name="movie" value="/http://www.killing4cash.com/forum/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->

Eliminate what is red and I worked :D

That did it thanks for the help :D

yasmani19
10-12-2010, 03:44 PM
shanef good that you work

abbasbsp
10-12-2010, 04:44 PM
good work
installed

basilrath
10-12-2010, 08:13 PM
Thanx mark "installed" :)

scrap19
10-13-2010, 09:45 PM
Thanks for the mod....How do you eliminate the sound and just have the image appear?

basilrath
10-13-2010, 09:54 PM
you can edit the swf

scrap19
10-13-2010, 10:16 PM
i just downloaded a free program to edit these files, any idea where to look to find that voice option?

scrap19
10-13-2010, 10:36 PM
this is what I see in the file...do I need to change any of this, if so to what?

if (PlaySound eq 0)
{
tellTarget("/sound")
{
gotoAndStop("nosound");
tellTarget("")
{
} // End of TellTarget
} // End of TellTarget
} // end if

basilrath
10-14-2010, 08:29 AM
If you have a decompiler then you can do it via removing the "voice over" in cs3.

If not then i have edited the flv and attatched the swf with target to private.php being

www.yourboard.com/private.php

hope this helps

scrap19
10-14-2010, 10:55 AM
Thank you sir!!!

barcena
10-14-2010, 11:38 AM
Can I use another image other than the mailbox?
Also, I don't want any sounds, people maybe at work.

Can you help me with the code and point me where to change the image path?.

Thanks.

basilrath
10-14-2010, 11:57 AM
you can use an image but would not get the "animation" as in the moving onto the screen etc but yes it can be done - the alternative is to use another flash animation without voice or sound etc.

I am actually working on some newer mailbox animations but have been busy so just a time thing. :)

ladycroft
10-18-2010, 10:19 PM
hello
I loaded the swf file without sound here ... the picture I have, but if I then click on the picture I get error-page ne ... the right path ... not because the image file, I have given the correct path ... it may be that the flash-file-path is not the same as mine? My path starts with / vb /....

can someone help?

Greetins ladycroft

abbasbsp
10-19-2010, 04:54 AM
hello @basilrath
you can edit the swf
how to edit swf file ??, please explain

basilrath
10-19-2010, 07:31 AM
Ladycroft
hello
I loaded the swf file without sound here ... the picture I have, but if I then click on the picture I get error-page ne ... the right path ... not because the image file, I have given the correct path ... it may be that the flash-file-path is not the same as mine? My path starts with / vb /....

can someone help?

Greetins ladycroft



ichal spy:
how to edit swf file ??, please explain


What is your following:

Board path and path to private.php and i will edit for you both

ladycroft
10-19-2010, 08:10 AM
No, I. Swf file have not worked. I do not know how that goes.
When I click on the mailbox, is this:
The requested URL /private.php was not found on this server.

My path to private.php is: /vb/private.php

basilrath
10-19-2010, 08:39 AM
My path to private.php is: /vb/private.php

Ok upload and overwrite the swf .............. i have edited the swf to suit your board

ladycroft
10-19-2010, 09:09 AM
Thank you very much, it works beautifully. Thanks for the help

basilrath
10-26-2010, 12:27 PM
Your very welcome :)

Rucki
10-26-2010, 01:40 PM
Hi,
can anybody edit the swf for

/vbsforum/private.php

Thank you!
Regards,
Rucki

basilrath
10-26-2010, 03:17 PM
give me 5 minutes

basilrath
10-26-2010, 03:21 PM
Try the attached

Rucki
10-26-2010, 03:51 PM
It was only 4 Minutes! :)
Great!
Working!

Thanks a lot!

I love this Modification! :up:

Regards from Austria
Rucki

Mikevet1984
11-29-2010, 12:25 AM
Congrats for this great animation! It really makes the forum more vivid and beatiful.

But I have three requests from the designer if possible!

* The first please is two create two new swf files the battler and letter box for vBulletin path: vBulletin/private.php

* The other request is the designer to attach the fla file for the battler animation and why not create more animations about private messages

* My third request is if possible the designer to post a very quick tutorial (plain txt or with photos to describe the way to change the path url of the swf files using the adobe flash or any other similar programme. In that way anybody could change the swf files for his/her own forum without annoysing the designer in the future for this task. I guess the whole task would be some clicks process and not sth very difficult or complicated to learn but I may be wrong. I am totally newbie to flash files.

I don't know if my requests can be fulfilled but one more time many thanks to the designer for this great animation.

Regards!

basilrath
11-29-2010, 05:20 AM
I will do as asked in the next day or so

Regards
Dave

Mikevet1984
11-29-2010, 08:13 PM
One million thanks, mate!

Regards!
"Michael"

Mikevet1984
12-03-2010, 12:24 AM
Hello, my friend!

You have forgotten me!

Is it possible please o create two copies of the animations for the vBulletin path forum?

Thank you again for your great modification.

Regards!

basilrath
12-03-2010, 08:17 AM
Sorry im working till saturday i will be on this at weekend :)

basilrath
12-03-2010, 11:11 AM
ok the following are attached

zipped folder with swf paths pointed to: vBulletin/private.php

both fla for edit if needed

I am working on new animations shortly

Mikevet1984
12-03-2010, 02:40 PM
Many many thanks my friend.....

Waiting for your new animations.....

Congratulations one more time for your excellents work.

Regards!

Taurus1
12-05-2010, 03:58 AM
Man, that is so cool. Thanks. Works a charm!

basilrath
12-07-2010, 06:24 PM
Added new MSN Style Pop up Alert to add new variation (with sound alert)

plus the jgrowl system seems to conflict with some existing scripts

you can see it here on youtube

http://www.youtube.com/watch?v=S0tz8TWH4MM

Mikevet1984
12-07-2010, 08:18 PM
Thank you, basilrath!

Very nice animation one more time from you!

Any instruction how to chang the private message path of the new swf using the fla file?

I hope the next animation will be a pretty sexy woman with sexy voice announcing the new message. I hope you get me! hehehehe....

Keep on man, you are the best!

Regards!

basilrath
12-10-2010, 10:25 AM
Lol your welcome ill look at it asap

WhiskeyOSS
12-11-2010, 03:46 PM
Works Great easy to set up is there a way to get it to pop up on a portal page ?

basilrath
12-12-2010, 05:12 PM
Works Great easy to set up is there a way to get it to pop up on a portal page ?

Yes code line in the

vbcms_page

mikem164
12-12-2010, 08:23 PM
PM'd info, and I second pretty girl saying u got mail in sexy voice!!

Nice Work BasilRath, Nominated for MOTM!

mikem164
12-12-2010, 09:47 PM
Path is mysite/elite/upload/private.php

basilrath
12-12-2010, 09:51 PM
ok try the attached

mikem164
12-12-2010, 11:35 PM
works fantastic, THANK YOU!! Great Job.

Mikevet1984
12-13-2010, 12:38 PM
Please the third MSN style animation for vBulletin/private.php please!

basilrath
12-13-2010, 05:59 PM
The attatched msn pop up is directed to the requested url:

/vBulletin/private.php

Mikevet1984
12-14-2010, 02:56 AM
Thank you mate! 5 stars!

Installed and nominated....

Keep on this great work....WAITING if possible the next animation. An idea is a sexy girl announcing the messages hehehehe :)

Regards

basilrath
12-15-2010, 08:43 PM
im working on new stuff as mentioned but christmas is a drinking time lol

creative-friend
01-30-2011, 10:27 PM
I am having some problems......i am using vb4.1.1

1st i cant see any animation when i receive PM
2nd when i try going on this link http://youforums/you-got-mail.swf It works fine and i can see the animation but when i click on the animation.....it takes me to http://www.yourforums.com/forums/private.php.......
but the correct link is http://www.yourforums.com/private.php

how do i sort it out??

creative-friend
01-30-2011, 10:35 PM
I Have Sorted It Outtttt....Yaay

Thanksss Alotttt Mate......

top dogs 360
02-01-2011, 12:03 AM
You have 2 versions but 5 things to download. Can someone clear this up for me? I had the mailbox one set up correctly for a few months now. I tried to upgrade to the msn one and I had it working (you could see the image) execpt the link to the actual PM went to a 404 page. I tried to mess around to no avail.

I just didn't see clear enough directions on the 1st post on what to put where I suppose, and what the differences of the 5 zips are.

Kingdombuilder
02-04-2011, 06:26 AM
Rocking and rollin right out of the box. Great Mod!!!

basilrath
02-05-2011, 11:02 AM
your welcome

Mo HaRbI
04-29-2011, 06:21 PM
downloaded to try ! :D

basilrath
04-30-2011, 07:38 AM
Lol works good then :)

billstelling
05-11-2011, 12:21 PM
hi basilrath. been trying to get it working but having trouble with it.
www.thewindowscenter.com and the forum is on the root of the server called public_html
<!-- 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="/www.thewindowscenter.com/you-got-mail.swf"
width="150" height="250">
<param name="movie" value="/http://www.thewindowscenter.com/you-got-mail.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->

koraykose
05-24-2011, 03:48 PM
you-got-mail.zip

May I have the .swf file with /private.php path link

Thank You!!!

doctorsexy
05-24-2011, 06:25 PM
all fixed ..downloaded the other file....... thanks

doctorsexy
06-03-2011, 07:57 PM
hiya could i trouble you to make one with forums/you-got-mail.swf please..thanks

basilrath
06-04-2011, 09:28 PM
i will post the swf files tommorow no problems

basilrath
06-04-2011, 09:31 PM
You have 2 versions but 5 things to download. Can someone clear this up for me? I had the mailbox one set up correctly for a few months now. I tried to upgrade to the msn one and I had it working (you could see the image) execpt the link to the actual PM went to a 404 page. I tried to mess around to no avail.

I just didn't see clear enough directions on the 1st post on what to put where I suppose, and what the differences of the 5 zips are



send me the link to your private.php and i will fix the problem asap

doctorsexy
06-06-2011, 07:59 AM
Thanks...

just.b.jealous
06-09-2011, 11:25 AM
Another method,..

Add the following code to the bottom of your "footer" template:

<!-- You Got Mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a href="private.php" style="display:scroll;position:fixed;bottom:25px;right:-5px;" title="You have new messages!">
<img src="images/misc/got_mail.gif">
</a>
</vb:if>
<!-- You Got Mail -->


Download any animated GIF and rename it to "got_mail.gif" and upload it to "images/misc"..

http://www.animation-central.com/mails/email2b.gif
http://www.animation-central.com/mails/conemail.gif

orangedays
06-28-2011, 07:30 AM
i like this mod, but it cant work with my website..

my pm link is
www.domain.com/private.php

hope we can have the swf file for that

basilrath
06-28-2011, 01:55 PM
The attached should work fine now

Regards
Dave

orangedays
06-30-2011, 06:28 AM
thank u! great mod, already installed

RC-Central
07-05-2011, 01:42 AM
I would like that little mailbox. Does it open up and say "you've got mail" as the AOL sounds? I have 4.1.4 and my PM path is http://www.vdubs-r-us.com/private.php . Please let me know what I need to do to make this work

Thanks in advance!:up:

WooHoo, my own page..lol..

Lostboyfan
07-05-2011, 03:53 PM
Tagged for later.

basilrath
07-05-2011, 09:00 PM
If you have the AOL sound i will arrange it for you asap :)

is it this one

www.tabletennistalk.co.uk/mail.wav

RC-Central
07-05-2011, 09:14 PM
If you have the AOL sound i will arrange it for you asap :)

is it this one

www.tabletennistalk.co.uk/mail.wav

That is correct :D I do not have the sound so I need the complete package :up:

basilrath
07-05-2011, 09:43 PM
ill sort it tommorow with the little mailbox

dave

RC-Central
07-06-2011, 05:00 PM
ill sort it tommorow with the little mailbox

dave

Any updates? :)

basilrath
07-07-2011, 03:46 PM
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
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
{vb:raw footer}


After add

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

{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 :)

basilrath
07-07-2011, 04:45 PM
arrrrrrrrrrrrrr

working in chrome / FFox / Opera / Safari not ie

give me a min

basilrath
07-07-2011, 04:47 PM
change the path to the full url

http://www.vdubs-r-us.com/you-got-mail.swf

to see if this works

RC-Central
07-07-2011, 04:54 PM
change the path to the full url

http://www.vdubs-r-us.com/you-got-mail.swf

to see if this works

Still just the mailbox and the "rubbing metal" sound. lol.. Since you are a member of my site now, just go to the main chat there instead of filling up your space here.. ;)

basilrath
07-07-2011, 04:57 PM
strange its working in root ....

working in safari, chrome, ffox opera .............

ill work on the problem unless there a conflict from ie with another mod

ive tried it on your site in all browsers


ill reload in another flash file give me a min

basilrath
07-07-2011, 05:08 PM
try the new swf and overwrite

RC-Central
07-07-2011, 05:23 PM
try the new swf and overwrite

no, still does the same. I am putting the file in the root dir... I am sure.. :confused:

basilrath
07-07-2011, 05:27 PM
yes but you can try it elswhere providing the path is correct

the file works in the browser and also works in all other browsers on your site !!!

I checked so maybe try changing the location:)

RC-Central
07-07-2011, 05:45 PM
yes but you can try it elswhere providing the path is correct

the file works in the browser and also works in all other browsers on your site !!!

I checked so maybe try changing the location:)

Maybe it is just my computer...lol.. I tried to change file locations and still nothing. :(

misericorde
08-10-2011, 05:38 AM
Please,

Is that you can make me a message without sound for the you-got-mail.swf ?

CouponWCents
08-13-2011, 03:56 PM
I have it working except for when I click on it, it takes me to
http://www.couponwithcents.com/forum/private.php

Not Found

The requested URL /forum/private.php was not found on this server.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

basilrath
08-14-2011, 05:00 PM
I have it working except for when I click on it, it takes me to
http://www.couponwithcents.com/forum/private.php

Not Found

The requested URL /forum/private.php was not found on this server.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.


Sorry for the late reply but use the attatched swf and overwrite it

this will direct to the path for you

basilrath
08-14-2011, 05:04 PM
Please,

Is that you can make me a message without sound for the you-got-mail.swf ?

the attached has no sound

doctorsexy
08-24-2011, 06:04 PM
hi is it possible to do me one where the path to private.php is www.yoursite.com/private.php

for the you-got-mail ...thanks

basilrath
08-24-2011, 08:49 PM
hi is it possible to do me one where the path to private.php is www.yoursite.com/private.php

for the you-got-mail ...thanks


Try the attatched in this post its directed to /private.php

im assuming this is yours also

please try that first

regards
Dave

misericorde
08-25-2011, 01:29 AM
the attached has no sound

Thank you but I can't read message. I have "Error 404"

doctorsexy
08-25-2011, 04:34 PM
Thanks..............

bremereric
12-10-2011, 02:31 AM
Okay I got the code entered in Forumhome..

{vb:raw footer}
<!-- 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="/aspenandvolare/you-got-mail.swf"
width="148" height="119">
<param name="movie" value="/aspenandvolare/you-got-mail.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->

Where as my forum path to private.php is aspenandvolare/private.php.
Don't know if the you-got-mail.swf is going to work.

basilrath
12-14-2011, 10:21 AM
My apolagies for late reply

please use the attached swf which has the path to your private.php

Hopefully this is ok

Dave

bremereric
12-14-2011, 11:15 PM
My apolagies for late reply

please use the attached swf which has the path to your private.php

Hopefully this is ok

DaveAlright Dave I will give it a try tonight.

bremereric
12-15-2011, 06:27 AM
Alright Dave I will give it a try tonight.Okay I uploaded the new you-got-mail.swf to the aspenandvolare root folder. It did not work and this is what I noticed. With a new message the forum will load and then you will see the spinning wheel in the window tab. At the bottom of the window you will see the progress bars get up to but never pass the four bars. With no new message the forum will load fast and will complete within a few seconds. I had the code not installed in one of forum styles and I verified the forum would load complete even with a private message notification. Any help would be appreciated. Thanks Eric

basilrath
12-15-2011, 10:51 AM
Hi Eric

PM me your board details with admin ill sort it tonight

Dave

basilrath
12-16-2011, 10:11 AM
Hi Eric

I have changed the coding to suit your site - the mod now works fine

I have added it to the cms page also

Hope this all works fine now

Regards
Dave

bremereric
12-16-2011, 04:55 PM
Hi Eric

I have changed the coding to suit your site - the mod now works fine

I have added it to the cms page also

Hope this all works fine now

Regards
DaveYeap Thanks Dave. I see you changed the code to point it to the root directory. Marked installed.

thespi
01-04-2012, 06:48 PM
How do you add this to the CMS and Blog pages? what templates do you need to edit.

basilrath
01-07-2012, 01:21 AM
Simply add


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


after


{vb:raw footer}


to the:

vbcms_page

ps changing the paths as normal

bremereric
01-07-2012, 02:35 AM
Just giving you something to think about. I don't get the animation unless I have the pop notification on and click forum or the home page. Is there a way to change it to come on automatically without the pop up notification?

basilrath
01-08-2012, 01:35 PM
Just giving you something to think about. I don't get the animation unless I have the pop notification on and click forum or the home page. Is there a way to change it to come on automatically without the pop up notification?

I will look into it asap

Thanks :)

TombstoneWarrior
01-20-2012, 08:41 PM
i can not install this mod to save my life!! im pulling my hair out over here where does the swf file go??

doctorsexy
01-20-2012, 08:54 PM
i can not install this mod to save my life!! im pulling my hair out over here where does the swf file go??
on the forum root..

TombstoneWarrior
01-21-2012, 07:25 AM
on the forum root.. thanks!!! , but i install the script in FORUMHOME and uploaded you got-mail.swf to /public_html sent myself a pm and nuthing. can someone tell me what i could possible be doing wrong please??

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

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