Page 1 of 4

PhpBB3 Radio Mod

Posted: 26 Jul 2011, 22:43
by Stoker
Title: PhpBB3 Radio Mod
Version: 2.0.5
Author: Insecure & Stoker
Description: This modification will add a radio popup fully integrated with phpBB3
(After a couple hours stoker and I redid the radio mod to work with PHPBB3 better. Works with Prosilver and Subsilver2. If you would like to modify it to work with other styles and want to share your mods let us know!)
Demo/screenshot: This board, click the radio link top-right.

Attached file:
phpBB Radio Mod 2.0.5.zip
(37.06 KiB) Downloaded 6439 times

Add more radio stations
http://www.listenlive.eu/index.html
Use above link to find the streaming urls to the radios you want to add.
Open the radio.xml
As you can see the radio numbers are sequentially, keep it like that!

The last station added to this radio.xml looks like this:

Code: Select all

<station>
	<num>10</num>
	<name>.977 90's</name>
	<url>http://www.977music.com/tunein/web/90s.asx</url>
	<broadband></broadband>
	<type>wm</type>
</station>
So if you add another station, just add this code after:

Code: Select all

<station>
	<num>11</num>
	<name>Name of the station</name>
	<url>and the streaming link here</url>
	<broadband></broadband>
	<type>wm</type>
</station>

PhpBB3 Radio Mod

Posted: 01 Oct 2011, 08:21
by Blackwolf
Great mod stoker :thumb:

One question please? I changed the default #FF0000 in radio html to #1C1C1C but there was no change to the inside colour........wrong file?? can you please advice how to blend it with ca_black? :)
Screenshot.png

PhpBB3 Radio Mod

Posted: 01 Oct 2011, 08:24
by Stoker
Refresh template?

PhpBB3 Radio Mod

Posted: 01 Oct 2011, 08:45
by Blackwolf
Several times.

Below is in Windows7....
Screenshot-2.png

PhpBB3 Radio Mod

Posted: 01 Oct 2011, 09:23
by Stoker
You have to put the colours in this part of the html: <div class="content" style="width:auto; padding:4px;">

PhpBB3 Radio Mod

Posted: 01 Oct 2011, 09:45
by Blackwolf
8-) Thankyou ;) YOU ROCK :geek:

Code: Select all

<div class="content" style="width:auto; padding:4px;background-color:#1c1c1c;">
Screenshot.png

PhpBB3 Radio Mod

Posted: 18 Nov 2011, 07:56
by Solidjeuh
I searched for a few Belgium Radio Stations.
And added them to the .xml file..
Maybe usefull for the Belgium members in here .. :)
    MNM MNM Hits Radio 1 Radio 2 Antwerpen Radio 2 Vlaams Brabant Radio 2 Limburg Radio 2 Oost-Vlaanderen Radio 2 West-Vlaanderen Studio Brussel Topradio City Music Q Music Ketnet Slow Radio Humor Zender Planet Rock Nostalgie
radio.zip
Belgium Radio Stations
(3.17 KiB) Downloaded 369 times

PhpBB3 Radio Mod

Posted: 18 Nov 2011, 19:16
by Arnevb
I'm from belgium :D
Seems like a lot of people are dutch here. I'm actually looking for an mp3 player for phpbb :D

PhpBB3 Radio Mod

Posted: 15 Dec 2011, 15:44
by Nully
Hello,
I have a problem viewing the page with the radios.
There are no buttons (listen, stop). The player is black.
I can listen the radio.
This problem does'nt appear using Chrome and IE.
Do you have a solution ? Please don't tell me that I should not use Mozilla Firefox :lol:

PhpBB3 Radio Mod

Posted: 15 Dec 2011, 15:50
by Arnevb
You have to download the Windows Media Player web plugin before everything works.