Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBRadio v1.0 Details »»
vBRadio v1.0
Version: 1.00, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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.

Comments
  #292  
Old 03-20-2005, 12:01 AM
Sleepyk Sleepyk is offline
 
Join Date: Dec 2004
Location: CT
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.kleptikmusic.com/" target="_blank">http://www.kleptikmusic.com/</a>

i installed on my site but when i click it on links it just a white box, and i did everything right..
Reply With Quote
  #293  
Old 03-20-2005, 09:38 AM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sleepyk
http://www.kleptikmusic.com/

i installed on my site but when i click it on links it just a white box, and i did everything right..
White box means you have a problem with the correct style. I would suggest to check where you installed the templates.

Cheers,
Reply With Quote
  #294  
Old 03-20-2005, 04:44 PM
Sleepyk Sleepyk is offline
 
Join Date: Dec 2004
Location: CT
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

its all right followed instructions perfectly

on both styles i got it dont work
Reply With Quote
  #295  
Old 03-21-2005, 12:30 AM
Joe Mac Joe Mac is offline
 
Join Date: Jul 2003
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

another good one. I do a radio show and this is the perfect player for it.
Reply With Quote
  #296  
Old 03-21-2005, 07:00 AM
Sleepyk Sleepyk is offline
 
Join Date: Dec 2004
Location: CT
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dont think its right

<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,locatio n=no,menubar=no,resizable=no,status=no,toolbar=no' )

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>

is code i place like in instructions, and it dont work @ kleptikmusic.com
Reply With Quote
  #297  
Old 03-28-2005, 02:11 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Finally got this working in both IE and Firefox using conditionals and the way WMP is called for both of the browsers so my RADIO template is now heavily modified. Works with both WMP v9 and v10.

Big thanks to you ZT for creating this, my members love this.

Also thanks to SVTBlackLight01, paulz and others who I have forgotten to mention for ideas for doing this.

Quote:
Originally Posted by jzewatsky
Not to be a pest Zero.... Is it possible to add usergroup permissions to the radio?
@ jzewatsky

Edit vBRadio.php and find:
Code:
// ---------------------------------------------------
// End Require Globalized Settings
// ---------------------------------------------------
Under it add:
Code:
if (!is_member_of($bbuserinfo, X) and !is_member_of($bbuserinfo, Y) and !is_member_of($bbuserinfo, Z))
{
  print_no_permission();
}
Where X, Y and Z are the ID numbers of the groups you want to give permission to use vBRadio.

jd
Reply With Quote
  #298  
Old 03-28-2005, 01:04 PM
jzewatsky jzewatsky is offline
 
Join Date: Nov 2004
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks JD, I'll plug that in later on in the day.

Later that day......

Appears to be working...Thank you so much. If it's not too much to ask is there a conditional that I can wrap around the vbradio link in my navbar so that only certain secondary usergroups can see it?

Thanks for the help.
Reply With Quote
  #299  
Old 03-29-2005, 01:32 PM
jbear6 jbear6 is offline
 
Join Date: Oct 2001
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice hack!

Thanks,
Jbear6
Reply With Quote
  #300  
Old 03-30-2005, 07:54 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jzewatsky
Thanks JD, I'll plug that in later on in the day.


Later that day......

Appears to be working...Thank you so much. If it's not too much to ask is there a conditional that I can wrap around the vbradio link in my navbar so that only certain secondary usergroups can see it?

Thanks for the help.
Your most welcome.

Use this around the link:
Code:
<if condition="$bbuserinfo['usergroupid'] == X OR $bbuserinfo['usergroupid'] == Y OR $bbuserinfo['usergroupid'] == Z"> Your Link here </if>
Where X, Y and Z are the ID numbers of the secondary usergroups you want to give permission to see vBRadio link in your navbar, that should work you will have to try to find out, but only use primary usergroups myself, but like I said should work.

jd.
Reply With Quote
  #301  
Old 03-31-2005, 12:52 PM
jzewatsky jzewatsky is offline
 
Join Date: Nov 2004
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your help JD.

It does not appear to be working for secondary usergroups. It works find for primary. Is there a change in the [usergroupid] like [secondaryusergroupid]? How do we/you know how and under what name variables are stored in the DB?
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 08:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06290 seconds
  • Memory Usage 2,308KB
  • Queries Executed 27 (?)
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
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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