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.
Tremendous ZT. Your work and abilities never cease to amaze me. I have one question though; I just can't figure out how to hard code this, within your coding structure. My navigation bar goes through different parts of my site, ie, Photopost, and if you are NOT in the main vb forum, the link will not call to the WMP pop up box. I've tried different hard code changes in the navbar text, but cannot seem to make it work. Any ideas?
Thanks
rich
russbo.com
I think you sent me a message about this also. I have it working on all sections of my site- The VBAdvanced, Photopost, Reviewpost.
I visted your site, you have kind of a "different" directory structure, but...
Try inserting this code into to your NAVBAR template where you currently have the existing vbRadio link. This works perfectly on my forum (with my folder and filepaths of course!) If I have the incorrect path to your vb and vBRadio.php files, just correct them. As I said, this code works in all segments of my website.
It does appear as if you are using frames (I hate frames!) and that might be causing some issues for you.
Code:
<!-- radio launcher -->
<script type="text/javascript">
<!--
function OpenRadio(){
Radio = window.open('http://x.russbo.com/vb/vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>
Thanks! That worked. (I tried that before, and it "didn't work", because I changed it on the old default style, didn't copy it to the other styles, and tested it on my new default style) Confused? So was I.
Thanks very much. Got to be careful when you've got a lot of styles, and changing templates. They don't automatically upgrade from parent to child, as I'm discovering.
Has anyone played around with porting the current artist/ track in the player? I cannot seem to get this to work. I have it set up off my radio stream to display the current info on my main page but it doesn't seem to want to 'take' in vBRadio.
Again, virtually the exact same include works on my main page. Is it because I am using my forums in a subdomain, just poor scripting or is this something not able to be accomplished in vBulletin and vBRadio?
If need be, I can provide all the code for sc_status and sc_song.
Prolly a dumb question, but how do I add in support for winamp or other streaming players? Or do I just have to have users make winamp the default player for these feeds?
Has anyone played around with porting the current artist/ track in the player? I cannot seem to get this to work. I have it set up off my radio stream to display the current info on my main page but it doesn't seem to want to 'take' in vBRadio.
Again, virtually the exact same include works on my main page. Is it because I am using my forums in a subdomain, just poor scripting or is this something not able to be accomplished in vBulletin and vBRadio?
If need be, I can provide all the code for sc_status and sc_song.