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)

RC-Central 07-06-2011 05:00 PM

Quote:

Originally Posted by basilrath (Post 2217225)
ill sort it tommorow with the little mailbox

dave

Any updates? :)

basilrath 07-07-2011 03:46 PM

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

Quote:

Originally Posted by basilrath (Post 2217805)
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
HTML Code:

{vb:raw footer}

After add
HTML 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 -->

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

Quote:

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

Quote:

Originally Posted by basilrath (Post 2217835)
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:

Code:

{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

Quote:

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

1 Attachment(s)
try the new swf and overwrite

RC-Central 07-07-2011 05:23 PM

Quote:

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

Quote:

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

1 Attachment(s)
Quote:

Originally Posted by CouponWCents (Post 2233060)
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

1 Attachment(s)
Quote:

Originally Posted by misericorde (Post 2231697)
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

1 Attachment(s)
Quote:

Originally Posted by doctorsexy (Post 2237553)
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

Quote:

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

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

Quote:

Originally Posted by basilrath (Post 2277660)
My apolagies for late reply

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

Hopefully this is ok

Dave

Alright Dave I will give it a try tonight.

bremereric 12-15-2011 06:27 AM

Quote:

Originally Posted by bremereric (Post 2277857)
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

Quote:

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

Yeap 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

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

after

PHP Code:

{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

Quote:

Originally Posted by bremereric (Post 2284659)
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

Quote:

Originally Posted by TombstoneWarrior (Post 2290314)
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

Quote:

Originally Posted by doctorsexy (Post 2290320)
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??


All times are GMT. The time now is 10:03 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.01646 seconds
  • Memory Usage 1,842KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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