vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBRadio v1.0 (https://vborg.vbsupport.ru/showthread.php?t=83132)

Bounce 10-21-2005 01:27 PM

how do I create the tables needed :nervous:

Invalid SQL:
INSERT INTO phrase VALUES ('', -1, 'radio_cat_added', 'Radio Category Added', 1000,'vbulletin');;

MySQL Error : Duplicate entry 'radio_cat_added--1-1000' for key 2
Error Number : 1062

It says duplicate but when i goto phphadmin its not even showing a radio field, anyone any ideas :rolleyes:

cashpath 10-21-2005 01:44 PM

Quote:

Has anyone got this to work with the index page of vBA CMPS?
Same question.. been asked 3 times before but no answer yet...

nymyth 10-21-2005 04:29 PM

Does anyone know how I can make a link somewhere on my site link to the player within the forums directory???? (but still make it popup)

Peace

BANDiT600 10-25-2005 08:59 PM

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

glorify 10-25-2005 09:08 PM

Quote:

Originally Posted by cashpath
Same question.. been asked 3 times before but no answer yet...

Yep, I did. Uninstalled and not on my site currently, but here's what you need to do. Just replace the current stuff you have for the radio in your navbar with this:
Code:

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

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

return false;
}

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


subnet_rx 10-26-2005 02:51 AM

I'd just love to see this working in Firefox with it getting more and more popular.

Oblivion Knight 10-26-2005 07:19 AM

Quote:

Originally Posted by subnet_rx
I'd just love to see this working in Firefox with it getting more and more popular.

https://vborg.vbsupport.ru/showpost....7&postcount=88

This is the only solution that I've come up with so far AFAIK.. :)

Gizmo5h1t3 10-26-2005 08:33 AM

yep, il second that....using this, and it seems to work ok...

all they have to do is install an active X control.....

but thats the price u pay for using fire bobbins...lol

BANDiT600 10-27-2005 08:54 AM

And this is how it looks in russian! ;)

joanne862 10-27-2005 03:48 PM

Quote:

If anyone is wanting to restrict this based on usergroup/membergroup,

FIND:
PHP Code:
require_once(DIR . '/includes/functions_user.php');


BELOW IT, ADD:
PHP Code:
if (!(in_array($vbulletin->userinfo['usergroupid'], array(x,y,z))) AND !(in_array($vbulletin->userinfo['membergroupids'], array(a,b))))
{
print_no_permission();
}

Do change a,b,x,y,z with the appropriate user and member group ids.
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 :)


All times are GMT. The time now is 04:28 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.01501 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete