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)

CMF 03-31-2006 03:43 PM

works great in IE and FF. Good job!

*clicks install*

OrangeFlea 04-14-2006 08:43 AM

How do I delete pre-existing radio entries from the front-end error messages? I can't install this one unless they've been deleted, and I can't seem to figure out how to remove them from phrases/language (there's no option to delete them).

Devil Woman 04-26-2006 03:56 PM

Is there anyway to stop guests from getting access to the radio by just going to the link at all?

Thanks

Exitilus 04-27-2006 12:18 AM

You could set a if statement so only registered members can see it.

Devil Woman 04-27-2006 05:19 PM

how would I do that (no good at coding myself :()

Any help is appreciated

Thanks

Mastar 04-27-2006 08:15 PM

Quote:

Originally Posted by OrangeFlea
How do I delete pre-existing radio entries from the front-end error messages? I can't install this one unless they've been deleted, and I can't seem to figure out how to remove them from phrases/language (there's no option to delete them).

You might have to delete them from the DB

Mastar 04-27-2006 08:21 PM

Quote:

Originally Posted by Devil Woman
how would I do that (no good at coding myself :()

Any help is appreciated

Thanks

I don't have it installed but,

Find:
Code:


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

function OpenRadio(){
Radio = window.open('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="#" onclick="return OpenRadio()">vBRadio</a></td>

Replace with:
Code:

<if condition="!$bbuserinfo['userid']">
<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('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="#" onclick="return OpenRadio()">vBRadio</a></td>
</if>

See if that works!

Devil Woman 04-28-2006 09:20 PM

Where would I look to find it? Navbar?

Nikki

bobmonkey380 05-01-2006 08:56 PM

Anyone know if this would work with 3.5.4? I am gonna test it now. I have a full backup just incase. I doubt it will work. But I will let you know if it does or not.

pabloknight 05-01-2006 10:05 PM

Quote:

Originally Posted by bobmonkey380
Anyone know if this would work with 3.5.4? I am gonna test it now. I have a full backup just incase. I doubt it will work. But I will let you know if it does or not.

I am running it on 3.5.4 and it works fine. Just took some finagling on my board to get it working.


All times are GMT. The time now is 03:09 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.03399 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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