Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Radio and TV Add-on Details »»
Radio and TV Add-on
Version: 1.7, by Dream Dream is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 07-11-2007 Last Update: 11-04-2007 Installs: 686
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

This mod's vB 3.6.x version has been abandoned. The new vB 3.7.x version is here.

This will add a radio and TV library to your forum.

Features:
- Users can add / delete / edit own stations
- Favorite stations
- Report broken / duplicate stations
- Full AJAX
- Plays Windows Media Player, Real Player and Quicktime streams
- and more...

Nominate this mod for Mod of the Month!

If you like this script don't forget to donate.

This mod is "Re-usable Code", meaning you can modify it and release your own "distribution".

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #462  
Old 09-10-2007, 05:55 AM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For Usergroup permissions!


Quote:
Originally Posted by Konstantinos
thats great but i dont want unregister users to listen, how to do it as there is no banned usergroup
You could try the following:


Open RADIOSTATIONS template and at the very top add:

Code:
<if condition="is_member_of($bbuserinfo, 6,2,5,7)">

At the very bottom (below </html>) add:

Code:
<else />
Whatever content you want here. You can add vB's Standard error message or a login box or whatever.
</if>

In the example the following Usergroups with permission include: Admin, Super Mods, Mods and registered users. Any other Usergroups that were not specified in the conditional will see the custom content. Hope this helps.

Anyway, excellent mod, Dream. :up:
Reply With Quote
  #463  
Old 09-10-2007, 07:17 AM
COBRAws's Avatar
COBRAws COBRAws is offline
 
Join Date: Oct 2002
Location: Buenos Aires
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yahoooh View Post
is there ability to use flash player instead of media player , there is some flash player on the net
I second this. Is there any future plans for this? I really hate WMP and flash is kind of more supported than WMP (as for OS, Browsers and such).

I could also give a list of great flash players if its needed.

Thanks!
Reply With Quote
  #464  
Old 09-10-2007, 08:00 PM
legionofangels's Avatar
legionofangels legionofangels is offline
 
Join Date: Mar 2007
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by noreturn View Post
Firefox needed Windows Media plug in for me. I installed in manually. IE worked fine.
I'm curious as to why the visualization isn't appearing in other browsers. Namely the widely popular FF.

I have looked here:

http://forums.mozillazine.org/viewtopic.php?t=206213

At first assuming that my own browser needs the plug in for WMP. Which is debateable but unlikely since there test links worked for me.

Then looked at there plug ins page:

https://addons.mozilla.org/en-US/firefox/browse/type:7

Which doesn't list one, but instead the program. Which at this point I'm thinking its the coding or scripting of the actual Mod.

---------------------------------------

In short I'd like to offer my members the same things that other members have, and it doesn't really make sense as to why the visualization of the player works on IE 7 but not on FF.

Is there a bug in the Mod, or is this an issue of browser plug in or browser settings?


I have Winamp, Windows MP 11, and Real Player on my system.
Reply With Quote
  #465  
Old 09-10-2007, 08:52 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod works in FF 2 for me.
Reply With Quote
  #466  
Old 09-10-2007, 09:39 PM
legionofangels's Avatar
legionofangels legionofangels is offline
 
Join Date: Mar 2007
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
This mod works in FF 2 for me.
Working and showing visualisation are two different things. It seems the only browser its designed for is IE.

I checked again after an uninstall and reinstall of FF 2.0.0.6 and it didn't show visualization.

Also the coder of my site lives in a dif time zone and he uses the same FF version and it didn't show visuals for him either.

-----------------------------

What's odd is that when you open it, it will open the visual box, but the moment it loads the song or radio, it auto-closes it and shrinks it to a mini-bar with no visualization.

If it works for you, what is the plug in or script change to make it show visual in FF?
Reply With Quote
  #467  
Old 09-10-2007, 09:46 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, I think visualization wasn't implemented on the WMP plugin for the rest of the browsers that aren't IE.
Reply With Quote
  #468  
Old 09-10-2007, 09:53 PM
legionofangels's Avatar
legionofangels legionofangels is offline
 
Join Date: Mar 2007
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
Oh, I think visualization wasn't implemented on the WMP plugin for the rest of the browsers that aren't IE.
IYO, is this something we can modify in the script of the mod.

Is this something in the WMP plugin that none of us can modify?
Reply With Quote
  #469  
Old 09-10-2007, 09:55 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Visualization option is set to "true" on the mod (you can check out RADIOSTATIONS_PLAYER template). I played some with this and couldn't make it work with FF, and decided this was a problem with the WMP plugin itself.
Reply With Quote
  #470  
Old 09-10-2007, 10:16 PM
Freesteyelz's Avatar
Freesteyelz Freesteyelz is offline
 
Join Date: Jan 2006
Posts: 1,552
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahh.
Reply With Quote
  #471  
Old 09-11-2007, 01:05 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by COBRAws View Post
I second this. Is there any future plans for this? I really hate WMP and flash is kind of more supported than WMP (as for OS, Browsers and such).

I could also give a list of great flash players if its needed.

Thanks!
There are no plans to remove WMP, but you can change the RADIOSTATIONS_PLAYER template to use a flash player instead.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:51 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05683 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete