I've installed the Melanie2 plugin/skin for RoundCube. Wondering if anyone else has. After installing it, however, the interface is not like that shown on the website. It's mostly all text. Obviously there is something that needs to be tweeked, but not sure what. Can anyone help? Thanks!
On 2016-12-05 20:23:16 +0000, Curtis Vaughan said:
I've installed the Melanie2 plugin/skin for RoundCube. Wondering if anyone else has. After installing it, however, the interface is not like that shown on the website. It's mostly all text. Obviously there is something that needs to be tweeked, but not sure what. Can anyone help? Thanks!
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Since I wrote that I tried the same process on another server with RoundCube. It works flawlessly there. The only difference is that I installed RoundCube on the 1st server from the Ubuntu repository. On the 2nd (working) server I installed by downloading RC and installing from the source. But why should it really matter?
On 06/12/2016 08:46, Curtis Vaughan wrote:
On 2016-12-05 20:23:16 +0000, Curtis Vaughan said:
I've installed the Melanie2 plugin/skin for RoundCube. Wondering if
anyone else has. After installing it, however, the interface is not
like that shown on the website. It's mostly all text. Obviously there
is something that needs to be tweeked, but not sure what. Can anyone
help?
Thanks!
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users
Since I wrote that I tried the same process on another server with RoundCube. It works flawlessly there. The only difference is that I installed RoundCube on the 1st server from the Ubuntu repository. On the 2nd (working) server I installed by downloading RC and installing from the source. But why should it really matter? _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
ask on ubuntu list as to what they butchered
On Mon, Dec 5, 2016 at 9:23 PM, Curtis Vaughan curtis@npc-usa.com wrote:
I've installed the Melanie2 plugin/skin for RoundCube. Wondering if anyone else has. After installing it, however, the interface is not like that shown on the website. It's mostly all text. Obviously there is something that needs to be tweeked, but not sure what. Can anyone help?
Not sure what's the difference when installing Roundcube from the Ubuntu repos. What does your browser error console say? Also analyze the source code of the HTML page and find what css files are loaded.
Just make sure the jquery_mobile plugin is not activated in config. It's loaded as a dependency for the mobile view but would mess up the UI when always loaded. See https://roundcubeinbox.wordpress.com/2016/04/26/roundcube-for-mobile-devices... for reference.
Best, Thomas