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 Add-on (https://vborg.vbsupport.ru/showthread.php?t=152037)

iogames 08-21-2007 10:42 PM

Ok, this is what I meant cause I'm sure someday, somehow this great hack it will evolve on the next versions...

Could be a tabbed version or a dropdown menu, but divided on its 5 parts and with Ad/banner Capabilities...

Fungsten 08-24-2007 07:17 PM

I haven't read through all the posts but is there, or will there be, a setting for usergroups? There are only certain groups I want to use this. Thanks.

Dream 08-24-2007 08:19 PM

Everyone can listen to the radio stations. There are settings to let certain usergroups add new stations.

Skavenger 08-25-2007 06:41 AM

Quote:

Originally Posted by Fungsten (Post 1324974)
I haven't read through all the posts but is there, or will there be, a setting for usergroups? There are only certain groups I want to use this. Thanks.

you can do that by editing radiostations.php file

take a look at here
https://vborg.vbsupport.ru/showthrea...t=custom+pages

see 'Limiting Access to the Script' part

henrikhansen 08-25-2007 09:05 AM

Dream, may I suggest that you in the next release make all the
radiostations templates expandable inside a template group called "radiostations templates". All other hacks with several templates put the templates together inside a group in the style template manager.

Dream 08-25-2007 11:49 AM

I'll see to that Henri.

I'm working on the next version to support Real Player, would you guys like that?

agilent 08-25-2007 02:38 PM

Dream, thanks for this hack.

Question, should we be able to see someone is listening to the radio when we click on Active Users. I just installed the hack so I haven't had a chance to see if other's are listening to it. If they are, can I see this anywhere?

Dream 08-25-2007 02:44 PM

You'll see the user is listening to radio, but not which one.

Fungsten 08-25-2007 07:07 PM

Quote:

Originally Posted by Skavenger (Post 1325282)
you can do that by editing radiostations.php file

take a look at here
https://vborg.vbsupport.ru/showthrea...t=custom+pages

see 'Limiting Access to the Script' part

Thanks I'll try it.

henrikhansen 08-25-2007 07:47 PM

Quote:

Originally Posted by Dream (Post 1325366)
I'm working on the next version to support Real Player, would you guys like that?

Yeahhh, Real Player support would be really nice

Doctor Death 08-25-2007 09:23 PM

This is a wickedly great mod....

I would suggest a configurable panel where the radio stations are not so far to the bottom.

Also, how about a Move Up and Move down button on favorites?

Anyone know the place to look for new radio stations?

Dream 08-25-2007 10:11 PM

The favorites are sorted by name.

In the third post of this thread there are links for directories of radio stations.

Stifmeister2 08-25-2007 10:24 PM

Quote:

Originally Posted by Dream (Post 1325366)
I'll see to that Henri.

I'm working on the next version to support Real Player, would you guys like that?

I would like that. ;)

Stifmeister2 08-25-2007 10:24 PM

Quote:

Originally Posted by henrikhansen (Post 1325317)
Dream, may I suggest that you in the next release make all the
radiostations templates expandable inside a template group called "radiostations templates". All other hacks with several templates put the templates together inside a group in the style template manager.

Yes that would make it a bit "cleaner".

LCN2007 08-27-2007 05:12 AM

Ok got a little lost trying to get this great mod to link on my CMPS(Home Page) I was trying not to bug people and just figure it out by myself, i got my link in my navbar and Vbadvanced to work but lost my open in seperate window function here is my code can someone help plz? or if someone can tell me a better way to do this or code it better i would much appreciate it.

<tr align="center">
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Forums</a></td>
<td class="vbmenu_control"><a href="/forum/chat/flashchat.php"target="flashchat">Chat</a></td>
<td class="vbmenu_control"><a href="/forum/arcade.php?$session[sessionurl_q]">Arcade</a></td>
<td class="vbmenu_control"><a href="/forum/email.php?$session[sessionurl]">Email</a></td>
<if condition="$show['member']"><td class="vbmenu_control"><a href="http://www.mysite.net/forum/radiostations.php">LCN Radio</a></td></if>
<td class="vbmenu_control"><a href="/forum/search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td>

<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1

LCN2007 08-27-2007 10:21 PM

Nevermind i got it i dont know why the globalization didnt work before but its working now thanks guys.

Doctor Death 08-28-2007 10:10 AM

Can someone please give me example data for a streaming video station?

Thanks much!

Konstantinos 08-28-2007 10:23 AM

thats great but i dont want unregister users to listen, how to do it as there is no banned usergroup

Stifmeister2 08-28-2007 04:47 PM

Quote:

Originally Posted by Konstantinos (Post 1327280)
thats great but i dont want unregister users to listen, how to do it as there is no banned usergroup

Hide the navbar link for guests. ;)

Fungsten 08-28-2007 04:48 PM

Quote:

Originally Posted by Stifmeister2 (Post 1327470)
Hide the navbar link for guests. ;)

OT: How do you do that?

Stifmeister2 08-28-2007 07:37 PM

Quote:

Originally Posted by Fungsten (Post 1327471)
OT: How do you do that?

In the navbar, instead of


HTML Code:

<td class="vbmenu_control"><a href="javascript:openRadioStations()">$vbphrase[rs_radiostations]</a></td>

Add this:

HTML Code:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:openRadioStations()">$vbphrase[rs_radiostations]</a></td>
                </if>


Fungsten 08-28-2007 07:46 PM

Quote:

Originally Posted by Stifmeister2 (Post 1327585)
In the navbar, instead of


HTML Code:

<td class="vbmenu_control"><a href="javascript:openRadioStations()">$vbphrase[rs_radiostations]</a></td>

Add this:

HTML Code:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:openRadioStations()">$vbphrase[rs_radiostations]</a></td>
        </if>


Thank you!

Dream 08-28-2007 11:27 PM

Guys don't forget to share your Radio Stations!

You can easily export stations in the Admin Control Panel, then attach the xml to this thread.

Cybertims 08-29-2007 07:09 AM

Hi Guys, none of the AJAX or javascript seems to work for me, the page loads and it starts to play a random radio station each time, but clicking on any of the links does nothing at all....any ideas?

Cheers.

noreturn 08-29-2007 02:59 PM

Just wanna say thanks to Dream for this great mod.

noreturn 08-29-2007 06:41 PM

Strange error.

It says invalid extension. It said that the extension is (.)

It will play through browser and opening winamp.
this is the link entered correctly.

Code:

http://www.japanaradio.com/wmp48.asx

AlShammari 08-29-2007 09:01 PM

thanx alot

but i can't play .rm files :(

basilrath 08-29-2007 09:23 PM

vb advanced ?

vnairp11 08-30-2007 12:05 AM

How can edit the navbar code so that it dosn't open in a new windows but the same window like arcade and forum does.

Dream 08-30-2007 04:50 AM

Quote:

Originally Posted by Cybertims (Post 1327903)
Hi Guys, none of the AJAX or javascript seems to work for me, the page loads and it starts to play a random radio station each time, but clicking on any of the links does nothing at all....any ideas?

Cheers.

Do you have AJAX enabled in your vbulletin options?
Quote:

Originally Posted by noreturn (Post 1328156)
Just wanna say thanks to Dream for this great mod.

You are welcome :)
Quote:

Originally Posted by noreturn (Post 1328262)
Strange error.

It says invalid extension. It said that the extension is (.)

It will play through browser and opening winamp.
this is the link entered correctly.

Code:

http://www.japanaradio.com/wmp48.asx

That file seems to been have renamed from a Winamp file, it throws an error with Windows Media Player.
Quote:

Originally Posted by AlShammari (Post 1328343)
thanx alot

but i can't play .rm files :(

I'm working on Real Player support for the next version.
Quote:

Originally Posted by basilrath (Post 1328361)
vb advanced ?

What about it?

Dream 08-30-2007 04:51 AM

Quote:

Originally Posted by vnairp11 (Post 1328502)
How can edit the navbar code so that it dosn't open in a new windows but the same window like arcade and forum does.

There are instructions to do that in this thread, at the first ten pages I think.

AlShammari 08-30-2007 06:51 AM

Quote:

I'm working on Real Player support for the next version.
I try to change the code from
HTML Code:

<embed type="application/x-mplayer2"
                pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
                SRC="$html_url"
                name="player"
                width="300"
                height="250"
                AutoStart="1"
                showcontrols="1"
                showstatusbar="1"
                showdisplay="0"
uiMode="full"
visual="1">

        </embed>

to
HTML Code:

<embed type="audio/x-pn-realaudio-plugin"
                pluginspage = "http://uk.real.com/player/"
                SRC="$html_url"
                name="player"
                width="300"
                height="250"
                AutoStart="1"
                showcontrols="1"
                showstatusbar="1"
                showdisplay="0"
uiMode="full"
visual="1">

        </embed>


what do u think?:erm:

skariko 08-30-2007 06:34 PM

I love this mod.
Is possible to have a default CATEGORY opened?

SVT242 08-30-2007 09:50 PM

FREAKING AWESOME! Thanks!

Konstantinos 08-31-2007 02:38 PM

since i dont want to add stuff in navbar or add a second navbar how do i have the link when i use the advanced navbar links hack

towermatt 08-31-2007 06:49 PM

I would think you could just add the pathway to the radiostation.php to the advanced nav bar. I checked the thread and they seem pretty easy to edit.

(I have no idea if that is the actual name of the php file but you get the idea)

I am going to install this mod I believe. A good habit to be in is to read the entire thread before choosing a mod, which I have done.

Seems stable and well helped (didn't want to say supported)

iogames 08-31-2007 09:22 PM

Quote:

Originally Posted by towermatt (Post 1329666)
I would think you could just add the pathway to the radiostation.php to the advanced nav bar. I checked the thread and they seem pretty easy to edit.

(I have no idea if that is the actual name of the php file but you get the idea)

I am going to install this mod I believe. A good habit to be in is to read the entire thread before choosing a mod, which I have done.

Seems stable and well helped (didn't want to say supported)

I just read the last one :D

Great Mod!

Dream 09-01-2007 04:29 AM

Quote:

Originally Posted by AlShammari (Post 1328641)
I try to change the code from
HTML Code:

<embed type="application/x-mplayer2"
        pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
        SRC="$html_url"
        name="player"
        width="300"
        height="250"
        AutoStart="1"
        showcontrols="1"
        showstatusbar="1"
        showdisplay="0"
uiMode="full"
visual="1">

    </embed>

to
HTML Code:

<embed type="audio/x-pn-realaudio-plugin"
        pluginspage = "http://uk.real.com/player/"
        SRC="$html_url"
        name="player"
        width="300"
        height="250"
        AutoStart="1"
        showcontrols="1"
        showstatusbar="1"
        showdisplay="0"
uiMode="full"
visual="1">

    </embed>

what do u think?:erm:

Yes that could work, you would lose compatibility with Windows Media Player though, and would only be able to play Real Player streams.
Quote:

Originally Posted by skariko (Post 1329026)
I love this mod.
Is possible to have a default CATEGORY opened?

Glad you like it.

Sorry no, it's easy enough to choose another category when you want...
Quote:

Originally Posted by SVT242 (Post 1329118)
FREAKING AWESOME! Thanks!

You are welcome :)
Quote:

Originally Posted by Konstantinos (Post 1329526)
since i dont want to add stuff in navbar or add a second navbar how do i have the link when i use the advanced navbar links hack

Sorry I'm not familiar with that hack, though the link for the Radio Stations would be "javascript:openRadioStations()". That should be used when adding a link with that hack I assume.
Quote:

Originally Posted by towermatt (Post 1329666)
I would think you could just add the pathway to the radiostation.php to the advanced nav bar. I checked the thread and they seem pretty easy to edit.

(I have no idea if that is the actual name of the php file but you get the idea)

I am going to install this mod I believe. A good habit to be in is to read the entire thread before choosing a mod, which I have done.

Seems stable and well helped (didn't want to say supported)

This mod is pretty stable (I'm quite proud of it actually), but it's not supported. I may help people on my free time, but you shouldn't count on it.

towermatt 09-01-2007 01:33 PM

I know, it seems like you help a lot which is why I used that phrase :D

It seems very well done after all I have read, I think I will put it on today.

Dream 09-01-2007 09:11 PM

A user asked me for the version 1.1 vb 3.5 product file, so here it is:


All times are GMT. The time now is 12:51 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.01850 seconds
  • Memory Usage 1,852KB
  • 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
  • (8)bbcode_html_printable
  • (22)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
  • (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