The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
Radio and TV Player 3.8.x
was created by Dream. This is only a 1:1 conversation of this Mod. You will find the original text and images here: https://vborg.vbsupport.ru/showthread.php?t=202415 -------------------------------------- This will add a fully featured Radio and TV Streaming Player with stations library to your forum. Features: - Users can add / delete / edit own stations (controlled by usergroup permissions) - Users can have a favorite stations list - Report broken / duplicate stations links - Totally coded in AJAX (no page reloads) - Plays Windows Media Player, Real Player and Quicktime streams - Shows user's favorites and last played station in profile page - and much more... Installation is easy. You need to upload some files, import a product, import the default stations (if you wish). -------------------------------------- This product automatically creates a link (Forum - Community - Radio and TV). Also I've fixed two bugs:
Download Now
Supporters / CoAuthors Show Your Support
|
2 благодарности(ей) от: | ||
nchoate97, Toorak Times |
Comments |
#22
|
|||
|
|||
![]()
Very nice to see this released.
|
#23
|
|||
|
|||
![]()
Some of default stations are not working, bad links ...just delete them
Just google it ![]() Best way is to allow members to add them, explain a bit how...and that is it You don't need bunch of stations anyways, u need what users want...they know best Here is one nice link http://www.mikesradioworld.com/ Does anyone know how to play links as this one ......net:8002/listen.pls , .pls extension ??? Found bunch of stations with these but just cant create station with this, there is always an error: "AJAX error, please try again. (HTTP status: 403 / Forbidden)" |
#24
|
|||
|
|||
![]()
Looks great, works great
![]() |
#25
|
|||
|
|||
![]()
??? Can someone help me with this small issue:
How to add header and footer to radio & tv page, that is I would like just to add navbar and footer everything else is not that important Did try this but its no good https://vborg.vbsupport.ru/showpost....3&postcount=97 Anyone? ![]() |
#26
|
|||
|
|||
![]()
In vB4 there is NO $header or ....
it must be {vb:raw header} |
#27
|
|||
|
|||
![]() Quote:
Code:
$navbits = array(); $navbits[$parent] = $vbphrase['radiostations']; $navbits = construct_navbits($navbits); $navbar = render_navbar_template($navbits); Code:
// ############################ CONFIG VARS ############################## $banned_users = rs_do_array($vbulletin->options['radiostations_banned_users']); $default_station = $vbulletin->options['radiostations_default_station']; $stats_results = $vbulletin->options['radiostations_statistics_entries']; // how many top stats entries $per_page = $vbulletin->options['rs_per_page']; // number of stations per page $default_player_size = explode('x', $vbulletin->options['radiostations_default_player_size']); $player_sizes = explode("\r\n", $vbulletin->options['radiostations_player_sizes']); $default_rp_size = explode('x', $vbulletin->options['radiostations_default_rp_size']); $rp_sizes = explode("\r\n", $vbulletin->options['radiostations_rp_sizes']); $default_quick_size = explode('x', $vbulletin->options['radiostations_default_qt_size']); $quick_sizes = explode("\r\n", $vbulletin->options['radiostations_qt_sizes']); Code:
{vb:raw header} {vb:raw navbar} add Code:
{vb:raw footer} Voila ![]() |
#28
|
|||
|
|||
![]()
here is an xml file u can import with many radio stations and some television channels..many of the radiostations is from my home country, so just delete the ones you dont like
![]() Most of the radio stations that came with this mod worked here..just to let you know ![]() |
#29
|
|||
|
|||
![]() Quote:
(none of them work for me, but it could be an audio code or browser issue on my end) |
#30
|
|||
|
|||
![]()
If you dont want a pop-up window of the radio window change the code in navbar template to
after Code:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li> Code:
<li><a href="radioandtv.php">Radio and TV</a></li> |
#31
|
|||
|
|||
![]() Quote:
The NRK1,2 and 3 that comes with this file dont work for people outside my country, but the rest should work ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|