Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

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
  #292  
Old 08-14-2007, 01:11 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #293  
Old 08-14-2007, 02:26 PM
bazzup bazzup is offline
 
Join Date: Dec 2006
Location: Liverpool
Posts: 220
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cheers for the update
Reply With Quote
  #294  
Old 08-14-2007, 04:57 PM
wickland wickland is offline
 
Join Date: Jul 2007
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

updated

thanks
Reply With Quote
  #295  
Old 08-14-2007, 06:15 PM
Aren Aren is offline
 
Join Date: Mar 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Hope this helps you improve an already excellent mod.

Keep up the good work, mate!

Cheers!
Reply With Quote
  #296  
Old 08-14-2007, 09:04 PM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok divide it on standard & advanced and I will do a large donation
Reply With Quote
  #297  
Old 08-14-2007, 09:14 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aren View Post
Hi there, Dream.

I just found a bug that I don't know if has already been reported (I'm using 1.1 actually).

...

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:
Originally Posted by iogames View Post
Ok divide it on standard & advanced and I will do a large donation

What do you expect of an advanced version?
Reply With Quote
  #298  
Old 08-14-2007, 09:28 PM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #299  
Old 08-15-2007, 12:19 AM
MiahBeSmokin420 MiahBeSmokin420 is offline
 
Join Date: May 2007
Location: Ohio
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #300  
Old 08-15-2007, 12:22 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What were you doing when you got that?
Reply With Quote
  #301  
Old 08-15-2007, 07:11 AM
bostton1 bostton1 is offline
 
Join Date: Jun 2007
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


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 01:56 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10371 seconds
  • Memory Usage 2,323KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (1)bbcode_html
  • (2)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_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