PhpBB3 Radio Mod

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

PhpBB3 Radio Mod

Post 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

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>
You do not have the required permissions to view the files attached to this post.

PhpBB3 Radio Mod

Post 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
You do not have the required permissions to view the files attached to this post.

PhpBB3 Radio Mod

Post by Stoker »

Refresh template?

PhpBB3 Radio Mod

Post by Blackwolf »

Several times.

Below is in Windows7....
Screenshot-2.png
You do not have the required permissions to view the files attached to this post.

PhpBB3 Radio Mod

Post 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

Post by Blackwolf »

8-) Thankyou ;) YOU ROCK :geek:

Code: Select all

<div class="content" style="width:auto; padding:4px;background-color:#1c1c1c;">
Screenshot.png
You do not have the required permissions to view the files attached to this post.

PhpBB3 Radio Mod

Post 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
You do not have the required permissions to view the files attached to this post.

PhpBB3 Radio Mod

Post 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

Post 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

Post by Arnevb »

You have to download the Windows Media Player web plugin before everything works.