vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Integration with vBulletin - Sound notification (https://vborg.vbsupport.ru/showthread.php?t=176171)

MiahBeSmokin420 05-09-2008 05:48 AM

well ie sucks anyways

but yes it dose work with IE7 i have tested it cause thats the only player that will work with both and have a visulizer (if enabled)

you are probally just missing the windows media player plugins for IE

but anyways who cares about IE ?? Its horriable and should have never been invented

i tell all my members that use IE to get FF

and i even have a message displayed to members who use IE to get FF and give them a dl link lol and its from google adsence

trust me i have been making websites for a few years now with html xhtml and all that crap and vb

personly i can code a site perfectly and look at it in FF and it looks the way its suposed to
but then if you look at it in IE its just jacked up

but anyways back on subject try finding plugins for WMP for IE that should make it work for you

DieselMinded 05-09-2008 01:56 PM

Im with you bro on FF i tell my members all the time , sadly my Analytics says i have double the members using IE than FF so i have to find a happy medium .

And this sound plays needs to only play on forum home as it triggers on everypage

Thread, then again on inbox , then again on the message

it keeps playing 3 times at leaset as the notification doesnt go away when your click on notifications in the nav bar you have to listen to it untill you read all your messages ect..

BLAHHHHHHH !

Find a code that works on IE and FF out the box and only plays once on initial notification and im there dude

MiahBeSmokin420 05-09-2008 06:34 PM

Quote:

Originally Posted by DiesellMinded (Post 1513782)
Im with you bro on FF i tell my members all the time , sadly my Analytics says i have double the members using IE than FF so i have to find a happy medium .

And this sound plays needs to only play on forum home as it triggers on everypage

Thread, then again on inbox , then again on the message

it keeps playing 3 times at leaset as the notification doesnt go away when your click on notifications in the nav bar you have to listen to it untill you read all your messages ect..

BLAHHHHHHH !

Find a code that works on IE and FF out the box and only plays once on initial notification and im there dude



well here is what you need to make it only play on the forum home page

put before the code
<if condition="THIS_SCRIPT === 'index''">

put after the code
</if>


if you want it to play on vb advanced portal as well then use this before the code

<if condition="THIS_SCRIPT === 'index' OR THIS_SCRIPT === 'adv_index'">

but as i said it should work with IE and FF
as i have test it on both and it works
so you probaly just need a windows media player plugin for it to work on IE
most people have that plugin so idk what else to say
thats the only media player that i have found to work on both IE and FF
so thats all i can help you with im sorry

Keyser S?ze 05-13-2008 05:24 PM

yea but question is will that make it only play once

right now, u get a PM the PM popup only comes one time per new PM

T2L 05-15-2008 10:13 AM

I am NEW here - but im keen to test this out - and I require your assistance:
I am unsure of where to place the file within the directory structure on the server

Quote:

{{{ Soundnotification.swf }} with the full link
can you give me an example of 'the full link' (is it a path to the file? ) and location for the actual swf file.
Thank you

joopster 05-15-2008 04:11 PM

i have 3.7 and no instance of the notifications when doing a search. anywhere else to add?

avitor 05-15-2008 07:49 PM

i tr whet karim varsion and is works perfectly on vb 3.7.0
no change nead to code
thanks again

joopster 05-16-2008 01:04 PM

I have 3.7 and not even in the default template do I have that phrase.

ShadowOne 05-16-2008 01:37 PM

Okay i have a fix for everyone :D...

add this

PHP Code:

<if condition="$show['notifications']"

right before this

PHP Code:

<if condition="$show['pmstats']"

then add this

PHP Code:

</if> 

after this

PHP Code:

$vbphrase[private_messages_nav]</phrase></if> 

then add the music code shown.....directly after


PHP Code:

<if condition="$show['notifications']"

Note...this will also make the private message part go away if there are no PM's and it will make the sound on every REFRESH until PM is read...:D

ShadowOne 05-17-2008 02:08 PM

did that work for everybody?


All times are GMT. The time now is 01:30 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.01155 seconds
  • Memory Usage 1,749KB
  • 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
  • (5)bbcode_php_printable
  • (2)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
  • (10)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