Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Radio and TV Add-on Details »»
Radio and TV Add-on
Mod Version: 1.7, by Dream (Coder/Designer) Dream is offline
Developer Last Online: Sep 2010 I like it Show Printable Version Email this Page

This thread is in the Modification Graveyard.
vB Version: 3.6.8 Rating: (158 votes - 4.82 average) Installs: 689
Released: 12 Jul 2007 Last Update: 05 Nov 2007 Downloads: 7943
Not Supported DB Changes Uses Plugins Template Edits Additional Files Re-usable Code Translations  

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".

Download Now

Only licensed members can download files, Click Here for more information.

Addons

Screenshots

Click image for larger version

Name:	currentstation.gif
Views:	4518
Size:	42.1 KB
ID:	69874Click image for larger version

Name:	favoritesandaddstation.gif
Views:	1921
Size:	43.6 KB
ID:	69875Click image for larger version

Name:	stationslist.gif
Views:	2777
Size:	54.0 KB
ID:	69876Click image for larger version

Name:	managecategories.gif
Views:	1391
Size:	30.3 KB
ID:	69877Click image for larger version

Name:	statistics.gif
Views:	2007
Size:	43.1 KB
ID:	69878Click image for larger version

Name:	reports.gif
Views:	1175
Size:	23.8 KB
ID:	69879

Show Your Support

  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
  #91  
Old 15 Jul 2007, 05:03
Tulsa Tulsa is offline
 
Join Date: Jul 2005
I don't have a Mac to test this with. That looks like a problem with Safari and Camino though.
Okay I guess, but did you have a thought on how to delete that Los Angeles category? Even though the "delete stations" is checked, a requester box is popping up saying it can't delete it because there's 12 stations in it.
Reply With Quote
  #92  
Old 15 Jul 2007, 06:58
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Real name: Jacquii Cooke
Originally Posted by Dream View Post
Thanks Jacquii
Naw - Thank YOU!
This mod is really excellent!
So much so that I even added a graphic at the top of our Radio: http://jpicforum.info/radiostations.php
I've been waiting and hoping someone would do a Radio mod for vB 3.6.x
So this is like a godsend - Really appreciate it!
Just earned a few extra monies for web design - will be sending a small donation soon!
Thanx,

Jacquii.
Reply With Quote
  #93  
Old 15 Jul 2007, 15:40
wengi's Avatar
wengi wengi is offline
 
Join Date: Aug 2006
Real name: Brian
Very nice hack m8 installed just got 1 problem that i would like to solve if possible ... whn a guest is brousing the forum the link is active and he can listen to the stations like a registered user ..... is thre any way to hide the link from unregistered users !!!

Regards
Wengi
__________________
Reply With Quote
  #94  
Old 15 Jul 2007, 16:57
craigr313 craigr313 is offline
 
Join Date: Oct 2006
Originally Posted by wengi View Post
Very nice hack m8 installed just got 1 problem that i would like to solve if possible ... whn a guest is brousing the forum the link is active and he can listen to the stations like a registered user ..... is thre any way to hide the link from unregistered users !!!

Regards
Wengi
when you edit the nav bar,... if you add a couple of lines of code before and after you can solve this easily,....

eg... instead of adding.......

<td class="vbmenu_control"><a href="javascript penRadioStations()$session[sessionurl_q]">$vbphrase[rs_radiostations]</a></td>

you should add......

<if condition="$show['member']"><td class="vbmenu_control"><a href="javascript penRadioStations()$session[sessionurl_q]">$vbphrase[rs_radiostations]</a></td></if>

hope this helps you and others out mate!
Reply With Quote
  #95  
Old 15 Jul 2007, 17:00
Invalid ID's Avatar
Invalid ID Invalid ID is offline
 
Join Date: Apr 2006
Real name: Wahab Hameed
There's one problem... the link in the Navbar doesn't work at vbadvanced.
Reply With Quote
  #96  
Old 15 Jul 2007, 17:06
wengi's Avatar
wengi wengi is offline
 
Join Date: Aug 2006
Real name: Brian
Well done Craig as always m8 .... your a star


Originally Posted by Invalid ID View Post
There's one problem... the link in the Navbar doesn't work at vbadvanced.
It does work for me m8 ,, in portal and in forum

Regards
Wengi
__________________
Reply With Quote
  #97  
Old 15 Jul 2007, 20:57
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Since this is listed as an unsupported mod, I guess it's okay to post this...

Myself and at least one other person would prefer this mod to open a vb page instead of a popup window. Problem was, the navbar wasn't recognized. Here's the fix.

In the radiostations.php file find:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Just below it add:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

In the RADIOSTATIONS template find:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add below it:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

At the bottom of this same template, right above the:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

add:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

If you want to use this in a drop down menu from your navbar, add this:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

If you prefer to have it as it's own menu item in your navbar, add this:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Both will open a new window/tab depending on how the users browser is set.

This works for me, if it doesn't for you, undo it and call me a moron.
Reply With Quote
  #98  
Old 15 Jul 2007, 21:10
jaymzz jaymzz is offline
 
Join Date: Jun 2006
Many thanks! Very nice addition.

Clicked Installed!
__________________
www.carfreeks.net
Reply With Quote
  #99  
Old 15 Jul 2007, 22:56
Southernphuk's Avatar
Southernphuk Southernphuk is offline
 
Join Date: Aug 2004
Jacquii you could be pissed all you want - wasn't meant as a slap at Dream. I like the mod, said as much, but also thought it needed more, just wasn't working out for me but yes, I could have stated it a bit clearly.

Now, that having been said, Tulsa above just supplied me with the changes that just made this something very useable on my site now as I didn't like the idea of not having the header/footer and frankly, I'm a PHP idiot and only pick up on this stuff slowly.

Thank you Tulsa for the added bits there, came in handy!

Dream, nice job.
Reply With Quote
  #100  
Old 15 Jul 2007, 23:36
Tulsa Tulsa is offline
 
Join Date: Jul 2005
You're most welcome. I'm glad to hear it worked for someone else.
Reply With Quote
  #101  
Old 16 Jul 2007, 00:48
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Originally Posted by Invalid ID View Post
There's one problem... the link in the Navbar doesn't work at vbadvanced.
Just go to your admincp under the vbadvanced menu and edit the default settings and add radiostations.php to the navbar replacement settings, or header replacements if that's where you put your link.
Reply With Quote
  #102  
Old 16 Jul 2007, 01:01
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Originally Posted by Tulsa View Post
Okay I guess, but did you have a thought on how to delete that Los Angeles category? Even though the "delete stations" is checked, a requester box is popping up saying it can't delete it because there's 12 stations in it.
Ok that has been fixed.

I updated the zip file, import the product product-radio-stations.xml with Allow Overwrite on to update your copy. There was a minor problem with the javascript handling the Delete Category function, it wasn't getting the Delete Stations option right.

Just the template RADIOSTATIONS_JAVASCRIPT was changed.

Last edited by Dream : 16 Jul 2007 at 01:11.
Reply With Quote
  #103  
Old 16 Jul 2007, 01:02
Stifmeister2's Avatar
Stifmeister2 Stifmeister2 is offline
 
Join Date: Feb 2006
Updated today?? What have you changed?


edit Nevermind, you just posted.
Reply With Quote
  #104  
Old 16 Jul 2007, 01:04
Stifmeister2's Avatar
Stifmeister2 Stifmeister2 is offline
 
Join Date: Feb 2006
Can anyone give me a list of good rap streams?
Reply With Quote
  #105  
Old 16 Jul 2007, 01:18
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Originally Posted by PoetJA-1975 View Post
Naw - Thank YOU!
This mod is really excellent!
So much so that I even added a graphic at the top of our Radio: http://jpicforum.info/radiostations.php
I've been waiting and hoping someone would do a Radio mod for vB 3.6.x
So this is like a godsend - Really appreciate it!
Just earned a few extra monies for web design - will be sending a small donation soon!
Thanx,

Jacquii.
Thank you for the donation Jacquii I really appreciate it.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 10:13.

Layout Options | Width: Wide Color: