Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
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.5.0 Beta 1 Rating:
Released: 06-14-2005 Last Update: Never Installs: 319
DB Changes Template Edits
 
No support by the author.

Port of: https://vborg.vbsupport.ru/showthrea...threadid=72227

Pretty simply, enjoy

- Zero Tolerance

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 10-30-2005, 03:37 PM
evesve evesve is offline
 
Join Date: Jul 2005
Location: Sweden
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by joanne862
I've tried this, using the usergroup IDs, but what are the member group IDs?
I tried using the same numbers as usergroup IDs (which I figure is wrong, but couldn't work out what else to put here) and when I try to access the radio I get no permission message.

Thanks
If you find and change this - only ADMIN(6), MODERATORS(7) and REGISTRED MEMBER(5) can see the Radio channels:
Code:
 <fieldset class="fieldset">
<legend>Tillg?ngliga stationer/Konferenser</legend>
<center>
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))"> {$Station_Select}<br /><br />
<input type='button' value='Spela' class='button' onclick='initiateStation()' />
</if>
<if condition="in_array($bbuserinfo[usergroupid], array(1,2,3,4,8))"> ======MEMBERS ONLY======
</if>
</center>
</fieldset>
others will see (picture):
Reply With Quote
  #113  
Old 10-30-2005, 05:19 PM
divided_by_fear's Avatar
divided_by_fear divided_by_fear is offline
 
Join Date: Oct 2005
Posts: 451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where is this at and can anyone translate that....
Reply With Quote
  #114  
Old 10-31-2005, 02:14 PM
evesve evesve is offline
 
Join Date: Jul 2005
Location: Sweden
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by divided_by_fear
where is this at and can anyone translate that....
Sorry!

In Template RADIO find
Code:
 <fieldset class="fieldset">
<legend>Available Stations</legend>
<center>
{$Station_Select}<br /><br />
<input type='button' value='Play This Station' class='button' onclick='initiateStation()' />
</center>
</fieldset>
change to
Code:
 <fieldset class="fieldset">
<legend>Available Stations</legend>
<center>
<if condition="in_array($bbuserinfo[usergroupid], array(6,7,9))"> {$Station_Select}<br /><br />
<input type='button' value='Play This Station' class='button' onclick='initiateStation()' />
</if>
<if condition="in_array($bbuserinfo[usergroupid], array(1,2,3,4,5,8))"> ==MEMBERS ONLY==
</if>
</center>
</fieldset>
Reply With Quote
  #115  
Old 10-31-2005, 02:16 PM
divided_by_fear's Avatar
divided_by_fear divided_by_fear is offline
 
Join Date: Oct 2005
Posts: 451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sweet... thank you
Reply With Quote
  #116  
Old 10-31-2005, 04:11 PM
vibe vibe is offline
 
Join Date: Jan 2005
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what is a code I can add to Radio Template that would show who is currently using it or how many people is currently using it?
Reply With Quote
  #117  
Old 11-01-2005, 06:03 PM
imported_magjr imported_magjr is offline
 
Join Date: Nov 2004
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BANDiT600
I think it's great mod, but I have some troubles with installation. I got an error:
PHP Code:
Errorvbradio.xml located in directory '' was not foundPlease make sure it is uploaded then press the submit button below 
vbhradio.xml is in right dir - /admincp

I'm using vb3.5 gold and getting the same error message. It's uploaded into my acp as well. ANy suggestions?
Reply With Quote
  #118  
Old 11-01-2005, 11:16 PM
murrtex murrtex is offline
 
Join Date: May 2002
Location: izmir
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi, can we arrange the channels move up and down, i mean i want to move x station from rock category to the other category ..how does it possible??
i think its good idea...
Reply With Quote
  #119  
Old 11-04-2005, 09:39 PM
JsnakeJ JsnakeJ is offline
 
Join Date: Mar 2005
Location: Pennsylvania
Posts: 231
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm... I need an uninstaller for the 3.0.x version so that I can install this... Getting database errors when I goto install and I know thats how to fix it. Any help would be appreciated.

Lol funny thing. I didn't notice that it was added above settings. Just gonna leave this incase someone else has this problem.
Reply With Quote
  #120  
Old 11-04-2005, 10:45 PM
imported_magjr imported_magjr is offline
 
Join Date: Nov 2004
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imported_magjr
I'm using vb3.5 gold and getting the same error message. It's uploaded into my acp as well. ANy suggestions?


Ello?

anyone here?
Reply With Quote
  #121  
Old 11-05-2005, 03:21 PM
BANDiT600 BANDiT600 is offline
 
Join Date: Jul 2003
Location: Russian Federation
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

imported_magjr, just download this mod from this page. It was for old version.
Download and use this>>> https://vborg.vbsupport.ru/attachmen...chmentid=27118
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 05:05 PM.


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.05180 seconds
  • Memory Usage 2,314KB
  • 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
  • (3)bbcode_code
  • (1)bbcode_php
  • (4)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_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