Page 2 of 4

PhpBB3 Radio Mod

Posted: 15 Dec 2011, 16:14
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

Posted: 15 Dec 2011, 16:42
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

Posted: 15 Dec 2011, 17:15
by Stoker
Works fine with FF. Must be some plugin you are missing.

PhpBB3 Radio Mod

Posted: 15 Dec 2011, 19:10
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

Posted: 16 Dec 2011, 17:06
by Solidjeuh
This is what you needed :)

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

PhpBB3 Radio Mod

Posted: 22 Jun 2012, 11:07
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

Posted: 13 Jul 2012, 12:28
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

Posted: 13 Jul 2012, 13:18
by Stoker
Its in the code in overall_header.html

PhpBB3 Radio Mod

Posted: 13 Jul 2012, 13:27
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

Posted: 13 Jul 2012, 13:33
by Stoker
There is an overflow: scroll; that needs to be removed from the radio_body.html.