The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Radio and TV Add-on Details »» | |||||||||||||||||||||||||
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
|
Comments |
#292
|
||||
|
||||
Updated to version 1.1, fixed all problems people were having
- changed order on setting usergroup permissions, requirements are now checked in this order: Half User > Full User > Admin > Banned User, checks for primary and secondary usergroups and userids for banned users - fixed style issue with the station pages - fixed duplicate station not being reported ("reporttype" gpc var wasn't being cleaned) - fixed member number not showing on "reported by" url (was using $user[userid] instead $report[userid]) - fixed station not being editable/deletable by user who added it ($vbulletin var wasn't on global in function rs_construct_station_options() and rs_check_ownership() ) Upgrade is easy just follow the instructions in upgrade.txt. You won't need to revert any template. The only template changed is RADIOSTATIONS_STATIONS_NAVBAR, if you like the old one with table border replace it with this: HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" align="center"> <div class="fieldset" style="margin:0px"> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <form action="javascript:listCategory()" name="listCategoryForm"> <td class="smallfont" align="left"> $html_category_list <input type="Submit" class="button" value="$vbphrase[rs_update]" name="send" /> </td> </form> <td align="center"> <strong>$html_random_station</strong> </td> <form action="javascript:searchStation()" name="searchForm"> <td class="smallfont" align="right"> <input type="Text" name="searchfor" class="smallfont" size="20" /> <input type="Submit" class="button" value="$vbphrase[rs_search]" name="send" /> </td> </form> </tr> </table> </div> </td> </tr> </table> <br /> edit: RADIOSTATIONS_PAGES was also changed, but I doubt anyone customized that. |
#293
|
|||
|
|||
cheers for the update
|
#294
|
|||
|
|||
updated
thanks |
#295
|
|||
|
|||
Hi there, Dream.
I just found a bug that I don't know if has already been reported (I'm using 1.1 actually). I had a single category and just one station and, after doing some tests, just decided to remove the station. When I clicked on the "Remove" link all I got was a horrible javascript alert window with HTML content in it (I could read the tags). After checking it, I found that it was the vB database error page. Checked my email and found there the complete information of what had happend: Code:
Database error in vBulletin 3.6.8: Invalid SQL: UPDATE radiostation SET played = played + 1 WHERE stationid =; 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 '' at line 2 Error Number : 1064 Date : Tuesday, August 14th 2007 @ 07:01:01 PM Script : http://forum/radiostations.php Referrer : http://forum/radiostations.php IP Address : ********** Username : ***** Classname : vB_Database Keep up the good work, mate! Cheers! |
#296
|
||||
|
||||
Ok divide it on standard & advanced and I will do a large donation
|
#297
|
||||
|
||||
Quote:
Well this mod wasn't really designed to have 0 stations so I'm not sure that's a bug. It will go away as soon as you add one station, I'm not sure it's worth adding more code to check for that. Quote:
What do you expect of an advanced version? |
#298
|
||||
|
||||
Standard = Simple Player with the Stats on the left as you have it...
Advanced= The rest of the Features, is not adding more, just dividing for aesthetic purposes |
#299
|
|||
|
|||
getting this databade error
vb version 3.6.7 Code:
Database error in vBulletin 3.6.7: Invalid SQL: SELECT cat_name FROM radiostation_category WHERE categoryid =; 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 '' at line 2 Error Number : 1064 Date : Tuesday, August 14th 2007 @ 08:19:06 PM Script : http://stillfallinentertainment.com/vB-Forums/radiostations.php Referrer : IP Address : EDITED OUT Username : EDITED OUT Classname : vb_database |
#300
|
||||
|
||||
What were you doing when you got that?
|
#301
|
|||
|
|||
I was wondering if there is any way for the media player to restart automatically(like when you first launch the player) after you click on one of the catergories. its gets kind of annoying browsing then having to scroll to the top and hit the play button twice all the time.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|