vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Radio and TV Player 3.8.x (https://vborg.vbsupport.ru/showthread.php?t=202415)

RedHacker 02-13-2009 06:26 PM

Where navbar template...? :(

RedHacker 02-13-2009 06:52 PM

Quote:

Originally Posted by soundbarrierpro (Post 1743151)
It's just a step to add a link to your navbar.

Go into your navbar template and create a link to radioandtv.php

Find:
Code:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
once you've found that, add this link code after. Then save
Code:

<td class="vbmenu_control"><a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td>
That's it.

1. 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?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Fungsten 02-13-2009 07:40 PM

I finally got it installed.

Is there a way to stop it from automatically playing when you click on the "Radio and TV" link?

TIA.

Dream 02-13-2009 07:50 PM

Quote:

Originally Posted by RedHacker (Post 1743156)
Where navbar template...? :(

Quote:

Originally Posted by RedHacker (Post 1743164)
1. 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?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

you need to edit the navbar template under Styles And Templates in the Admin Control Panel.

Then set usergroup permissions to allow use of the radio system.
Quote:

Originally Posted by Fungsten (Post 1743192)
I finally got it installed.

Is there a way to stop it from automatically playing when you click on the "Radio and TV" link?

TIA.

no sorry

Fungsten 02-13-2009 08:01 PM

Quote:

Originally Posted by Dream (Post 1743199)
you need to edit the navbar template under Styles And Templates in the Admin Control Panel.

Then set usergroup permissions to allow use of the radio system.

no sorry

BTW, is it possible to add CSPAN and MSNBC? I tried to add it but it didn't work. I used:

http://www.cspan.org/Watch/C-SPAN_wm.aspx

For CSPAN. TIA.

veenuisthebest 02-14-2009 03:02 AM

After a long time, I have installed some mod. This one's really cool, love it.

Though it requires some makeover, most of the phrases are all running in small letters, has over 100 xhtml errors.

Thanks :)

Infopro 02-14-2009 04:02 PM

Quote:

Originally Posted by Fungsten (Post 1743214)
BTW, is it possible to add CSPAN and MSNBC? I tried to add it but it didn't work. I used:

http://www.cspan.org/Watch/C-SPAN_wm.aspx

For CSPAN. TIA.


Quote:

http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan1v.asf&proto=mms?mswmext=.asx


http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan2v.asf&proto=mms?mswmext=.asx

http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan3v.asf&proto=mms?mswmext=.asx


I don't know of any MSNBC streaming. It's all clips I think.

Infopro 02-14-2009 04:10 PM

Quote:

Originally Posted by Fungsten (Post 1743192)
I finally got it installed.

Is there a way to stop it from automatically playing when you click on the "Radio and TV" link?

TIA.

Try this. Backup your RADIOSTATIONS_PLAYER template and replace it with this.

Code:

<object id="player" height="$html_height" width="$html_width" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
        <param name="URL" value="$html_url"></param>
                <param name='wmode' value='transparent'></param>
        <param name="uiMode" value="full"></param>
        <param name="ShowControls" value="true"></param>
        <param name="ShowStatusBar" value="true"></param>
        <param name="ShowDisplay" value="true"></param>
                <param name=autostart value="false"></param>
       
        <embed src="$html_url" type="application/x-mplayer2"
                pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"               
                  wmode="transparent"
                name="player"
                width="$html_width"
                height="$html_height"
                AutoStart="0"
                showcontrols="1"
                showstatusbar="1"
                showdisplay="1"
uiMode="full"
visual="1">
        </embed>
</object>

Seems to work ok. :)

Infopro 02-14-2009 04:15 PM

Quote:

Originally Posted by cavebox (Post 1728908)
When i disable vbadvanced its working, but with vb 3.7.4 it was working with vbadvanced and i tried (i think) about everything.

So if this means i have to choose between those 2, i'm dissapointed and have to remove the radio:(


Trying to figure this one out myself. I was sure it worked integrated previously, but no more. Yet. Needs something tweaked.

Fungsten 02-14-2009 09:04 PM

Quote:

Originally Posted by Infopro (Post 1743972)
Try this. Backup your RADIOSTATIONS_PLAYER template and replace it with this.

Code:

<object id="player" height="$html_height" width="$html_width" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
    <param name="URL" value="$html_url"></param>
                <param name='wmode' value='transparent'></param>
    <param name="uiMode" value="full"></param>
    <param name="ShowControls" value="true"></param>
    <param name="ShowStatusBar" value="true"></param>
    <param name="ShowDisplay" value="true"></param>
                <param name=autostart value="false"></param>
 
    <embed src="$html_url" type="application/x-mplayer2"
        pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"       
                  wmode="transparent"
        name="player"
        width="$html_width"
        height="$html_height"
        AutoStart="0"
        showcontrols="1"
        showstatusbar="1"
        showdisplay="1"
uiMode="full"
visual="1">
    </embed>
</object>

Seems to work ok. :)


:up::up::up::up::up::up:


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