vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Radio and TV Player (https://vborg.vbsupport.ru/showthread.php?t=167567)

NAZIA 05-13-2008 10:25 PM

vBulletin Message
Quote:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
IT is leading to this page WHY?

Dream 05-13-2008 11:43 PM

Quote:

Originally Posted by cosy (Post 1518720)
i still cant change stations and i got that eror

https://vborg.vbsupport.ru/attachmen...1&d=1210714061
eror.JPG

What vb version are you using
Quote:

Originally Posted by NAZIA (Post 1518816)
vBulletin Message


IT is leading to this page WHY?

edit your usergroup permissions

Chance4Today 05-14-2008 12:31 AM

I am not sure which to put where? I am really new to this stuff and when you said put them in Upload the contents of upload/ to their respective folders I am not sure what goes where? sorry I am a newbie!

Dream 05-14-2008 02:58 AM

The folders in upload/ are the same as your vbulletin installation, just upload them to the same folders.

droid101 05-14-2008 10:23 PM

Suggestion: If a person has never used Radio and TV and doesn't have any favorites, have the Profile Section not be present (kind of like how if you haven't uploaded any Albums/Pictures, the "Albums" section on the right of the profile will not be there at all).

cosy 05-16-2008 06:14 PM

Quote:

Originally Posted by Dream (Post 1518870)
What vb version are you using


3.7

jeffinj 05-17-2008 02:31 AM

This is one my favourite hacks. :) Works on 3.7 like a charm. Good job Dream!

Dream 05-17-2008 03:16 AM

Thank you :) glad you like it.

Lemik 05-17-2008 07:09 AM

Where to upload files memberinfo_complete plugin code.php and javascript.php because this described in the instruction is not here ?

basilrath 05-17-2008 11:12 AM

did anyone see if it works on vbadvanced?

Dream 05-17-2008 04:02 PM

Quote:

Originally Posted by Lemik (Post 1522364)
Where to upload files memberinfo_complete plugin code.php and javascript.php because this described in the instruction is not here ?

ignore those files, they are used in development only

Keyser S?ze 05-17-2008 11:46 PM

i got this installed as stated, and im not a noob at this but all i keep gettomg is no permission errors? how come i checked in all options and i dont even see an on/off switch so how could it be off

Dream 05-18-2008 01:05 AM

Did you change your usergroup permissions?

Keyser S?ze 05-18-2008 05:23 AM

Quote:

Originally Posted by Dream (Post 1523019)
Did you change your usergroup permissions?

curse my blindness. i missed that one and didnt even think of it

thanks

has anyone else exp a problem with firefox2 crashing when being closed?

hey wheres the porn stations alot of my members are bugging me already

Dream 05-18-2008 06:37 AM

The firefox crashing issue is a known issue... that I couldn't fix yet :/

There was a mod made with this one with adult TV, but I can't remember exactly it's name. It was made by yoyoyoyo (dunno how many yos it was).

Keyser S?ze 05-18-2008 07:16 AM

<a href="https://vborg.vbsupport.ru/member.php?u=71842" target="_blank">https://vborg.vbsupport.ru/member.php?u=71842</a>

there he is ill send him a PM

i got a seperate queston here, if u got the options in the "vBulletin Options" section, why did you also put it outside? i think all options should be added to vb options to keep the admin cp clean

cosy 05-18-2008 10:05 AM

Quote:

Originally Posted by cosy (Post 1518720)
i still cant change stations and i got that eror

https://vborg.vbsupport.ru/attachmen...1&d=1210714061
eror.JPG

any help whit this ?

Keyser S?ze 05-18-2008 04:06 PM

there is another extension, the browser on whos online, so i know its possible to detect browsers

well til the firefox issue is resolved why not have a page telling them FF doesnt work with this and saying use iE, if it detects FF when u go to it

Silvio 05-19-2008 04:06 PM

ty so much Dream gorgeous hack I'v installed time ago but not given public to our users.
I opened cages last day and all our user are amazed! again ty for this great work.
as i've not found in this thread howto use also with vbaCMPS here a little hint. (as setting radioandtv.php on navbar cmps replacements options won't work)
valid only if installed in /forum/ path

find on the instruction file :
Code:

'radioandtv.php'
replace with
Code:

'/forum/radioandtv.php'
regards
take care

RadarReviews_Ne 05-19-2008 04:47 PM

Does anyone know where you can upload police scanner stations to this player? it for a radar detector website, would love for members to be able to hear live police talking in their local area.

stryka 05-20-2008 01:44 AM

Is there anyway to hide the value:

Quote:

param name="URL" value ="http://www...asx"
Can it be pulled from the DB as a ID value?? People can just leech the values and make my efforts useless...

IR15H 05-22-2008 04:13 PM

Excellent mod!

-------------------

Quote:

Originally Posted by Silvio (Post 1524872)
ty so much Dream gorgeous hack I'v installed time ago but not given public to our users.
I opened cages last day and all our user are amazed! again ty for this great work.
as i've not found in this thread howto use also with vbaCMPS here a little hint. (as setting radioandtv.php on navbar cmps replacements options won't work)
valid only if installed in /forum/ path

find on the instruction file :
Code:

'radioandtv.php'
replace with
Code:

'/forum/radioandtv.php'
regards
take care

To help clarify this, to make this work in the navbar on vBadvanced pages, in the instructions where it says edit the navbar template to include;

Code:

<script type="text/javascript">
<!--
function openRadioAndTV(stationid){
extras = '';
if (stationid) { extras = '?station=' + stationid; }
radioAndTVWindow = window.open('radioandtv.php' + extras, 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no');
}
//-->
</script>

Instead include;

Code:

<script type="text/javascript">
<!--
function openRadioAndTV(stationid){
extras = '';
if (stationid) { extras = '?station=' + stationid; }
radioAndTVWindow = window.open('{$vbulletin->options[bburl]}/radioandtv.php' + extras, 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no');
}
//-->
</script>

Hope that helps :).

soundbarrierpro 05-22-2008 04:19 PM

does this affect server load? can you add sopcast or tvu channels?

RadarReviews_Ne 05-23-2008 03:17 AM

Does anyone know where you can upload police scanner stations to this player? it for a radar detector website, would love for members to be able to hear live police talking in their local area.

alyster4k 05-25-2008 03:14 AM

Quote:

Originally Posted by jerx (Post 1428660)
This add-on looks really nice!

I wonder if it is possible to add sopcast and other player (tvants, tvu, ppmate) ability to this? I would love to deinstall all those players and only use this add-on. I know you cannot add every player on the market, but maybe you could add the most relevant ones.

Thank you!

Bump. Anyone got this to work yet?

Dream 05-25-2008 03:22 AM

Are those paid players? Web embedded ones?

soundbarrierpro 05-28-2008 04:45 PM

Does anybody know? Is it worth installing? I'd like to know if it directly affects my server load? Is it limited to specific channels? Does it play sopcast or tvu channels?

Keyser S?ze 05-29-2008 01:46 AM

my members gave said the radio part works well, but the TV does not

politicalbooth 05-29-2008 11:18 PM

I installed everything but users get the following error message when they click on "Radio and TV" link on the website...

-----------------

Database error in vBulletin 3.7.1:

Invalid SQL:
SELECT dateplayed FROM radiostation_lastplayed

----------------

Does anybody know what this means?

Also, what do I need to input for the radio station ID in my Admin Control Panel + Radio and TV options + Default Station

Ganidagli 06-01-2008 09:55 PM

installed but it's work only with default template.

joeycano 06-05-2008 02:29 PM

Dream:

Thanks for the perfect mod. I wanted to know if we were allowed to:

- Change the " RADIOSTATIONS" title in the breadcrumb;

- If so, how do I accomplish this?

I'm also wondering if there is a pro version coming out?

Thanks again,

JoeyCano

:)

Dream 06-05-2008 04:33 PM

You are welcome :)

You can change the radio phrases in the language system. They begin with rs_ i think, it's on the install.txt file.

A pro version is not planned.

binal0072003 06-05-2008 06:57 PM

o don not know anything about coding

so can any one tell me where should i enter the nav bar code

binal0072003 06-05-2008 07:23 PM

i have installed and it can be seen on navbar but when i access it says you do not have sufficient privileges to access this page

Dream 06-05-2008 08:53 PM

Change your usergroup permissions in the admin control panel.

Ultimate Killer 06-07-2008 02:05 AM

The Radio and TV tab doesn't show up in my admincp?
thanks

Dream 06-07-2008 02:13 AM

Did you upload the cpnav file and refresh the admincp?

Ultimate Killer 06-07-2008 02:19 AM

Yes but where should the cpnav file go, sorry beginner.

thanks

Ultimate Killer 06-07-2008 03:19 AM

Never mind, I got it. thanks

P.S. how do I get the link to show up? Thanks.

Ultimate Killer 06-08-2008 02:09 PM

Great!, thank you.


All times are GMT. The time now is 12:49 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.01579 seconds
  • Memory Usage 1,819KB
  • 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
  • (6)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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