Version: 1.7, by Dream
Developer Last Online: Sep 2010
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...
I may be missing something real obvious but how do I know what the id of the radio stations are? I'd like to set a different one for the default but can't seem to find the station id anywhere. (It is a number, isn't it?)
I may be missing something real obvious but how do I know what the id of the radio stations are? I'd like to set a different one for the default but can't seem to find the station id anywhere. (It is a number, isn't it?)
Cheers!
all you have to do is bring your mouse pointer to any radio/tv station and look below/left your window to view this javascript:changeStation (25) or right click any station you like at your station list...and choose/click properties down below...
all you have to do is bring your mouse pointer to any radio/tv station and look below/left your window to view this javascript:changeStation (25) or right click any station you like at your station list...and choose/click properties down below...
That's an interesting suggestion, but it's easy enough to see the player in the page they are playing, isn't it?
The problem is that in some cases, the player is not listed right in the XML file. In such cases, the radio station wont play until you manually select the correct player. My suggestion is if its possible, the system will make this process automatic. Thanks for a nice hack.
And so you should be! This is a most excellent mod, we love it. Thank you so much! Installed, rated and MOTM.
Glad you like it
Quote:
Originally Posted by Big-K
The problem is that in some cases, the player is not listed right in the XML file. In such cases, the radio station wont play until you manually select the correct player. My suggestion is if its possible, the system will make this process automatic. Thanks for a nice hack.
This is an interesting suggestion, but some URLs don't have an extension, so they can't be recognized. But for those that have an extension, there could be a button that adds an ajax check for the correct player.
Invalid SQL:
CREATE TABLE `radiostation` (
`stationid` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`name` VARCHAR( 150 ) NOT NULL ,
`url` VARCHAR( 150 ) NOT NULL ,
`addedby` INT( 10 ) NOT NULL ,
`dateadded` INT( 10 ) NOT NULL ,
`played` INT( 10 ) NOT NULL DEFAULT '0',
`description` TEXT NULL ,
`categoryid` INT( 10 ) NOT NULL DEFAULT '0'
) ENGINE = MYISAM ;;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE = MYISAM' at line 10
Error Number : 1064
Date : Saturday, November 17th 2007 @ 01:03:35 AM
Script : vb/admincpanel/plugin.php?do=productimport
Referrer :vb/admincpanel/plugin.php?do=productadd
IP Address : xxxxx
Username : xxxxx
Classname : vb_database