vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Private Messages Enhancements - pmsound notification (https://vborg.vbsupport.ru/showthread.php?t=127909)

iran.gs 10-16-2006 03:39 PM

Installed on 3.62 and worked fine gr8 job buddy...

eNforce 10-16-2006 04:35 PM

Quote:

Originally Posted by Floris
A nice idea would be while reading a thread that i hear a ping - ajax check? :)

This would truly make this modification superior, :cool:

Ev!L ErN!E 10-20-2006 04:28 AM

Quote:

Originally Posted by Cueball
does not work on my forum either :(

I get a message asking to "allow an Active X control on this webpage"

I get the same thing... any idea how to fix this? The sound plays, but I have to click that damn message every time...

Eq4bits 10-20-2006 06:01 AM

maybe go into your browser tools/preferences (depends on what browser you are using) and changing your security setting for active x controls....
if you have the option to do so add the website to your 'trusted' list....

abramelin 10-20-2006 01:13 PM

Quote:

Originally Posted by Ev!L ErN!E
I get the same thing... any idea how to fix this? The sound plays, but I have to click that damn message every time...

this is why i asked to use .swf instead of .wav file at the start of this thread's.

:down:

paul41598 10-20-2006 01:38 PM

Microsoft ActiveX Control Fix!


Issue Description:

For anyone who installed this hack and gets the popup "Click to run an activeX control on this web page" when they receive a new PM.

Issue FIX:

Open Windows Media Player --> Tools --> Options --> File Types

Check windows audio file (wav)


Enjoy guys :classic:

Ev!L ErN!E 10-27-2006 12:14 PM

OMG thank you Paul!!!!!!!!
hack works great btw with this fix... my members love it!

is there a way to add more sounds?

paul41598 10-27-2006 01:31 PM

Quote:

Originally Posted by Ev!L ErN!E
OMG thank you Paul!!!!!!!!
hack works great btw with this fix... my members love it!

is there a way to add more sounds?

just dump more wav's in the sound dir :)

SloppyGoat 11-02-2006 07:31 AM

Ok, I like this, but I don't want random messages. I want just one. How do I do that?

marinefiend 11-05-2006 06:59 PM

Does not work with vBadvanced CMPS v2.2.0, but I can get it to work on almost everywhere else

lifesourcerec 11-05-2006 07:33 PM

hehe anyone got the AOL "You've Got Mail" sound bit?

marinefiend 11-07-2006 06:52 PM

I tried to find that and no such luck

SloppyGoat 11-07-2006 08:14 PM

Quote:

Originally Posted by SloppyGoat
Ok, I like this, but I don't want random messages. I want just one. How do I do that?

Is this all that needs to be done?

Remove:
PHP Code:

srand(make_seed());
$srand_snd rand (1,5); 

Change:
PHP Code:

$sound iif($vbulletin->userinfo['pmunread'], '<embed src="sounds/message'.$srand_snd.'.wav" autostart="true" loop="0" hidden="true"></embed>'); 

To:
PHP Code:

$sound iif($vbulletin->userinfo['pmunread'], '<embed src="sounds/message.wav" autostart="true" loop="0" hidden="true"></embed>'); 

That removes the random thing and just makes one sound play, right? I asking opinions because this is what I tried and some bugs were reported. Somethign I did wrong or missed?

javo 11-07-2006 08:17 PM

Can anyone else confirm that it doesnt work with CMPS 2.20 installed?
I would really like to install this.
I tried going ahead and installing it anyway but I can't find this code in my Navigation / Breadcrumb Templates - Navbar

Code:

<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
                </if>
        </td>

The closest I got is this..
Code:

<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
                </if>
        </td>

Im not sure if thats the difference in having CMPS installed and not..
Any help would be greatly appreciated.
This is a really cool mod and I would like to put it in.

Thanks in advance.

javo 11-08-2006 04:34 PM

I went ahead and installed it.. The only thing that was different was the code mentioned above.

It seems to be working correctly.

Pretty cool..
Thanks.

marinefiend 11-09-2006 08:14 PM

Yep still not working on CMPS index, but it does work every where else

Eq4bits 11-09-2006 10:24 PM

Quote:

Originally Posted by lifesourcerec
hehe anyone got the AOL "You've Got Mail" sound bit?

you mean this one?
I right clicked>save target as to get it
also have Owen Wilson 'You've Got Mail' if anyone is interested... my zipping capabilites went by-by on my computer otherwise I'd zip em up and attach them here.

SloppyGoat 11-10-2006 08:42 AM

This would be the correct way of removing the random wav and making it static, right?

Quote:

Originally Posted by SloppyGoat
Is this all that needs to be done?

Remove:
PHP Code:

srand(make_seed());
$srand_snd rand (1,5); 

Change:
PHP Code:

$sound iif($vbulletin->userinfo['pmunread'], '<embed src="sounds/message'.$srand_snd.'.wav" autostart="true" loop="0" hidden="true"></embed>'); 

To:
PHP Code:

$sound iif($vbulletin->userinfo['pmunread'], '<embed src="sounds/message.wav" autostart="true" loop="0" hidden="true"></embed>'); 

That removes the random thing and just makes one sound play, right? I asking opinions because this is what I tried and some bugs were reported. Somethign I did wrong or missed?


Eq4bits 11-10-2006 03:20 PM

I took the 'easy way out' and just uploaded a single wav file 5 times but with the message1.wav message2.wav message3.wav etc as it's name :D
hate messing with code when I don't have to :D

SloppyGoat 11-11-2006 01:19 AM

Yeah, I thought about doing that, but it seemed easier to just remove the random part and make it a static file. Did the PM notification popup stop working for you when you installed this hack?

Derekclarke 11-11-2006 11:54 AM

i do not always get a sound notification for P.m's

i am running 3.6.3 and Vba cmps 2.2.0

also noticed as mentioned before, it does not play the sound untill you click to enter the message, with pop-up notification enabled.

Will try to disable and see how that goes.

Eq4bits 11-11-2006 12:30 PM

ummm no, but the pop up screwed with the wav playing, wouldn't play until i clicked cancel or okay .... check your options though you may need to edit the pop-up option, or it may have inadvertantly gotten changed during the install... yeah I think that's what happened to me, I normally don't use the pop-up as an option because I have the flashing pm envelope hack installed (which works fine with 3.6.2 btw) and after installing *this* mod the pop-up was suddenly turned on instead of off, tho that could have been me....

deezelpope 03-14-2007 09:55 AM

*Giggling* Installed!! It plays until you go to your inbox!! Too funny!! Thank you for this! I love it!!:up: :D

Endurer 03-14-2007 11:59 AM

Thank you :D

Installed!

The Bish 03-14-2007 03:09 PM

Awesome!

Installed!

SloppyGoat 03-14-2007 05:56 PM

Quote:

Originally Posted by deezelpope (Post 1203191)
*Giggling* Installed!! It plays until you go to your inbox!! Too funny!! Thank you for this! I love it!!:up: :D

That's kind of a problem though. It's really only supposed to notify you once...or that's how it used to work. I had to remove it, since it wasn't working correctly.

deezelpope 03-14-2007 07:22 PM

Awww, man, I kinda like that! ;) :rolleyes: But, I am kinda funny that way!:eek: :D :p

subzero06 03-14-2007 07:37 PM

This works for 3.6.4?

deezelpope 03-14-2007 07:44 PM

Yup!

SloppyGoat 03-23-2007 08:34 PM

The new way that IE handles ActiveX also made this a problem. It would prompt every time before it played. Is this still a problem?

deezelpope 03-23-2007 10:39 PM

Not for me!:up: :D

SloppyGoat 03-23-2007 11:17 PM

But are you even using IE7, and if not, do you know if any members are? The deal is, with the new ActiveX crap, embedded objects have to be called by JS, or things like audio files cause IE7 to prompt the user via the infobar all the time. I had this installed at one time, but it was so annoying, I had to remove it. Also, I don't want it to repeat every time they refresh or click anything. I liked the way it used to work in the old 2.3.x version.

Chachacha 03-24-2007 01:07 AM

Works great. Nice addon!

deezelpope 03-24-2007 03:50 PM

Quote:

Originally Posted by SloppyGoat (Post 1210697)
But are you even using IE7, and if not, do you know if any members are? The deal is, with the new ActiveX crap, embedded objects have to be called by JS, or things like audio files cause IE7 to prompt the user via the infobar all the time. I had this installed at one time, but it was so annoying, I had to remove it. Also, I don't want it to repeat every time they refresh or click anything. I liked the way it used to work in the old 2.3.x version.

Yes, I am, but haven't had any ActiveX trouble.

KiwiInsanity 05-21-2008 01:46 AM

Been installed in our forum for a while, but hadn't posted sorry
Great addon thanks

Juic3 05-21-2008 05:26 PM

Quote:

Originally Posted by Shazz (Post 1087160)
Not working on my forums. Best the luck too all...

Is not working for me too....I really wanted this to work.

btw, running vBulletin 3.6.8 Patch Level 2 and tren_z_x as my style.

Welshy2008 08-10-2008 02:13 PM

I have hit a problem...

template navbar
----------------------------------
in template navabar FIND

<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>



All that I can find is....


</tr>
</table>
<else />


style="font-size:10pt"><a href="$vboptions[forumhome].php$session[s<div class="navbar" essionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>


<if condition="$show['member']">

When I did add it under it (I know it is not exactly as listed in the instructions) I had the meaasge in the "Attachment" below.. What is the reason for this and how can I get it back to normal please? Even when I deleted the text that I just added - it still shows.


The second part to change is entitled...

" template modifyoptions
---------------------------------
in template modifyoptions FIND "



I cannot find that option anywhere? can anyone tell me how to get to it please?


Many Thanks.

Welshy2008 08-11-2008 10:14 PM

Guys,

I am new to all of this and am learning every day.

But when it says:

Quote:

1) import the product-pmsound.xml into vbulletins product manager (admincp => plugins products => add a product)
I must admit I am confused. Am I right in assuming the location is the Lower one of the two in my attachment pic (Add New Product), Please? If so, what would I have to tpye in the other fields, Please?

Many Thanks,

Welshy2008.

Welshy2008 08-12-2008 01:19 PM

Anyone Please?

Welshy2008 08-15-2008 05:31 PM

** UNINSTALLED **

:mad:


All times are GMT. The time now is 11:17 AM.

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.01338 seconds
  • Memory Usage 1,837KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (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