Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

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
  #1072  
Old 02-11-2008, 02:38 AM
REVHEAD's Avatar
REVHEAD REVHEAD is offline
 
Join Date: Nov 2007
Location: Australia
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi
I am getting a hell of a lot of errors trying to pass XHTML 1.0 validation http://validator.w3.org, 209 errors to be exact, the Downloads II mod I use passed, and I am trying to get all my pages passed, so I can display there validation script on all my pages.

Here is an example click on the link in my footer http://taskforcealliance.com/forums/radioandtv.php

Could you look into passing validation in future releases, the mod works great, but not passing is annoying me.
I think the code needs to be cleaned up a little.
Help appreciated
Reply With Quote
  #1073  
Old 02-11-2008, 03:33 PM
Habsy Habsy is offline
 
Join Date: Sep 2006
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having a heck of a time finding streaming urls for sports stations. They all open in their own browsers and do not provide me with a good url to add a station in this mod.

Any advice?

PS. Great mod DREAM!
Reply With Quote
  #1074  
Old 02-11-2008, 04:22 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the third post of this thread there are station directories and instructions on how to get streaming URLs from sites, it's pretty much all I can do for you.
Reply With Quote
  #1075  
Old 02-11-2008, 04:23 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by REVHEAD View Post
Hi
I am getting a hell of a lot of errors trying to pass XHTML 1.0 validation http://validator.w3.org, 209 errors to be exact, the Downloads II mod I use passed, and I am trying to get all my pages passed, so I can display there validation script on all my pages.

Here is an example click on the link in my footer http://taskforcealliance.com/forums/radioandtv.php

Could you look into passing validation in future releases, the mod works great, but not passing is annoying me.
I think the code needs to be cleaned up a little.
Help appreciated
I don't plan on making this XHTML compliant sorry, it's not that important for me.
Reply With Quote
  #1076  
Old 02-11-2008, 04:25 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aamirkhj View Post
Thanks for clarifying, however when I look in to the CONFIG VARS inside radioandtv.php I cannot see the configuration mentioned on the 1st page of 3rd page link........i.e see below


// ############################ CONFIG VARS ##############################
$admin_groups = rs_do_array($vbulletin->options['radiostations_admins']);
$full_users = rs_do_array($vbulletin->options['radiostations_full_users']);
$banned_users = rs_do_array($vbulletin->options['radiostations_banned_users']);
$half_users = rs_do_array($vbulletin->options['radiostations_half_users']);
$default_station = $vbulletin->options['radiostations_default_s


Instead what I see the the code in the radioandtv.php is as follows:


############################ CONFIG VARS ##############################
$banned_users = rs_do_array($vbulletin->options['radiostations_banned_users']);
$default_station = $vbulletin->options['radiostations_default_station'];
$stats_results = $vbulletin->options['radiostations_statistics_entries']; // how many top stats entries
$per_page = $vbulletin->options['rs_per_page']; // number of stations per page
$default_player_size = explode('x', $vbulletin->options['radiostations_default_player_size']);
$player_sizes = explode("\r\n", $vbulletin->options['radiostations_player_sizes']);
$default_rp_size = explode('x', $vbulletin->options['radiostations_default_rp_size']);
$rp_sizes = explode("\r\n", $vbulletin->options['radiostations_rp_sizes']);
$default_quick_size = explode('x', $vbulletin->options['radiostations_default_qt_size']);
$quick_sizes = explode("\r\n", $vbulletin->options['radiostations_qt_sizes']);

//


Please help me to undertsand where to look for the code that you mentioned in your instructions link.
It's the same thing, just add the code in the instructions after that.
Reply With Quote
  #1077  
Old 02-11-2008, 05:35 PM
Habsy Habsy is offline
 
Join Date: Sep 2006
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THat list does not give me a good streaming url for CJAD out of Montreal. I will keep looking. Thanks.

___________________________________________

A more pressing matter is that the radio works fine in Firefox but will not open when clicked in IE. I use FF and did not notice this until it was brought to my attention. Why would it work with one browser and not the other?

Thanks in advance.
Reply With Quote
  #1078  
Old 02-11-2008, 05:41 PM
Habsy Habsy is offline
 
Join Date: Sep 2006
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

NM,

redid the template mod and it is working now.

Weird.

Thanks again DREAM, great mod.
Reply With Quote
  #1079  
Old 02-12-2008, 01:18 PM
indie2industry's Avatar
indie2industry indie2industry is offline
 
Join Date: Jan 2008
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewC1971 View Post
Indie

I sorted mine

Simply download the latest zip version 1.7

what i did was
Uninstall it totally from Admin CP
Plugin manager uninstall

then delete all Radio TV files from ftp
and re upload using the latest version
Then imported plugin
and imported the xml file

make sure when you import the file it is the same one as your version of VB
also make sure the file javascript.php and the members plug in are uploaded to your server

/root

WORKING class for me now
well done Dream superb addition my members love it
Cool, I did that, but now I'm getting a database error that reads:

MySQL Error : Table 'jindie2i_forum.radiostation_lastplayed' doesn't exist

Reply With Quote
  #1080  
Old 02-12-2008, 03:50 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You must have installed version 1.9 for vb 3.7

Remove all the mod files, uninstall it, then reinstall version 1.7 that is supplied in this thread
Reply With Quote
  #1081  
Old 02-13-2008, 04:45 AM
REVHEAD's Avatar
REVHEAD REVHEAD is offline
 
Join Date: Nov 2007
Location: Australia
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
I don't plan on making this XHTML compliant sorry, it's not that important for me.
Hi

I know it may not be important to you , but it is to a lot of us, because it helps SEO immensly, you mod could be come a lot more popular, you just gotta look at the Downloads 2 mod, that is huge.

This mod has the potential to be come larger than what it is, I reckon as SEO becomes stricter things like this are going to count.], and a lot more user will jump onboard this mod.

Any.way I can understand your point of view, I just wanted to express mine, because this is the only page on my site I cant pass validation.

Anyway good mod, I have said my piece ill leave it at that.
Reply With Quote
Reply

Thread Tools

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 06:06 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.06598 seconds
  • Memory Usage 2,304KB
  • Queries Executed 27 (?)
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
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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