Version: 1.00, by Zero Tolerance
Developer Last Online: Nov 2023
Version: 3.0.3
Rating:
Released: 11-26-2004
Last Update: 11-27-2004
Installs: 286
DB Changes
No support by the author.
Yay, a radio system, an idea which i thought of in my sleep believe it or not .. maybe i work too hard.
Anyway this is a simple yet effective addition to your forum, and takes no time to install what so ever.
Features
ACP Features
vBRadio Channel Control
Add a new channel/radio station (Input: name, station stream url, for which cat)
Edit Existing Channels
Delete Exisiting Channels
vBRadio Category Control
Add a new category (Input: name)
Edit existing categories
Delete existing categories
Deletion Parameters
Choose to delete all channels within this category
Choose to move all channels within this category to another
Forum Interface Features
Radio pop's up in a window to keep while the user continues to browse
Drop down menu to select which station the user wishes to listen too
Player Controls
Volume Control
Play
Stop
Mute
Media Player Controls On/Off
Misc.
Only uses 1 SQL Query!
Included Within Download
Installation Instructions
Automatic DB/Template/Phrase Installer
A few pre-installed stations
Anyone having difficulties with listening to any of the stations please be patient. Also make sure that you have windows media player and in some cases real player installed.
Any questions/suggestions please post below, i have also put some previews up. Enjoy
- Zero Tolerance
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
At the top of vBRadio.php right after this:
// ---------------------------------------------------
// End Require Globalized Settings
// ---------------------------------------------------
Add this:
Code:
if (empty($bbuserinfo['userid']))
{
print_no_permission();
}
I have done this and it works fine, but what if I want to display a custom error message? How do I go about that?
Instead of print_no_permission() say I wanted it to go to custom_error.html or something.
Could this be archieved: instead of a pop up, a link "Radio" in the vbulletin navbar, with a drop down showing the control panel with all the radio functions. Would be a great integration I think.
Originally Posted by zer026
1st off GREAT MOD!!! My members love it! Is there anyway to show the buffering progress indicator when it's 1st connecting to a station? Alot of my members with slower connections don't know if it's connecting to a station, or if the station is down and they should try another.
Thanks
Quote:
Originally Posted by SVTOA
You could force the controls in the player to show by default...
Has anyone successfuly accomplish this? I would also like to show the buffering progress by defaul....
Question - How do I get this to work in FireFox or Mozilla as the Player Controls buttons do not work in those browsers for me, but work absolutely fine in IE? (must something to do with the javascript which I can not figure out what)
Other than that it is great and works perfectly, doe what it advertises
jd
Just Bumping my question as it seems to have gotten buried in the thread, SVTBlackLight01 also has Firefox problems a few posts down from mine.
To clarify the stations connect and play in FF but it is just the Player Controls buttons that do not funtion and I have removed the <!-- --> commenting out of all related templates, and everything works in IE, so I suppose it is how FF handles the Javascript, but am not that familiar with it to sort the problem out.