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 Nully »

It has always worked !?
I'll come back later to tell you about the plugin.

Edit :
I have :
Windows Media Player Plug-in-Dynamic Link Library - version 3.0.2.629 - Npdsplay dll

PhpBB3 Radio Mod

Post by Nully »

I downloaded again the windows media plugin. I refreshed, I deleted the cache. Nothing changed.

Image

Edit

It works with all browers : Opera, Chrome, Safari, IE. Only with Firefox it does not!
Image

PhpBB3 Radio Mod

Post by Stoker »

Works fine with FF. Must be some plugin you are missing.

PhpBB3 Radio Mod

Post by Nully »

You're right Stoker. I'm so stupid, I did not think to have a look to YOUR radios :D
The problem is the same.
I'll search for other plugins and problems in my computer.
Edit.
Now it's ok.
Don't ask me how I resolved the problem. I'v been reading on the net for one hour, I copyed 3 .dll from program files Windows media player, to Mozilla Firefox/plugins and other things. :roll:

PhpBB3 Radio Mod

Post by Solidjeuh »

This is what you needed :)

Microsoft® Windows Media Player Firefox Plugin
http://www.interoperabilitybridges.com/ ... n-download

PhpBB3 Radio Mod

Post by Nully »

I have again the problem!
This time I solved it desactivating in Mozilla Firefox Windows Media Player Plug-in Dynamic Link Library 3.02.629

PhpBB3 Radio Mod

Post by Nully »

Hi,
could you help me to have the pop-up windows a little bigger?
In radio.php I found:

Code: Select all

$template->assign_vars(array(
					
					/* Settings */
					"WIDTH" => "230",
					"HEIGHT" => "270",
in radio.html

Code: Select all

<div style="padding-left:8px; padding-right:10px; height:270px; overflow:auto;">
Is it the right place to change? Are there other places?

PhpBB3 Radio Mod

Post by Stoker »

Its in the code in overall_header.html

PhpBB3 Radio Mod

Post by Nully »

Thank you very much.
It is fine for the width (for radio's long titles) but it seems to have no effect on the height, to have the list of all radios with no need to use the mouse.

PhpBB3 Radio Mod

Post by Stoker »

There is an overflow: scroll; that needs to be removed from the radio_body.html.