Log in

View Full Version : Private Messages Enhancements - Private message Animation


Pages : [1] 2

basilrath
04-02-2010, 10:00 PM
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
http://www.tabletennistalk.co.uk/u.jpg

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

http://www.tabletennistalk.co.uk/forum/table/mail1.jpg

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

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 (http://www.tabletennistalk.co.uk/forum/forum.php)

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)

<!-- mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:1px;left:3px;" title="Click Here - new message!">
<object type="application/x-shockwave-flash"
data="/path-to-your/msn-popup.swf"
width="148" height="119">
<param name="movie" value="/path-to-your/msn-popup.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->

The MSN Alert can be seen on the youtube clip here

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

rmxs
04-03-2010, 04:50 PM
Thanks :)

rmxs
04-03-2010, 05:02 PM
You have set wrong path to the swf file :)

path is forum/private.php if you use different path is not possible to access the private.php

And there is no .fla

Kolbi
04-03-2010, 05:45 PM
Is this hack negative for the performance?

basilrath
04-03-2010, 05:45 PM
load the swf as you wish

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

aslong as it loads to forumhome - the fla is edited to /forum/private.php so it gets the url from that

DISLEX
04-04-2010, 01:13 AM
:( That scared the crap out of me.

Hahaha

buiquockhanh
04-04-2010, 01:29 AM
not work 4.0.2 :(
Here is the code I added

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

basilrath
04-04-2010, 08:50 AM
you changed the red paths to suit your swf file ? yes

That will place the swf on the forumhome page. you can change the position via the green 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 -->

if the url linking from the swf needs changing you can do it via the fla attatched or pm me ill change it for you

it is currently set assuming your board is

www.yoursite.com/forum/private.php

buiquockhanh
04-04-2010, 09:11 AM
you can see for yourself what template forumhome?

basilrath
04-04-2010, 09:17 AM
i see you renamed the swf to "mail" and is the path correct to the swf?

whats the path to your board - forumhome

buiquockhanh
04-04-2010, 09:27 AM
I have created the correct path to mail.swf.But it is not..You can pm yahoo: buiquockhanh276

basilrath
04-04-2010, 09:45 AM
Is this hack negative for the performance?

Not on my site and others i have it on as its only there until you read pm

I have created the correct path to mail.swf.But it is not..You can pm yahoo: buiquockhanh276
Resolved

basilrath
04-04-2010, 10:36 AM
in what way do you want to adjust?

buiquockhanh
04-04-2010, 10:36 AM
how to adjust sound swf

Dr.osamA
04-04-2010, 10:40 AM
good work

installed + 5 Stars

http://www.alra7ba.info/zip/you-got-mail.swf

http://www.alra7ba.info/zip/mail2.swf

thanxxx

basilrath
04-04-2010, 10:57 AM
Nice one

sulasno
04-04-2010, 10:58 AM
what do I do with you-got-mail.fla ?

basilrath
04-04-2010, 10:58 AM
what do I do with you-got-mail.fla ?

Nothing if your path to your private.php is

www.yoursite.com/forum/private.php

as the relevant path in the fla is set to link straight to your members inbox

sulasno
04-04-2010, 02:13 PM
thanks and installed

steve1966
04-04-2010, 10:08 PM
Hello my path shows forums not forum so what do i need to change and how do i do it thanks

basilrath
04-04-2010, 10:16 PM
hia

firstly change the path to the swf to suit your forums of the two instances that say "/path-to-your/you-got-mail.swf" in red

the green is just the positioning which you can leave

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

then change the fla path to your private.php path - if you havnt any idea how to edit an fla then tell me your forum path first

if you still have a problem ill edit the fla to suit your board so it works.

sulasno
04-05-2010, 06:50 AM
this Mod is not working in the default style but it's working in another style;
I wonder why ?

edit

found the cause; me bad lol

steve1966
04-05-2010, 06:56 AM
hia

firstly change the path to the swf to suit your forums of the two instances that say "/path-to-your/you-got-mail.swf" in red

the green is just the positioning which you can leave

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

then change the fla path to your private.php path - if you havnt any idea how to edit an fla then tell me your forum path first


if you still have a problem ill edit the fla to suit your board so it works.

hello i sent you a pm if could please edit the file for me thanks

basilrath
04-05-2010, 07:49 AM
Ok steve.......... having looked at your board root you need the following code added. I will edit the fla for you so the link gets your private.php. I will edit the fla to suit "forums" and attatch the file asap.


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


The mod now has the attatched "you-got-mail.swf" to suit your board being "forums" so anyone who's board has "forums" rather than "forum" choose the relevant zip.

Hope this fixes the problem Steve

YankForum
04-05-2010, 01:08 PM
very nice
thnx 4 sharing :)
installed in 30 seconds with no problem

DJPushpu
04-05-2010, 02:11 PM
its not working on my site
i am installed this code but not working
www.dadasongs.com

basilrath
04-05-2010, 02:38 PM
With the path your board currently sits on you will need to add the following code to place the swf on site.........

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

This should be fixed

DJPushpu
04-05-2010, 04:04 PM
With the path your board currently sits on you will need to add the following code to place the swf on site.........

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

This should be fixed

its working but after click image url go to http://www.dadasongs.com/forum/private.php
when the my url is http://www.dadasongs.com/private.php
how solve it ????

basilrath
04-05-2010, 07:04 PM
its working but after click image url go to http://www.dadasongs.com/forum/private.php
when the my url is http://www.dadasongs.com/private.php
how solve it ????


ok download the zip i have attatched in this post. I have edited the fla file to suit your board. Simply upload to your froum and overwrite the one you used previously. everything else is the same.

DJPushpu
04-06-2010, 03:11 AM
ok download the zip i have attatched in this post. I have edited the fla file to suit your board. Simply upload to your froum and overwrite the one you used previously. everything else is the same.

Thanks Bro
its working:)

steve1966
04-06-2010, 09:52 AM
Ok steve.......... having looked at your board root you need the following code added. I will edit the fla for you so the link gets your private.php. I will edit the fla to suit "forums" and attatch the file asap.


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


The mod now has the attatched "you-got-mail.swf" to suit your board being "forums" so anyone who's board has "forums" rather than "forum" choose the relevant zip.

Hope this fixes the problem Steve

thanks that worked brilliant thank you

labrador083
04-06-2010, 06:38 PM
ok download the zip i have attatched in this post. I have edited the fla file to suit your board. Simply upload to your froum and overwrite the one you used previously. everything else is the same.
Then I get to have the same url as you have done for this post, but with http://www.alra7ba.info/zip/mail2.swf
My site is http://www.mysite.com/private.php
Thank you in advance
Sorry for my English, I'm french

basilrath
04-07-2010, 08:11 AM
Then your code would be the following:

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

That is after you have unzipped the mail2.swf of course.

Then you should be fine

sulasno
04-07-2010, 08:42 AM
is there an update to this Mod ?

btw this Mod does not work in Safari

basilrath
04-07-2010, 12:00 PM
I will look into asap

labrador083
04-08-2010, 02:04 PM
Then your code would be the following:

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

That is after you have unzipped the mail2.swf of course.

Then you should be fine

Thank you, but we we are misunderstood.
its working but after click image url go to http://www.mysite.com/forum/private.php
when the my url is http://www.mysite.com/private.php
You can edit the .fla of mail2.swf.
Thank you

basilrath
04-08-2010, 03:06 PM
labrador083............

sorry my fault .......... edited fla and attactched new swf for you to use. Overwrite swf and private.php url will be fine

labrador083
04-08-2010, 04:56 PM
labrador083............

sorry my fault .......... edited fla and attactched new swf for you to use. Overwrite swf and private.php url will be fine
Many thanks te verser ta gentillesse

basilrath
04-09-2010, 05:57 AM
is there an update to this Mod ?

btw this Mod does not work in Safari


Safari 4 is fine .......

ie fine

firefox fine

Toxic2
04-10-2010, 07:04 AM
Gads I can't get this to show up LOL arggh I like the mailbox LOL I am using the Simple Black Theme, sent you a PM on it

Toxic2
04-10-2010, 07:58 AM
well 2 hours with this is enough for 1 day <sigh>

baghdad4ever
04-10-2010, 09:14 AM
please can you provide me with flash go to /vb instead of /forum

thanks

basilrath
04-10-2010, 11:44 AM
well 2 hours with this is enough for 1 day <sigh>

ill sort it toxic lol dont give in !

baghdad4ever
04-10-2010, 11:53 AM
my site is http://www.mydomain.com/vb

so can you edit for me plz the fla to suite my site

thanks

basilrath
04-10-2010, 12:05 PM
my site is http://www.mydomain.com/vb

so can you edit for me plz the fla to suite my site

thanks


The attatched swf is edited to suit path /vb/private.php

upload and overwrite.
click install

basilrath
04-10-2010, 12:16 PM
Gads I can't get this to show up LOL arggh I like the mailbox LOL I am using the Simple Black Theme, sent you a PM on it

Ok Toxic

Logged in with your user details and fixed the code

Sent you a test pm so you will see it working on your site

All working fine now

ps remember vbulletin inherits the default and this is coded into your "black style" so if you want all styles code into vbulletin default.

Dave

baghdad4ever
04-10-2010, 12:39 PM
The attatched swf is edited to suit path /vb/private.php

upload and overwrite.
click install

thanks but it takes to forum/private.php

instead of /vb/private.php

plz check it

thanks

basilrath
04-10-2010, 12:57 PM
upload the attatched swf this is coded to url


http://www.baghdad4ever.net/vb/private.php

baghdad4ever
04-10-2010, 01:04 PM
thank you very much

its work now

question : your site is very nice ,can you tell me from where you get the clock under navbar

thanks

basilrath
04-10-2010, 01:23 PM
This code will allow you to have a clock to the right of the forum ............ white font (this can be edited via the fla breakdown)

just change the path to suit your forums

attatched onlineclock.swf



<!-- Begin of clock script -->
<div align="right" style="margin:10px 20px 0px 0px">
<embed src="www.yoursite.com/forum/onlineclock.swf" width="90" height="40" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#ffffff"></embed>
</div>
<!-- End of clock script -->

baghdad4ever
04-10-2010, 01:43 PM
thank you for sharing

the clock work on my site

basilrath
04-10-2010, 01:56 PM
looks very nice

no problems

basilrath
04-11-2010, 09:05 AM
Gads I can't get this to show up LOL arggh I like the mailbox LOL I am using the Simple Black Theme, sent you a PM on it

Ok your site all sorted and works better when the "pop up" for mail turned off hence the animated mailbox is less intrusive but more fun.

basilrath
04-15-2010, 05:42 PM
++++Update: mail-test account deleted due to someone abusing it. Anyone wanting a demo i will arrange for them. Sad but it seems nothing can be trusted nowadays++++++

basilrath
04-18-2010, 12:12 PM
++++mail-test account re-activated for viewing animation to PM - again please do not abuse++++++

DjEddie
04-19-2010, 09:24 PM
hi .. im no good with flash, im going to send you a pm for the link I need for my private message link as its not the standard ones ..

thanks :)

basilrath
04-19-2010, 09:28 PM
ill do it now mate 5 mins

basilrath
04-19-2010, 09:38 PM
ok thats the mail2.swf zipped and path changed to

/radio/private.php

just upload / overwrite

DjEddie
04-19-2010, 09:59 PM
got it thanks basilrath..

works perfectly .. very nice lil addon this :D

good fast support too :)

stemmy
04-20-2010, 10:10 PM
love the clock addon but where do you place the code ?

Thanks in advance

basilrath
04-21-2010, 12:38 AM
Template: Header - look for

<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />

place the code directy below (you may need space between)

steve1966
05-04-2010, 07:35 AM
Hello i am using the mail 2

and i use 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="http://www.shareme.org/forums/mail2.swf"
width="150" height="250">
<param name="movie" value="http://www.shareme.org/forums/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->
when i click on the butler i get this url

http://www.shareme.org/forum/private.php

but i need it to be forums instead of forum

http://www.shareme.org/forums/private.php

please can you edit the file for me thanks

basilrath
05-04-2010, 07:37 AM
when i click on the butler i get this url

http://www.shareme.org/forums/private.php

but i need it to be

http://www.shareme.org/forums/private.php

please can you edit the file for me thanks

they look the same paths to me?

steve1966
05-04-2010, 07:52 AM
sorry my typo error

it shows as


http://www.shareme.org/forum/private.php

and should be

http://www.shareme.org/forums/private.php

basilrath
05-04-2010, 08:59 AM
Ok i have edited the fla and the new swf for anyone with the path

/forums/private.php

should be ok now

steve1966
05-04-2010, 10:07 AM
thank you

BigDog56
05-05-2010, 01:25 PM
Can't get it to work either. http://ravensforums.com/forum/forum.php
mail is http://ravensforums.com/forum/private.php

basilrath
05-05-2010, 05:34 PM
If you want the butler to walk on and say "you have mail" and your private.php is is as follows

/forum/private.php

then use this

BigDog56
05-05-2010, 07:15 PM
If you want the butler to walk on and say "you have mail" and your private.php is is as follows

/forum/private.php

then use this
This is what I have and I still cant get it to work. I have uploaded the swf. file to the forum root.
<!-- 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.ravensforums.com/forum/private.php/mail2.swf"
width="150" height="250">
<param name="movie" value="/http://www.ravensforums.com/forum/private.php/mail2.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->

basilrath
05-05-2010, 08:39 PM
Your paths are incorrect

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


if your swf is in the correct place type this into your browser

http://www.ravensforums.com/forum/mail2.swf

and you should then see the swf ............ meaning the animated pm will reflect when a pm is recieved.

this should be exactly what you need.

BigDog56
05-05-2010, 10:41 PM
Your paths are incorrect

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


if your swf is in the correct place type this into your browser

http://www.ravensforums.com/forum/mail2.swf

and you should then see the swf ............ meaning the animated pm will reflect when a pm is recieved.

this should be exactly what you need.

That worked! thank you!

BigDog56
05-05-2010, 10:49 PM
Clicking on the butler does not work though.

basilrath
05-05-2010, 10:51 PM
send me a pm with your login details ill fix it for you

basilrath
05-05-2010, 11:08 PM
Please upload this swf and overwrite ............. then tell me if ok we can check

basilrath
05-05-2010, 11:32 PM
Ok fixed ........................ Jeff

Now a little information i have changed your url in the control panel main settings as its been set slightly incorrect so everything should be working fine now.

Dave

BigDog56
05-05-2010, 11:36 PM
Ok fixed ........................ Jeff

Now a little information i have changed your url in the control panel main settings as its been set slightly incorrect so everything should be working fine now.

Dave

Thank you very much!:up:

dankreiner
05-17-2010, 01:56 AM
If you want the butler to walk on and say "you have mail" and your private.php is is as follows

/forum/private.php

then use this

You forgot those of use with our vbulletin installed in our root ;)

I just realized my butler doesn't link... I love it... i need it to be just /private.php pretty please.

Thanks, Dan

basilrath
05-17-2010, 04:46 AM
hi dan

i will sort today for you

basilrath
05-17-2010, 04:53 AM
use the attatched swf Dan - i have changed the link in this to suit anyone who has no "forum" folder.

www.yourdomain.com/private.php

ArminTECH
05-17-2010, 05:29 AM
tagged

Ocean-Wonders
05-17-2010, 11:29 AM
Hi there great mod thanks very much !

I can't figure out what im supposed to do with the FLA file would you be able to edit it for me ?

my path is messageboard/private.php

Thanks

basilrath
05-17-2010, 11:34 AM
which swf are you using ? butler or mailbox

Ocean-Wonders
05-17-2010, 11:35 AM
butler :D

basilrath
05-17-2010, 11:38 AM
one minute i will edit the fla to suit your board

Ocean-Wonders
05-17-2010, 11:42 AM
thank you very much

basilrath
05-17-2010, 11:45 AM
Ok the swf attatched is targetted to

/messageboard/private.php

hopefully ok

Ocean-Wonders
05-17-2010, 11:56 AM
It works (apart from the sound isn't very clear)

Thanks for your help, very good support ;)

basilrath
05-17-2010, 06:37 PM
The mailbox is a lot clearer and i will have some new ones soon .............:)

Bounce
05-18-2010, 10:54 PM
hahaha bout shat myself at that, good work mate :up:

Any chance of a green mail box with the white paper (sheet) reading ("You have a PM") but without sound please, some users browse at work LOL.

Clock great too but can't get it to work :D

docvader
05-19-2010, 04:41 AM
works well with the forum in a subdomain. installed in minutes on a bunch of styles. I would have used the butler, but he's a bit hard to understand....

basilrath
05-19-2010, 06:26 AM
Clock great too but can't get it to work

whats the problem with the clock its an swf file so should work providing you have it in your root ?

works well with the forum in a subdomain. installed in minutes on a bunch of styles. I would have used the butler, but he's a bit hard to understand....

I have some new mail alerts animations to choose form in a few days

robsta
05-19-2010, 01:47 PM
need the flash file with a link to community/private.php instead of forum/private.php

pls edit the flash file for me :)

THX for help

basilrath
05-19-2010, 06:27 PM
Ok didnt know which you were using but edited both FLA's and attached the new zips with swf's inside

paths set to /community/private.php

hope this is ok

robsta
05-20-2010, 06:20 AM
THX basilrath's very nice :) Nominate for MOTM

basilrath
05-20-2010, 10:30 AM
Steveman your attatched swf's are set at

/main/private.php

Bounce
05-20-2010, 08:11 PM
whats the problem with the clock its an swf file so should work providing you have it in your root ?



I installed as per your instructions in post #50 and #61.

It shows fine but its overlapping the toplinks, any idea's how I can move it down, screenie attached, thanks.

basilrath
05-20-2010, 08:20 PM
Simply change the settings highlighted

Change the 10px to around 30px

<!-- Begin of clock script -->
<div align="right" style="margin:10px 20px 0px 0px">
<embed src="www.yoursite.com/forum/onlineclock.swf" width="90" height="40" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#ffffff"></embed>
</div>
<!-- End of clock script -->

Bounce
05-20-2010, 08:50 PM
Simply change the settings highlighted

Change the 10px to around 30px



Thanks tried that before, that just moves the toplinks downward.




Does the code for the adverts make any difference? :confused:

basilrath
05-20-2010, 09:40 PM
The adverts will make a difference i would have to see the ad code and adjust to suit

steveman0018
05-20-2010, 09:56 PM
Thank You so much for the fast upload.

TimberFloorAu
05-20-2010, 11:50 PM
works great, sound is a little rough on the butler.

Cracking idea and good fun

Bounce
05-21-2010, 04:28 PM
The adverts will make a difference i would have to see the ad code and adjust to suit

got it, it was the image size i increased :)

Welshy2008
05-23-2010, 01:16 PM
Just viewed your forum demo - But it didn't work. I assumed that someone must have clicked on it, even though you state not to, in bold red.

So what I did was to register on your forum. I am affraid it still didn't work (Even though I have 1 notification).

Welshy2008
05-23-2010, 01:17 PM
CANCEL that - it is now showing (After two refreshes).

Tagged.

basilrath
05-23-2010, 08:30 PM
The mail-test login should be fine ............... although i havnt checked it lately

labrador083
06-04-2010, 06:20 PM
My site is http://www.mysite.com/liverugby/private.php
please edit mail2.zip .
thank you

JAFRI
06-05-2010, 04:54 AM
The attatched swf is edited to suit path /vb/private.php

upload and overwrite.
click install

not work ,, this : http://forum/private.php

plz edit http://www.myforums.com/vb/private.php

Thanks:)

basilrath
06-05-2010, 08:35 AM
My site is http://www.mysite.com/liverugby/private.php
please edit mail2.zip .
thank you

plz edit http://www.myforums.com/vb/private.php

Thanks


Both SWF have been edited to suit both forums and are named as such. Please verify they work ok :)

JAFRI
06-05-2010, 10:02 AM
Thank u very mch .......................work now

basilrath
06-05-2010, 02:58 PM
Click Install :)

labrador083
06-05-2010, 03:22 PM
Thank you very much

merk_aus
06-06-2010, 01:27 AM
Checked out your site with the test account and saw no animation at all in regards to private messaging.

basilrath
06-06-2010, 07:19 AM
Checked out your site with the test account and saw no animation at all in regards to private messaging.

i will sort this out now .............

+++ fixed +++

merk_aus
06-06-2010, 08:19 AM
wow worked and looks great!

basilrath
06-06-2010, 08:26 AM
if anyone finds the mail animation not there simply login on the test user account

Username.......... mail-test
password.......... 123

and send a pm to the mail-test account............ then refresh you will see it again

frankiepeppers
06-10-2010, 11:25 AM
This is driving me nuts. ive done everything you said. it doesnt work. help me obiwon!

frankiepeppers.com/forums

UPDATE: i saw the mail box two times. but not again yet...hmmm any help would be apprecited. its like its a ghost, it comes and goes when it wants lol HELP!

UPDATE 2: ok its back, but i notice now, that this mail box animation only shows up on the homepage, is that the way it is supposed to work? does not show up thread pages or forms or competitions.

basilrath
06-10-2010, 01:37 PM
This is driving me nuts. ive done everything you said. it doesnt work. help me obiwon!

frankiepeppers.com/forums

UPDATE: i saw the mail box two times. but not again yet...hmmm any help would be apprecited. its like its a ghost, it comes and goes when it wants lol HELP!

UPDATE 2: ok its back, but i notice now, that this mail box animation only shows up on the homepage, is that the way it is supposed to work? does not show up thread pages or forms or competitions.

Ok the animation works on the Forumhome template but can be added to cms page if needed via the code being implemented in the same way as the forumhome. The only reason i didnt was i felt it was probably only needed on the forumhome but its just a case of adding to the template you require with the same code etc. The paths to your private.php are relative so not a problem.

session-one
06-11-2010, 07:41 AM
can someone pm me on how to get the mailbox clickable to your pm box..right now..it says click to get new message, but nothing happens

basilrath
06-11-2010, 02:43 PM
can someone pm me on how to get the mailbox clickable to your pm box..right now..it says click to get new message, but nothing happens

Firstly what is your board path?

Then i can help

your24hourstore
06-12-2010, 12:12 PM
its kool havent found the swf for /forums/ yet that works but i can make one oh strike that i see i downloaded the wrong one DOH!!

basilrath
06-12-2010, 12:40 PM
If anyone has a problem with the path to private.php just post and i will adjust to suit.......

There will be some new animations soon

your24hourstore
06-12-2010, 12:51 PM
only thing i find is when you check your mail it goes off and when you click to read mail it goes off too , but it is kool also i added it to header maybe thats messing it up I'm gonna reinstall to footer and see what the difference is

session-one
06-12-2010, 10:00 PM
Firstly what is your board path?

Then i can help

sessionone.net/

basilrath
06-12-2010, 10:03 PM
ok your mailbox animation path needs changing

tell me the whole path to the board ............. private.php

syrn
06-13-2010, 02:39 AM
its Not working .........any help

http://www.apnaspot.com/you-got-mail.swf

check this link , but when recive new pm, its not displaying

session-one
06-13-2010, 05:46 AM
ok your mailbox animation path needs changing

tell me the whole path to the board ............. private.php

i dont understand.. the directory of the board is \ like the path to images would be sessionone.net\images

basilrath
06-13-2010, 08:44 AM
i dont understand.. the directory of the board is \ like the path to images would be sessionone.net\images

ok if the path is as you have said in post try the attactched swf file as normal

basilrath
06-13-2010, 09:07 AM
its Not working .........any help

http://www.apnaspot.com/you-got-mail.swf

check this link , but when recive new pm, its not displaying

PM me you login etc and ill add the mailbox .........

your24hourstore
06-13-2010, 10:30 AM
stick this path file in with your image so when they have this problem they can give you a path, or you can get it yourself this way, just have them upload this file and the swf to the same directory

basilrath
06-13-2010, 11:45 AM
Nice one harley

session-one
06-13-2010, 10:57 PM
still cant click dude t_t

basilrath
06-14-2010, 04:50 AM
send me your login details etc ill have a look

syrn
06-14-2010, 12:05 PM
its Not working .........any help

http://www.apnaspot.com/you-got-mail.swf

check this link , but when recive new pm, its not displaying

i sent pm to you my login details

AceValenta
06-14-2010, 02:09 PM
Can you please correct the SWF file for me...

It loads to:

http://www.fantasychampions.com/forum/private.php

I need it to load to:

http://www.fantasychampions.com/private.php

Thank you!

Erik

basilrath
06-14-2010, 03:22 PM
Can you please correct the SWF file for me...

It loads to:

http://www.fantasychampions.com/forum/private.php

I need it to load to:

http://www.fantasychampions.com/private.php

Thank you!

Erik

Try the attatched swf Erik

basilrath
06-14-2010, 03:46 PM
i sent pm to you my login details

I have adjusted your coding the mod now works fine........

I have left a test mail also

Re-load the attatched swf and over-write

AceValenta
06-14-2010, 05:14 PM
Try the attatched swf Erik

It is still going to:

http://www.fantasychampions.com/forum/private.php

I need it to go to

http://fantasychampions.com/private.php

Thank you for all of your efforts.

basilrath
06-14-2010, 05:22 PM
i have attatched a new swf

upload it and over write the old one ............

this is directed to

http://www.fantasychampions.com/private.php

AceValenta
06-14-2010, 06:03 PM
i have attatched a new swf

upload it and over write the old one ............

this is directed to

http://www.fantasychampions.com/private.php

PERFECTION!!

THANK YOU!!!

JasonReynolds
06-14-2010, 08:38 PM
Hey can you help me please, I own www.lastchaosfm.com/forums
the private messaging link is
www.lastchaosfm.com/forums/private.php

Can you link the mailbox to that please (I have no flash editor :() Thankyou for help ^.^

basilrath
06-14-2010, 08:41 PM
give me ten mins

basilrath
06-14-2010, 08:46 PM
The attatched is directed to anyone with /forums/private.php

Hopefully this is ok

JasonReynolds
06-14-2010, 08:50 PM
Wont let me click after the mail has gone into the mailbox :(

basilrath
06-14-2010, 09:02 PM
ok the attatched are for your paths

Butler and Mail box

Directed to the url ..........http://www.lastchaosfm.com/forums/private.php

JasonReynolds
06-14-2010, 09:04 PM
Have no clue what i am doing wrong X.X Still not working :(

basilrath
06-14-2010, 09:06 PM
pm me your login details

basilrath
06-14-2010, 09:15 PM
Ok fixed

You have the code inserted into your "style" and the code isnt inherited into that style

I have added it into default and your imported style this should be working fine now

your24hourstore
06-15-2010, 12:47 AM
Ok fixed

You have the code inserted into your "style" and the code isnt inherited into that style

I have added it into default and your imported style this should be working fine now
man this mod keeps you hopping dont it :>

syrn
06-15-2010, 02:22 AM
I have adjusted your coding the mod now works fine........

I have left a test mail also

Re-load the attatched swf and over-write

yep, thanx for help
i Reloaded attached file and overwitre it, but when i recived new pm
its not appear Automatically

Now What i Can do ???

JasonReynolds
06-15-2010, 10:11 AM
Great guy, Helps all time ^.^
10/10 performance
10/10 support
10/10 for the mod ^.^
Thanks for your help :)

basilrath
06-15-2010, 01:13 PM
yep, thanx for help
i Reloaded attached file and overwitre it, but when i recived new pm
its not appear Automatically

Now What i Can do ???

Ill look now ............ strange

Whats your login again

syrn
06-16-2010, 01:44 PM
Ill look now ............ strange

Whats your login again

i send pm login detail , thanx

basilrath
06-16-2010, 02:37 PM
Do you mean in your "default" style or your "green seo fixed width style ............

i logged in and in the green style it shows and works fine -

If you want it in your blue default then the code will have to be added to the same place but in that particular style.

I have just logged in and sent a test pm and it works fine and directs to the inbox when the animated mailbox is clicked.

ALBCODERS
06-21-2010, 10:49 PM
how to add the code to work in cms home page ?
and what file do i have to put this code in

regards

basilrath
06-22-2010, 08:26 AM
Admin cp

style your using

edit templates>vbcms_page

look for {vb:raw footer}

and add code - this will show on the cms home page

ALBCODERS
06-22-2010, 03:07 PM
great thx mate

eSekar
06-22-2010, 04:43 PM
Big thanks for the Author, defnitly going to use this later, Marked as **installed**


For those who can't get this to work,

Remove the "/" from the path in the code,
example: "/path-to-your/you_got_mail.swf" change to: "path-to-your/you_got_mail.swf"


For those who can't edit the .fla file and their forums isn't on /forums path


simply go to your cPanel & make a new redirect from /forums/private.php to /private.php
that will fix your problem until you find a way to edit the link within the .fla file.


For those who wants the swf to show on all page


instead of placing the code in your FORUMHOME template, add the code to the very beginning of your footer template.

Deviant K1
06-22-2010, 11:09 PM
INSTALLED!!
Great Job!

Kinda glad I kept my old copy of Macromedia Flash 2004 LOL.

customcolor
06-23-2010, 01:51 AM
installed...well kinda..

well i took the last frame of the flash file and turned it into a pic instead and i had to make the pic have the link to the private.php...reason is i just could not get any of the flash files to be clickable..and thats ok...

i took that pic and i put it the bottom of the navbar template...it works great!

here is a snap shot of it...

https://vborg.vbsupport.ru/external/2010/06/40.jpg

basilrath
06-23-2010, 07:31 AM
Hey thats quite nice suits the layout too - by the way if you want the flash file clickable pm me ill work it for you

customcolor
06-27-2010, 05:07 AM
thanks!!

i found out not to long ago if i have flash running wile some one clicks on the tank bios (modded garage slips product) the tank bio will not run...so if i did the flash animation for the pms then the bios page wont load if some one has a pm.....its a script conflict

so thanks for the offer!

esculture
07-02-2010, 01:52 AM
I did everything possible and then had my Support team install it and still not working at all!!!!

basilrath
07-02-2010, 08:33 AM
send me login details and path to your swf

basilrath
07-04-2010, 06:06 PM
ok ozzy

upload the attatched swf to your root as i stated in the pm

make sure it is at this path

http://www.myfriendsspace.com/you-got-mail.swf

ozzy47
07-04-2010, 06:09 PM
ok it's uploaded, but now my chat don't seem to be loading

Everything is good now Thanks for top notch support on this mod!!

basilrath
07-04-2010, 06:11 PM
just tried chat

seems ok

basilrath
07-04-2010, 06:13 PM
try your chat and i sent you a pm on your site

ozzy47
07-04-2010, 06:38 PM
Yeah everything is good now bro Thanks for the support!!

ozzy47
07-04-2010, 10:25 PM
Is their a way so when ya click the mail box this don't come up?

http://myfriendsspace.com/imagehosting/14c31186c95c24.png

basilrath
07-05-2010, 04:53 AM
Ok this is something that i have come across with one or two boards........

Look at your url of the board it has "www" in it

now login as normal to your account and it will or may have the "www" missing off as you have it set this way in your board settings...........

To eleviate this i have attatched a new swf set to your boards specific path - upload and overwrite and let me know if this is ok.

ozzy47
07-05-2010, 01:30 PM
Ok so far so good thanks again!!

ozzy47
07-06-2010, 09:06 PM
LOL one more question, is their a way to get the mailbox to show up without refreshing or switching pages?

basilrath
07-07-2010, 04:46 AM
you can have it on any page at anytime by adding the codelines to that particular template - in other words if you want it on the "frontpage" then add it to the cms tamplate in question

ozzy47
07-07-2010, 08:18 PM
you can have it on any page at anytime by adding the codelines to that particular template - in other words if you want it on the "frontpage" then add it to the cms tamplate in question


What I mean bro is if I have a new pm, is their a way to have the mail box show up without refreshing the page?

I have the code on my footer now so it will show up on every page but if I am sitting idle mailbox don't show up.

basilrath
07-07-2010, 08:30 PM
Oh is see what you mean ............

Your asking in effect to run a cron, which would have to check your pm intake at "x" time / date then alert you with the animation .......... well yes it can be done as with your standard email, which runs every set time you would want ............you could argue any pm you recieve wont be alerted until you "refresh" or look at a post or thread so im not sure its worth any effort looking into.

Im assuming this is what your curious about?

ozzy47
07-08-2010, 08:43 PM
yeah that way if someone sends a pm while I am idle lets say in 1 min it would show the mailbox so I would know that I have a pm.

If it is too hard it's no big deal bro!

funmasti
07-09-2010, 03:13 AM
Awesome man.. this rocks

Rich_Princess
07-11-2010, 05:44 PM
hey there, I was hoping for a bit of help, lol.. I cant seem to get the path edited correctly. I have /forums in url.. I edited the code in forumhome template correctly, and I uploaded the correct file for forums instead of forum, but still not working.. please help.. Thanks for you time in advance!! - Chynna

basilrath
07-11-2010, 08:59 PM
send me your login details in a pm ill sort it for you

Dave

Arae
07-13-2010, 03:27 AM
I followed the instructions.

But I can't understand this note. Sorry, I'm still not good with this.

Note: the flash file target url is based on the relative path of
/forum/private.php although this can be changed via the fla

basilrath
07-13-2010, 10:15 AM
if you pm me the login and details ill fix it for you

CharlieDelta
07-17-2010, 07:26 PM
can you change the fla to crrforums/private.php

thank you

Scratch that, I edited myself.

Great mod, thanks!

basilrath
07-22-2010, 10:58 AM
Hello,
I don't have a way to compile the fla to swf and would like to take you up on your offer. My VBulletin address is:

http:vaguard.us/notepad

notepad is the forum. Thank you in advance for your time



No problem the attatched zip has the swf directed to .......... /notepad/private.php

This should fix the direct issue

Dave

vaguard
07-23-2010, 06:55 PM
Nailed it, thank you very much! Was wondering if there is one where the voice of the female is a little louder versus the sound of the mail box? The mail box sound steps on her voice. If not, no problem. Again thank you very much!!

basilrath
07-23-2010, 09:33 PM
ill look into over the weekend ..............

basilrath
07-24-2010, 10:19 AM
Trish ...........

I have added the code into your templates and you will need to upload the attatched swf to your forum root so the path is as follows:

http://www.soulsnpirates.com/you-got-mail.swf

in other words after you have uploaded the attatched swf you should be able to check its existance via the link above meaning the animation should then work within the code on site.

This should then work

Kendsl
07-29-2010, 09:48 AM
Hallo Basilrath

Please can you edit the fla file for me too? My Domain www.wysiwygwebbuilder-forum.de/private.php

Thanks

basilrath
07-29-2010, 11:03 AM
ok try the attached swf .......

Kendsl
07-29-2010, 01:31 PM
Thank`s for the quickly help. Works great.

dezzy94
08-02-2010, 10:34 PM
Great mod ! , works good :)

revmitchell
08-18-2010, 01:26 AM
I dont get it cant get it working

onehost
08-18-2010, 03:43 AM
tagged for later.

What stats mod is that in the image?
I need some good stat mod..

Thanks

basilrath
08-18-2010, 12:46 PM
Its valters stats mod................here (https://vborg.vbsupport.ru/showthread.php?t=235841)

basilrath
08-18-2010, 12:46 PM
I dont get it cant get it working

is it working ok now ......... if not just state the issue :cool:

basilrath
08-18-2010, 12:57 PM
Badgerdog .......... forums swf directed to

http://www.milsurps.com/private.php

revmitchell
08-19-2010, 03:38 PM
is it working ok now ......... if not just state the issue :cool:

I do not know the issue. I have tried to install it twice to make sure I missed nothing but it just doesnt appear at all. Its as if it is not even installed

basilrath
08-19-2010, 07:16 PM
pm me your login details ill sort it

upload the swf to your forum so it is at the following

www.yoursite.com/forum/you-got-mail.swf or whatever the layout is of your board as i cant see the boards paths

then i can sort the coding issue out asap for you

regards
dave

basilrath
08-20-2010, 09:22 AM
I do not know the issue. I have tried to install it twice to make sure I missed nothing but it just doesnt appear at all. Its as if it is not even installed

-----------------------------------------
ok i can access your board but the following problems are relevant on the set up

1....... the boards structure is incorrect, which means when you login voa the admin link at the bottom you cannot access the admin cp via that link.

2....... the admin control panel is located at http://www.pastors-source.com/admincp/index.php but the board is located at www.pastors-source.com/vb/forum.php

you have a "vb" folder in there you need to get the structure of the board correct

3........ there are many image issues on the board due to paths not being correct, which is relevant to the above.

you will also see the board cannot be accessed via www.pastors-source.com but can be accessed via www.pastors-source.com/vb/ which again is the boards structure etc


the mod will work correctly when the boards structure is corrected without an issue

if you would like this fixing then please pm me the whole ftp details and logins etc

YankForum
08-20-2010, 10:35 PM
i installed it again on another forum , love it so much , tnx for sharing this amazing trick

basilrath
08-21-2010, 02:05 PM
i installed it again on another forum , love it so much , tnx for sharing this amazing trick

Very welcome :cool:

Twikitero
08-26-2010, 12:34 PM
Very Thanks, works 100% installed.

Here is the file. SWF but in Spanish.

Live Demo: http://megaswf.com/serve/40236/
...........................................
How could it work with visit messages ?

basilrath
08-26-2010, 09:22 PM
How could it work with visit messages ?


Hmmm leave it with me ....... needs a little thought

revmitchell
08-28-2010, 12:33 AM
I have all the structure issues worked out can you give me a hand.

basilrath
08-28-2010, 05:47 AM
yes i will look today for you :)

basilrath
08-28-2010, 10:35 AM
I have all the structure issues worked out can you give me a hand.

+++fixed+++

I have fixed the coding issue and redirected the swf

The animation will show and will direct you to your /private.php also

I have left a test pm for you to have look.

----------------------------------------------------------------------------------------
Ps you still have some image issues within your board such as logo etc but you may already be aware of this

Regards
Dave

revmitchell
08-28-2010, 09:15 PM
+++fixed+++

I have fixed the coding issue and redirected the swf

The animation will show and will direct you to your /private.php also

I have left a test pm for you to have look.

----------------------------------------------------------------------------------------
Ps you still have some image issues within your board such as logo etc but you may already be aware of this

Regards
Dave

It only does it in IE and not firefox. But the pm notification does not work yet

basilrath
08-28-2010, 09:55 PM
i will check tommorow

Im assuming you have cleared cache and cookies etc as FF hangs on to cookies better than Sainsburys.

I will look in the morning and as regards the redirect to your inbox it works in IE and FF as its pointed to the same path but i will check asap unless you havnt cleared the above mentioned.

revmitchell
08-28-2010, 10:21 PM
My images are doing all kinds of weird things in IE. I cleared cookies but no change. I dont much use IE. Got tired of it crashing all the time. I use firefox. My images work fine there. We put a trouble ticket in with vbulleting. This has only begun since the recent upgrade.

basilrath
08-29-2010, 09:26 AM
My images are doing all kinds of weird things in IE. I cleared cookies but no change. I dont much use IE. Got tired of it crashing all the time. I use firefox. My images work fine there. We put a trouble ticket in with vbulleting. This has only begun since the recent upgrade.

The board still has a rogue "vb" line in the code, which is why the images are not showing correctly. The logo you have on the default style is not located at the path you have stipulated also.

If you want advice i would start with removing the whole list of styles you have which are simply cluttering the board for little or no reason. This will allow you to simply deal with the url and path issues that still remain easier then if you want a style adding then do so once the "default" is corrected.

If you have problems with the images simply right click and look at your paths etc ........ this is not a vb problem it is installation problem from whoever installed the board originally.

revmitchell
08-29-2010, 09:31 PM
The board still has a rogue "vb" line in the code,

I dont know what this means. Can you give me an example?


which is why the images are not showing correctly.

Everything works and shows correctly in firefox. It is in IE that it has troubles


The logo you have on the default style is not located at the path you have stipulated also.

Can you elaborate on this?

If you want advice i would start with removing the whole list of styles

Done


This will allow you to simply deal with the url and path issues that still remain easier then if you want a style adding then do so once the "default" is corrected.

I dont know what this means

If you have problems with the images simply right click and look at your paths etc

There are no problems in firefox and the paths all lead to where they should be. Not sure what your saying the issue is.

49er
08-30-2010, 08:04 AM
Loving It .... Thanks .... :D

basilrath
08-30-2010, 08:57 AM
Welcome

are you running it on VBA CMPS 3.x ?

49er
08-30-2010, 09:02 PM
Welcome

are you running it on VBA CMPS 3.x ?

No, i don't run it on that site, i am waiting for version 4.1 so that i am able to implement a new skin ..

I have it on my other site ... :up:

William2509
08-31-2010, 04:36 AM
Can you change the butler to .........../_Wil/_VBulletin/private.php

thanks

basilrath
08-31-2010, 05:31 AM
yep will do today for you

basilrath
08-31-2010, 06:28 AM
Can you change the butler to .........../_Wil/_VBulletin/private.php


Try the attached swf

William2509
09-02-2010, 02:02 PM
Thans for the butler.

onehost
09-04-2010, 02:52 AM
When I refresh the screen, it shows a black box for a second, then the mail
box shows...whats up with that?

Lets say I want to show this somewhere near the top/middle of the screen on the
forum, where can i place the code to do this?

Would be nice if you come out with some hot/attractive designs...
its looks ok for a mail-box...would like to see something more better looking.

Thanks

basilrath
09-04-2010, 06:00 AM
<!-- 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 -->


The red section of code is the position of the swf which can changed to suit wherever you want on the particular page your working with.

In relation to the animation i am actually working on new animations for the mailbox with some different ones soon.

gagan007
09-04-2010, 12:38 PM
wow basilrath...nice mod

but the best part is your attitude. I have seen all these 15 pages filled with your posts giving users customized/edited swfs :)
kudos to you....

basilrath
09-04-2010, 02:08 PM
lol thanks :rolleyes:

biggeorge
09-06-2010, 07:09 PM
wow basilrath...nice mod

but the best part is your attitude. I have seen all these 15 pages filled with your posts giving users customized/edited swfs :)
kudos to you....

+1

I'm not even using this mod, but I appreciate the time you invest into helping everyone.

Dotti
09-18-2010, 01:38 AM
I love this! I also have to commend you on your great attitude and patience with all of us. I have installed this and like I said, love it.

One question: Where else do I have to put the code for it to show up in all my forums? Is it possible?

EDIT: I found it - FORUMDISPLAY

Thank you again for all your help!

Marked EXCELLENT on everything. You truly are #1

revmitchell
09-18-2010, 03:03 AM
I still cannot get it working. Exactly how should the path to the swf file read?

basilrath
09-18-2010, 06:37 AM
I still cannot get it working. Exactly how should the path to the swf file read?

You should be able to access the swf via the line of code :

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

In other words if you type the path in your browser you will see the swf such as this as in my site:

http://www.tabletennistalk.co.uk/forum/you-got-mail.swf

This means the swf is then where it should be and will appear on the reciept of a PM

revmitchell
09-18-2010, 02:35 PM
You should be able to access the swf via the line of code :

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

In other words if you type the path in your browser you will see the swf such as this as in my site:

http://www.tabletennistalk.co.uk/forum/you-got-mail.swf

This means the swf is then where it should be and will appear on the reciept of a PM


Well that worked but it fails to show up when I receive a pm

http://www.pastors-source.com/misc/you-got-mail.swf

basilrath
09-18-2010, 03:46 PM
im having a look for you now ................ give me a minute

basilrath
09-18-2010, 04:07 PM
Ok ...............

I have rectified the code and the animated pm works fine as the image shows below - it is also directed to your inbox when clicked.

https://vborg.vbsupport.ru/

Remember you have many styles in your admin cp and the "default" is a parent of the others

if a style you have added is not a "parent" the code will have to be added to that particular style

hope this helps and is fixed

revmitchell
09-18-2010, 05:27 PM
Thanks for your assistance!

sulasno
09-18-2010, 05:54 PM
I wish someone would create a you-got-mail.swf

revmitchell
09-18-2010, 06:47 PM
Ok ...............

I have rectified the code and the animated pm works fine as the image shows below - it is also directed to your inbox when clicked.

http://www.pastors-source.com/misc/Untitled-1.jpg

Remember you have many styles in your admin cp and the "default" is a parent of the others

if a style you have added is not a "parent" the code will have to be added to that particular style

hope this helps and is fixed

No one including me is seeing it. We are seeing the normal vb pop up window indicating we have a pm and that is all.

basilrath
09-18-2010, 09:20 PM
isolate all styles firstly

and set default as the main style

Then try

I am seeing it and i have tried this on 3 units i use including mac so its not a code problem

revmitchell
09-18-2010, 11:06 PM
I have eliminated all styles and no one is seeing it. I have no idea how you are. Puzzling

basilrath
09-18-2010, 11:13 PM
im assuming you have flash ?

revmitchell
09-19-2010, 12:05 AM
im assuming you have flash ?

We alll have it

basilrath
09-19-2010, 12:14 AM
and you realise its not on the cms page? only forum page unless coded different?

revmitchell
09-19-2010, 12:21 AM
and you realise its not on the cms page? only forum page unless coded different?

I have only looked for it on the forum page. If you go here (http://www.pastors-source.com/forum.php) you will see in the shout box a members response to my question as to whether he has seen it.


I did have a "pop up" box in the middle of the screen that informed me I had a message. That what you mean?

revmitchell
09-19-2010, 12:43 AM
You know what, I have taken up to much of your time and mine on this. Thanks for all your help.

basilrath
09-19-2010, 08:22 AM
Disable the pop up for pms it maybe a conflict although when i have logged in as you i get the pm animation no problems so strange .........

basilrath
09-19-2010, 08:23 AM
sulasno:

I wish someone would create a you-got-mail.swf

What is it you mean ............. there are swf's in the zip

sulasno
09-19-2010, 10:11 AM
I meant a new you-got-mail.swf :-)

my forum consists of serious discussions and having something cheerful could help the atmosphere;

I got IncrediMail's Notifiers and I am going to figure out how to convert the imn files

basilrath
09-19-2010, 01:49 PM
arrrrrrrr i see

im actually designing some new ones - just been busy with business

sulasno
09-19-2010, 02:08 PM
will you accept requests ? :-)

basilrath
09-19-2010, 02:16 PM
of course

krustyx
09-19-2010, 03:54 PM
Here's the french translation

<!-- mail -->
<vb:if condition="$bbuserinfo[pmunread]">
<a style="display:scroll;position:fixed;bottom:-40px;right:-20px;" title="Appuyez ici - Nouveau Message Priv?!">
<object type="application/x-shockwave-flash"
data="./you-got-mail-fr.swf"
width="150" height="250">
<param name="movie" value="./you-got-mail-fr.swf" />
<param name="quality" value="high"/>
<param name="wmode" value="transparent"/>
</object>
</vb:if>
<!-- end of mail -->

I've modified the .FLA in french also.

you-got-mail-fr.swf (http://www.motoneigeauquebec.com/forum/you-got-mail-fr.swf)

basilrath
09-19-2010, 03:57 PM
thanks for that krustyx :)

krustyx
09-19-2010, 04:01 PM
You are welcome, i've tried to insert the file as attachment, but i couldnt.

Maybe you can add it on your main post if you want.

Thanks for this cool little mod!

basilrath
09-19-2010, 04:13 PM
French version is attached thanks to Krustyx for the help.

revmitchell
09-19-2010, 09:19 PM
Disable the pop up for pms it maybe a conflict although when i have logged in as you i get the pm animation no problems so strange .........


How do you do that

yasmani19
10-11-2010, 07:21 AM
Hello friend. First of all. thank you very much, me worked from the first time you try.
One question. You have more animations, or where I can download others.