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)

Dream 09-21-2007 11:52 PM

Yes, just use the appropriate product file (the one with vb3.5 in the name).

badboyz 09-22-2007 03:17 AM

Quote:

Originally Posted by vnairp11 (Post 1342843)
no need to remove any template edits! you can manually add $header and $navbar to the radiostations template. and see this post to display navbar https://vborg.vbsupport.ru/showpost....&postcount=579 to your radioandtv.php

wow worked like a charm bro ty

Dream 09-22-2007 09:51 AM

badboyz, please mark as installed if you use this add-on, also to receive updates.

Doctor Death 09-22-2007 03:00 PM

Dream, this is good stuff.

Not sure if it has been recommended, but next iteration I suggest a checkbox to include or exclude navbars and headers.

Thanks for your work.

Invalid ID 09-22-2007 09:04 PM

Why the player shown here is different from the play I have on my forum?

Chy 09-22-2007 10:48 PM

Fantastic mod, installed and rated! Thanks!!

user_not_found 09-22-2007 11:35 PM

It's fantastic congrats

Dream 09-23-2007 12:30 AM

Quote:

Originally Posted by Invalid ID (Post 1344816)
Why the player shown here is different from the play I have on my forum?

Are using Mac?
Quote:

Originally Posted by Doctor Death (Post 1344623)
Dream, this is good stuff.

Not sure if it has been recommended, but next iteration I suggest a checkbox to include or exclude navbars and headers.

Thanks for your work.

I'll consider it, seems a lot of people use it that way.
Quote:

Originally Posted by Chy (Post 1344862)
Fantastic mod, installed and rated! Thanks!!

Thank you :) glad you liked it. Don't forget to vote for it for MOTM!
Quote:

Originally Posted by user_not_found (Post 1344879)
It's fantastic congrats

Thank you. Don't forget to click install.

unitedpunjab 09-25-2007 08:25 AM

Hey dream

Can you modify The Radio and online Tv script to match the script present on this site ??
http://music.pz10.com/

wluther 09-25-2007 10:25 AM

:up:
This is probably one of the most simple and easy mods to install, and also very very functional and useful.

If only vbulletin were this hassle-free, easy, simple, efficient, etc... to use.

OUTSTANDING JOB!!!

KEEP UP THE GREAT WORK!!
:up::D

Konstantinos 09-25-2007 12:17 PM

Quote:

Originally Posted by basketmen (Post 1341269)
hello

how you can get the source tv url from those site

i cant find tv url from those site, i just can watch the tv on those site

yeah how to do this ?

Konstantinos 09-25-2007 12:54 PM

Quote:

Originally Posted by Dream (Post 1341274)
check the source code of those pages and find the url on <object> and <embed> tags

there is no object or embed in channelchooser.com

unitedpunjab 09-25-2007 04:11 PM

IS there any way that a user can show his fav Radio channel from the list under his username in postbit.

Is it possible to show the tracks that are online on certain channel on forum homepage. So that we will make more user listen to radio when they see their fav songs playing online on radio.

One thing more Other user can trace out which user is listening to which song...

I Want some kind of more integration with Vb Forum rather than just clickin a link than listnin to music from that single page.

Rest, The MOD is workin superb my forum. i also keep listnin to my fav online radio channel when i work online.

baby41 09-25-2007 09:36 PM

I have installed this hack and for some reason the links for all stations are not inside my forum directory:confused::confused: but all steps where done as instructions said,can someone have an idea where can I change the links:D

Dream 09-25-2007 11:03 PM

Quote:

Originally Posted by unitedpunjab (Post 1346654)
Hey dream

Can you modify The Radio and online Tv script to match the script present on this site ??
http://music.pz10.com/

Sorry no plans to do that, that would be a totally different mod.
Quote:

Originally Posted by wluther (Post 1346687)
:up:
This is probably one of the most simple and easy mods to install, and also very very functional and useful.

If only vbulletin were this hassle-free, easy, simple, efficient, etc... to use.

OUTSTANDING JOB!!!

KEEP UP THE GREAT WORK!!
:up::D

Thank you, I always try to keep installation as simple as possible :)

Don't forget to vote it for Mod of the Month if you really like it.
Quote:

Originally Posted by Konstantinos (Post 1346764)
there is no object or embed in channelchooser.com

you need HTML knowledge to read the page code and find the streaming URL.

Dream 09-25-2007 11:06 PM

Quote:

Originally Posted by unitedpunjab (Post 1346899)
IS there any way that a user can show his fav Radio channel from the list under his username in postbit.

Is it possible to show the tracks that are online on certain channel on forum homepage. So that we will make more user listen to radio when they see their fav songs playing online on radio.

One thing more Other user can trace out which user is listening to which song...

I Want some kind of more integration with Vb Forum rather than just clickin a link than listnin to music from that single page.

Rest, The MOD is workin superb my forum. i also keep listnin to my fav online radio channel when i work online.

The postbit part would be an add-on to this add-on, you could try asking other coders to do that.

It's not possible to show what's playing in each radio station. The radio stations do not provide this info.

Dream 09-25-2007 11:07 PM

Quote:

Originally Posted by baby41 (Post 1347091)
I have installed this hack and for some reason the links for all stations are not inside my forum directory:confused::confused: but all steps where done as instructions said,can someone have an idea where can I change the links:D

The link in the navbar you mean? Did you do the navbar template edits?

baby41 09-26-2007 08:09 AM

No Dream,the link in the navbar is fine the problem is when I open the Tv and radio station you have a link called "Permalink",that link is taking me to "The requested URL /radioandtv.php?station=16 does not exist" because my forum is installed in the directory /forum.

Dream 09-26-2007 09:27 AM

find this

function rs_construct_permalink($stationid) {
return rs_construct_url_link('/radioandtv.php?station=' . $stationid);
}

and change it for

function rs_construct_permalink($stationid) {
return rs_construct_url_link('radioandtv.php?station=' . $stationid);
}

in radioandtv.php

I updated the zip file

KURTZ 09-26-2007 11:52 AM

so the update is only the radioandtv.php?

Dream 09-26-2007 01:33 PM

yes

KURTZ 09-26-2007 01:40 PM

OK thx Dream ;)

unitedpunjab 09-26-2007 01:42 PM

Watz new in this new update ???

Dream 09-26-2007 01:56 PM

read a few posts back ^^

Stifmeister2 09-26-2007 02:22 PM

Quote:

function rs_construct_permalink($stationid) {
return rs_construct_url_link('/radioandtv.php?station=' . $stationid);
}

and change it for

function rs_construct_permalink($stationid) {
return rs_construct_url_link('radioandtv.php?station=' . $stationid);
}
Yes but what exactly does this change? Is this a necessary update? (I'm having problenms with uploading files to my server.. :( )

Dream 09-26-2007 02:43 PM

This fixes the "permalink" link. If yours is correct you don't need to update.

Fungsten 09-26-2007 04:18 PM

Good Mod Dream! I have a question, when you say in the update txt:

Quote:

And redo your navbar template edits. The javascript call changed from
openRadioStations() to openRadioAndTV().
I assume you mean to replace openRadioStations() with openRadioAndTV().

Dream 09-26-2007 04:51 PM

Just redo both template edits in install.txt, they both changed.

Fungsten 09-26-2007 04:53 PM

Quote:

Originally Posted by Dream (Post 1347638)
Just redo both template edits in install.txt, they both changed.

Thanks. I'll try it.

Fungsten 09-26-2007 05:12 PM

Quote:

Originally Posted by Dream (Post 1347638)
Just redo both template edits in install.txt, they both changed.

Didn't work. :(

Dream 09-27-2007 09:34 PM

What didn't work?

unitedpunjab 09-28-2007 02:56 AM

Dream i am unable to turn on the visiulation in WM player.. !! how i can turn it on

Dream 09-28-2007 03:07 AM

Visualization on WMP in Firefox doesn't work.

Fungsten 09-28-2007 06:59 PM

Quote:

Originally Posted by Dream (Post 1348560)
What didn't work?


When clicking on the Radio and TV link it says "Page cannot be found". Now, when I changed, as in your upgrade instructions:

Quote:


And redo your navbar template edits. The javascript call changed from
openRadioStations() to openRadioAndTV().
the link did not work at all. So i changed it back to openRadioStations() then I got the "Page cannot be found" error.

Skavenger 09-28-2007 09:19 PM

try this: change radiostations.php to radioandtv.php in that template

tiekie 09-29-2007 12:08 AM

Hi

Thanks for the mod

Does anyone have a list of adult tv programes ?

Cheers

Dream 09-29-2007 02:24 AM

Quote:

Originally Posted by Fungsten (Post 1349137)
When clicking on the Radio and TV link it says "Page cannot be found". Now, when I changed, as in your upgrade instructions:



the link did not work at all. So i changed it back to openRadioStations() then I got the "Page cannot be found" error.

did you upload radioandtv.php and changed radiostations.php for radioandtv.php in the template?

Fungsten 09-29-2007 05:06 PM

Quote:

Originally Posted by Dream (Post 1349329)
did you upload radioandtv.php and changed radiostations.php for radioandtv.php in the template?

No. I'll try it.

On edit:

That worked!!

smoknz28 09-29-2007 05:39 PM

Very nice! ;)

Thank you for sharing a great hack.

Nominated your mod for the month....definitely a hit and works like a charm!

legalbaykus 09-30-2007 01:54 AM

How can I disable it from guests and direct links
(open radio page without come to my site)
thanks.


All times are GMT. The time now is 10: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.02405 seconds
  • Memory Usage 1,823KB
  • 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
  • (20)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
  • (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