PhpBB3 Radio Mod
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
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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
PhpBB3 Radio Mod
Board rules! No PM support
-
- BBCoder II
- Posts: 6
- Joined: 19 Mar 2010, 17:44
Re: PhpBB Radio Mod
I noticed on phpbb this mod is marked as abandoned... May I ask why?
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB Radio Mod
At the moment I dont support the mod other places than here.
Thats why I locked the topic at phpbb.com
Thats why I locked the topic at phpbb.com
Board rules! No PM support
-
- BBCoder II
- Posts: 6
- Joined: 19 Mar 2010, 17:44
Re: PhpBB Radio Mod
Oh... OK... Glad I registered thenStoker » 19 Mar 2010, 17:13 wrote:At the moment I dont support the mod other places than here.
Thats why I locked the topic at phpbb.com
-
- BBCoder II
- Posts: 6
- Joined: 19 Mar 2010, 17:44
Re: PhpBB Radio Mod
Not sure if you're willing to assist with this one or not...
Since your Radio Mod can stream live video as well as audio, I (and a couple of other phpbb members) attempted to create a Live Radio player and a Live Video player by duplicating and rename the files... Essentially creating a radio2.php, radio2.xml file and the language radio2.php file.
The radio2 player works as it should except a message is received stating that a station wasn't selected... Even though one is selected and playing.
Any idea why this is happening? Attached are the files.
Since your Radio Mod can stream live video as well as audio, I (and a couple of other phpbb members) attempted to create a Live Radio player and a Live Video player by duplicating and rename the files... Essentially creating a radio2.php, radio2.xml file and the language radio2.php file.
The radio2 player works as it should except a message is received stating that a station wasn't selected... Even though one is selected and playing.
Any idea why this is happening? Attached are the files.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB Radio Mod
Find this in the radio2.html:
and change to:
Code: Select all
<p><!-- IF radio2 neq 0 -->{L_LISTENING_TO}: <u>{NP_NAME}</u><!-- ELSE --> {L_NO_CHOICE_MADE_YET}<!-- ENDIF --></p>
Code: Select all
<p><!-- IF RADIO neq 0 -->{L_LISTENING_TO}: <u>{NP_NAME}</u><!-- ELSE --> {L_NO_CHOICE_MADE_YET}<!-- ENDIF --></p>
Board rules! No PM support
Re: PhpBB Radio Mod
Hi Stoker, really really need your help. I'm using the latest version of phpbb 3.0.7-PL or whatever it is ) I seen this radio mod and its exactly what I have been searching the internet including phpbb.com for. My problem is this... I added your coding, followed the instructions as laid out but I have realised that my Radio link doesnt show up on my header bar (as yours above) in fact it doesnt show at all??? Now I am using Avalon theme which I think is based on subsilver2 ??? (someone will correct me if I'm wrong) Please can you give me any guidance to making this work? Also I dont want the little speaker icon to appear, just the word Radio. I have attached a screen grab of my forum and the red arrow showing where I want the radio link to be. Big thanks in advance!
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB Radio Mod
If you have done the edit of your overall_header.html and uplooaded the file an refreshed the template all should be fine.
Board rules! No PM support
Re: PhpBB Radio Mod
Thanks for the reply Stoker. Honestly if I get this to work it is going to the best Mod ever, its exactly what I've been after for ages. I will check the coding again and get back to you but I do have a couple more quick questions regarding this Mod... Sorry!
I was told on another forum that this Mod will actually eat up my bandwidth everytime a user uses the Radio, Is this true? Sorry for the questions but I am quite new to all this PHPBB lark.
Also, should I edit the Avalon files directly instead of the Subsilver or Prosilver files? Is this maybe where I'm going wrong?
Finally Will the word Radio automatically show up itself on my forum as yours above or will I still need a speaker icon?
I know, I know but as said I am still wet behind the ears when it comes to phpbb and all of the coding that comes with it.
Many thanks once again.
I was told on another forum that this Mod will actually eat up my bandwidth everytime a user uses the Radio, Is this true? Sorry for the questions but I am quite new to all this PHPBB lark.
Also, should I edit the Avalon files directly instead of the Subsilver or Prosilver files? Is this maybe where I'm going wrong?
Finally Will the word Radio automatically show up itself on my forum as yours above or will I still need a speaker icon?
I know, I know but as said I am still wet behind the ears when it comes to phpbb and all of the coding that comes with it.
Many thanks once again.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB Radio Mod
I havent seen any bandwidth load on any of the forums I use.
As long the radios are not hosted at your own site it should not affect your bandwidth.
If you ave other styles that prosilver/subsilver2 you have to do the edits to them too and also upload the files the that style.
Look at both instructions and see which one fits the style you are installing it on.
The radio icon is not included
As long the radios are not hosted at your own site it should not affect your bandwidth.
If you ave other styles that prosilver/subsilver2 you have to do the edits to them too and also upload the files the that style.
Look at both instructions and see which one fits the style you are installing it on.
The radio icon is not included
Board rules! No PM support