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)

nerofix 01-24-2008 07:56 AM

I found out that the Microsoft Windows Media Plugin for Firefox causes the crashes and freezes with the mod and that's why the "illegal operation" messages appears.

Sometimes it doesnt crashs or freezes, but most times which is very annoying. I don't remember it happened with the vb 3.6 mod of radio & tv.

I can't tell you how to solve this, perhaps there's a new media player plugin for firefox out, let's see.

By the way, I can report two things related to this mod:

1) Last played option is always none :confused:
2) When I try to click on radiostation in profile, it says: openRadioAndTV is not defined

Did I miss something? :erm:

Dream 01-24-2008 08:00 AM

Did you import the new product file?

Did you add the openRadioAndTV() javascript function to the navbar template?

When I open Ministry of Sound default station here my Firefox crash. I think theres a problem with this stream, it happened on the 3.6 version as well. I think some of the default streams are outdated. KNAC does the same. Then again I'm on Windows Vista using a special WMP plugin for Firefox.

nerofix 01-24-2008 08:21 AM

Quote:

Originally Posted by Dream (Post 1427852)
Did you import the new product file?

Did you add the openRadioAndTV() javascript function to the navbar template?

1) Yes I did import

2) Solved, but how can prevent it from doing it in a popup?


3) How about the last played feature, why it says always "none" ?

Dream 01-24-2008 08:23 AM

Read install.txt and redo your template edits, and you should be fine.

Last played option should appear after people play a station.

To change the profile links you need to edit the plugin "Favorite Stations in Profile".

nerofix 01-24-2008 08:40 AM

Sorry, I can't get the "last played" info working. Can you perhaps give me a hint where I can take a look to get it working?

And I still like to open the link in profile in the same window, not as popup. Could you help me with it to change the function to open in same window (it should also do the same with the navbarlink) ?

Dream 01-24-2008 08:44 AM

in the plugin Favorite Stations in Profile change this

Code:

'<a href="javascript:openRadioAndTV('. $station['stationid'] .')">'
for this

Code:

'<a href="radioandtv.php?station='. $station['stationid'] .'">'
and this

Code:

'<a href="javascript:openRadioAndTV('. $lastplayed['stationid'] .')">'
for this

Code:

'<a href="radioandtv.php?station='. $lastplayed['stationid'] .'">'
The last played isn't appearing in your profile I'll assume. Did you play any station?

Dream 01-24-2008 08:49 AM

There's a bug with the last played, I'm looking into it now. It's strange that it was working before.

Dream 01-24-2008 09:01 AM

I updated radioandtv.php, upload it again. It should fix the last played problem.

nerofix 01-24-2008 09:06 AM

Hey Dream you are the best :)
Last played option works fine now !!

.. and now it should open in same window .. ;p

KURTZ 01-24-2008 09:17 AM

Quote:

Originally Posted by Dream (Post 1427879)
I updated radioandtv.php, upload it again. It should fix the last played problem.

so we must change only the radioandtv.php file?


All times are GMT. The time now is 08:07 AM.

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.01379 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
  • (4)bbcode_code_printable
  • (2)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