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)

Delphiprogrammi 09-29-2006 10:00 PM

pmsound notification
 
hi people,

This is a port of this by paul41598 used with permission.

This is basically the same thing as the original thread but it uses the vbulletin plugin system so the file edits are no longer necessary

to install this you will need to
  • read install.txt
  • edit templates (navbar and modifyoptions) => template_edits.txt
  • upload the included "sounds" directory to your vbulletin root
that's it

drdeathuk69 09-30-2006 03:37 PM

"Clicks Installed"
1st to post and it works great see it working at www.muppets-clan.com

Thanks m8 great mod!!

Shazz 09-30-2006 03:39 PM

Funniest sounds ive ever heard LOl

abramelin 09-30-2006 04:48 PM

is there any chance to play .swf with this mod ?

SCRIPT3R 09-30-2006 05:12 PM

Quote:

Originally Posted by Delphiprogrammi
This is basically the same thing as the original thread but it uses the vbulletin plugin system so the file edits are no longer necessary

to install this you will need to
read install.txt
edit templates (navbar and modifyoptions) => template_edits.txt
upload the included "sounds" directory to your vbulletin root

so do you need to make the file edits or not? :D

Delphiprogrammi 09-30-2006 06:53 PM

Quote:

Originally Posted by GearTripper
so do you need to make the file edits or not? :D

Nope

Delphiprogrammi 09-30-2006 06:54 PM

Quote:

Originally Posted by abramelin
is there any chance to play .swf with this mod ?

I don't understand flash.I've tryed it in the past and it's to complicated for me :tired: althrough anybody is free to modify this so it can play flash files.

SCRIPT3R 09-30-2006 08:23 PM

Quote:

Originally Posted by Delphiprogrammi
Nope

then why in the instructions are we told to make edits?

Quote:

2)open template_edits.txt and do the template changes explained there

Delphiprogrammi 09-30-2006 08:31 PM

Quote:

Originally Posted by GearTripper
then why in the instructions are we told to make edits?

those are template edits not the same as sourcefile edits ..... templates always need to be edited by hand.I could include the complete edited template but according to the vbulletin licence i'm not allowed todo that ...

SCRIPT3R 09-30-2006 09:07 PM

ok; the way you worded your description... you said no file edits were necessary, but you clearly have to edit files. weather or not their source files or templates, you ARE making file edits. i just wanted to make sure i wasn't reading it wrong.

Shazz 09-30-2006 09:16 PM

Not working on my forums. Best the luck too all...

Delphiprogrammi 09-30-2006 09:16 PM

Quote:

Originally Posted by GearTripper
ok; the way you worded your description... you said no file edits were necessary, but you clearly have to edit files. weather or not their source files or templates, you ARE making file edits. i just wanted to make sure i wasn't reading it wrong.

actually to tell the truth you can automate that

PHP Code:

$vbulletin->templatecache['TEMPLATENAME'] = str_replace('find','replace',$vbulletin->templatecache['TEMPLATENAME']); 

but i've never used it before.

AMG021 09-30-2006 09:16 PM

installed

Rich 09-30-2006 10:32 PM

Hello,

As the author stated, no file edits need to be made.

Quote:

ok; the way you worded your description... you said no file edits were necessary, but you clearly have to edit files.
Files are stored on your server. Templates are stored in your database. There are no file edits, only template edits. Their IS a difference!

syrus.xl 09-30-2006 10:58 PM

Quote:

Originally Posted by abramelin
is there any chance to play .swf with this mod ?

I'm curious why would you want this to modified to play a .swf flash file?

As a flash developer I can do virtually design anything in flash, but puzzled why you would want a .swf to play in this mod.:confused:

Kuimera 09-30-2006 11:44 PM

Is this a FireFox only hack? I’m asking because I tested it in opera, IE and FireFox and the only one that don’t show up messed up is in FireFox...

Check attachment for image details.

SCRIPT3R 09-30-2006 11:52 PM

Quote:

Originally Posted by Rich
Hello,

As the author stated, no file edits need to be made.



Files are stored on your server. Templates are stored in your database. There are no file edits, only template edits. Their IS a difference!

Hello,

as I said... you are editing files one oway or the other. who cares if they're on your server or in the database or in outer-space? are files being edited... yes.

ChavMagnet 10-01-2006 12:15 PM

TY V.Much

Alien 10-01-2006 10:36 PM

Does this add any queries to every page the navbar is on at all?

Delphiprogrammi 10-02-2006 09:48 AM

Quote:

Originally Posted by Alien
Does this add any queries to every page the navbar is on at all?

Nope

Alien 10-02-2006 03:24 PM

Great!

Thanks for the reply...

Delphiprogrammi 10-02-2006 03:37 PM

Quote:

Originally Posted by Kuimera
Is this a FireFox only hack? I?m asking because I tested it in opera, IE and FireFox and the only one that don?t show up messed up is in FireFox...

Check attachment for image details.

nope working fine in internet explorer and firefox (i don't have nor use opera) but in your screenshots i see you have some other modofications like the "my mood" thing and that could be the cause

Kuimera 10-02-2006 10:49 PM

But if this is the case, why this work ok with Firefox in my case? if it was a prob with other hacks, this would happend all the time and in all the browsers, no? :S

I mean, this only hapend if I have you hack on, if I deactivate it, stays normal... :X

Cueball 10-03-2006 02:37 PM

does not work on my forum either :(

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

Rich 10-03-2006 04:27 PM

Quote:

Originally Posted by GearTripper
Hello,

as I said... you are editing files one oway or the other. who cares if they're on your server or in the database or in outer-space? are files being edited... yes.


Hello,

From just these posts, I can tell you are one of those people that has to always be right. My point is that "NO FILES" are being editted, as the author stated. If you have installed other modifications from this site, which I believe you likely have, you should know by now that "FILE" edits are when you have to edit the core files, or better yet, PHP. "TEMPLATE" edits are when you don't have to have FTP access, or cpanel access, and can you can edit through the admincp.

No matter how you slice it, on THIS site, "FILE" edits are referring to "CORE" PHP "FILES". This modification, as the author stated, does not require ANY FILE EDITS.

I normally don't get caught up in these trivial types of discussions, but I believe you need to understand the difference between the 2. This site bases "FILE" edits on core "FILES". If it says the mod needs a file edit, expect to edit a PHP file. If it says it does not, you won't be editting any files...but you may need to edit some HTML in the templates.

Amen for the hook and plugin system because 99% of the modifications on this site don't require any more "FILE" editting.

Floris 10-04-2006 09:58 AM

Personally I hate web sites where I have any sound unless I click on it. But this is actually really handy.

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

Delphiprogrammi 10-04-2006 06:58 PM

Quote:

Originally Posted by Kuimera
But if this is the case, why this work ok with Firefox in my case? if it was a prob with other hacks, this would happend all the time and in all the browsers, no? :S

I mean, this only hapend if I have you hack on, if I deactivate it, stays normal... :X

not necessarly all browsers work differently in the way they "undertsand" the html codinng

Delphiprogrammi 10-04-2006 06:59 PM

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"

after you installed this ? hmmmz that shouldn't happen

Delphiprogrammi 10-04-2006 07:00 PM

Quote:

Originally Posted by Floris
Personally I hate web sites where I have any sound unless I click on it. But this is actually really handy.

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

Yeah same here i get pretty frusterated when i website i'm just browsing trys to play sound (these days you see this allot through flash animations) and i really dislike it

Kuimera 10-04-2006 11:10 PM

Quote:

Originally Posted by Delphiprogrammi
not necessarly all browsers work differently in the way they "undertsand" the html codinng

Well.. I know that m8, but I mean, your hack is the one making my template messy, if I deactivate it, the template in the navbar shows ok...

So, maybe a conflict with some other hack, is that what you saying? If this is the case, any ideas to solve this?

Thanks.

Martin-TMGRS 10-07-2006 11:18 AM

Installed this but not getting any sound after sending a PM

Minha 10-07-2006 05:44 PM

Quote:

Originally Posted by Martin-TMGRS
Installed this but not getting any sound after sending a PM

...and receiving :confused:

Delphiprogrammi 10-07-2006 08:20 PM

Quote:

Originally Posted by Martin-TMGRS
Installed this but not getting any sound after sending a PM

That's normal it plays only for "receiving" new pm's

Delphiprogrammi 10-07-2006 08:21 PM

Quote:

Originally Posted by Minha
...and receiving :confused:

mine works fine did you followed the instructions correctly ....

ztempuser 10-08-2006 12:03 AM

works great thanks:)
*i changed the location of the sounds folder in my current and main style i use so MyStyle/sounds/3.wav

i like to keep the folders in my root simple as possible

Kuimera 10-08-2006 02:46 AM

Uninstalled...

Martin-TMGRS 10-08-2006 11:06 AM

Quote:

Originally Posted by Delphiprogrammi
That's normal it plays only for "receiving" new pm's

Yes I know that, its still don't work when "receiving" new pm's

Eq4bits 10-13-2006 05:00 PM

I installed this but no sound
followed all the steps, did everything in install and edit instructions.
using vB3.6.2/Mozilla browser, have checked my on usercp and sounds are *not* disabled...
there is no place in admincp>vboptions to 'set' *which* wav file to use
I uploaded all 5 of them into 'root'

paul41598 10-13-2006 05:20 PM

I'm the original author of this mod...I'll have to take a look into this port maybe.

Eq4bits: Make sure the sounds folder is in root, and not just the files

Anyone can PM me, if they need help. I can check out your forums and figure it out

Eq4bits 10-14-2006 03:14 PM

n/m it DOES make the sound... but if you have the pop-up notification also enabled (at least in Mozilla) the sound doesn't play till you click one of the two options on the pop-up. So i just disabled the visual pop-up in usercp :D


All times are GMT. The time now is 03:28 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.01469 seconds
  • Memory Usage 1,827KB
  • 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
  • (21)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