PhpBB3 Radio Mod
Posted: 26 Jul 2011, 22:43
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:
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:
So if you add another station, just add this code after:
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:
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>
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>