vb.org Archive

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

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

PHP Code:

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

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

1 Attachment(s)
French version is attached thanks to Krustyx for the help.

revmitchell 09-19-2010 09:19 PM

Quote:

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

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

Quote:

Originally Posted by revmitchell (Post 2100692)
How do you do that

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

http://www.vbulletin.com/forum/showt...tification-Box

yasmani19 10-12-2010 04:39 AM

Quote:

Originally Posted by shanef (Post 2109122)
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

Quote:

Originally Posted by yasmani19 (Post 2109351)
<!-- 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

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

Originally Posted by basilrath (Post 2109907)
you can edit the swf

how to edit swf file ??, please explain

basilrath 10-19-2010 07:31 AM

Ladycroft
Quote:

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

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

1 Attachment(s)
Quote:

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

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


All times are GMT. The time now is 06:37 PM.

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

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

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

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