The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Radio and TV Player Details »» | |||||||||||||||||||||||||
This mod won't be updated for vB 3.7.x, the new mod thread is on the 3.8.x forum. Mark that thread as installed if you want to receive updates for the 3.8.x version.
This will add a fully featured radio and TV streaming player and stations library to your forum. Features: - Users can add / delete / edit own stations - Favorite stations - Report broken / duplicate stations - Full AJAX - Plays Windows Media Player, Real Player and Quicktime streams - Shows user's favorites and last played station in profile - and more... Nominate this mod for Mod of the Month! If you like this script don't forget to donate. Donations so far: U$ 137.65 This mod is "Re-usable Code", meaning you can modify it and release your own version. You are responsible for the streams you add to your website. The mod author doesn't take responsibility for possible copyright infringements in some countries and with some stations. Arabic and Chinese don't work with Ajax, so this mod won't work, sorry. Show Your Support
|
Comments |
#62
|
|||
|
|||
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 2) When I try to click on radiostation in profile, it says: openRadioAndTV is not defined Did I miss something? :erm: |
#63
|
||||
|
||||
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. |
#64
|
|||
|
|||
Quote:
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" ? |
#65
|
||||
|
||||
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". |
#66
|
|||
|
|||
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) ? |
#67
|
||||
|
||||
in the plugin Favorite Stations in Profile change this
Code:
'<a href="javascript:openRadioAndTV('. $station['stationid'] .')">' Code:
'<a href="radioandtv.php?station='. $station['stationid'] .'">' Code:
'<a href="javascript:openRadioAndTV('. $lastplayed['stationid'] .')">' Code:
'<a href="radioandtv.php?station='. $lastplayed['stationid'] .'">' |
#68
|
||||
|
||||
There's a bug with the last played, I'm looking into it now. It's strange that it was working before.
|
#69
|
||||
|
||||
I updated radioandtv.php, upload it again. It should fix the last played problem.
|
#70
|
|||
|
|||
Hey Dream you are the best
Last played option works fine now !! .. and now it should open in same window .. ;p |
#71
|
|||
|
|||
so we must change only the radioandtv.php file?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|