Roundcube Community Forum

 

Melanie2 Larry Mobile skin v0.4.7 / Roundcube 1.2.3

Started by tpayen, May 20, 2015, 12:45:32 PM

Previous topic - Next topic

juliana

Sorry , it was an error by another plugin. The Skin is ok!

tpayen

Great ! :-)
For my information, what is the plugin in question ?

juliana

Calendar with libcalendaring from http://obs.kolabsys.com/repositories/Kolab:/3.4/Debian_8.0/

Roundcube 1.2

The calendar works , but I can not open any more mail.

The emails are not even opened with the classic skin . So it has nothing to do me Melanie2.

SKaero

Quote from: juliana on September 06, 2016, 02:14:13 PM
Calendar with libcalendaring from http://obs.kolabsys.com/repositories/Kolab:/3.4/Debian_8.0/

Roundcube 1.2

The calendar works , but I can not open any more mail.

The emails are not even opened with the classic skin . So it has nothing to do me Melanie2.
The plugins in the link you sent are from February 2015, Roundcube 1.2 was release in May 2016 so I'd suggest trying the current version of the plugin.

juliana

I think, unfortunately, nowhere a current version . Does anyone know a way to get a calendar ? Super would with DAV.



rossmart

Hallo,
it´s a very nice skin. Thank you for this.
I have one question:
You wrote:
=====================================================
DO NOT change the theme in Settings > User Interface (keep the desktop theme).
=====================================================

We use roundcube in school. So it is not possible to tell every user not to change the theme-Settings.
Is there a way to prevent changing these settings?

Tank you.
Martin R.

JohnDoh

in the roundcube config file there is a setting called 'dont_override' if you add 'skin' to that array then the setting will be hidden from the settings screen in roundcube.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

mrtexas

Found this early in the morning, ended up staying up considerably later than I had planned. Downloaded, installed, but ran into errors. Could not get things to work. After removal and re-reading, another reason I don't work so late usually, I found that I was needing to rename the folders with a _ instead of the - that is in the tar.gz filename. So, after re-uploading and installing, then renaming correctly, everything worked great.

The quality I am seeing is on par with many paid professional  apps/add-ons for use with email.

Cheers for a job well done. I do hope you keep it up to date as Roundcube, which was a nightmare in itself to install as my servers scripts repository hasn't been able to maintain the webmail interface properly, is updated.

As Roundcube is working on a responsive mobile design, I think they should get with you to use your design with a few tweaks here and there, for maybe a touch easier navigation within the menus.

Overall, I'd highly recommend this skin and plugin for anyone needing a mobile version of Roundcube.

Thanks again for taking the time to write this for us out here in the world.

soldiaz

Awesome!!!

Keep going on this great project!

Regards
soldiaz

johnwayne

I have an issue with melanie2 skin that can be seen here
https://github.com/messagerie-melanie2/Roundcube-Plugin-Mobile/issues/11

if anyone has any insight as how to accomplish this.
Thanks in advance!

hehehuhu

Dear tpayen!

Thanks for your excellent and free skin&plugin!

I add your files on cPanel server via SSH, I changed the config.inc.php file.
The desktop skin stayed "larry" and works fine, and the mobile skin is super, your product works very well. But I get a bit of problem:

When the cPanel users goes to domain/webmail and login whit the mailbox and password, they can choose one webmail client of three (Horde, Roundcibe, Squirrelmail).

If I choose the Horde or SquirrelMail, I redirected in the mailbox. But if i choose Roundcube, first of all I redirected to Roundcube login page. There I need to add the mailbox and the password and reauthenticate again. And I can acces to my webmail, but just after the authentication.

Do you have any idea, what makes this problem?

Cuz', if I use the "larry" theme and delete the config.inc.php "mobile" line, everything OK, and I don't need to reauthenticate.

tpayen

Hi,

This is weird because mobile  plugin usually doesn't change the login form.
I don't know cPanel but I assumed it used a post request, do you have any rc log of an error ?

hehehuhu

Hi!

I add the:

// List of active plugins (in plugins/ directory)
$config['plugins'] = array( 'mobile', );

lines to the config.inc.php in the Roundcube "config" folder, after this:

// List of active plugins (in plugins/ directory)
$config['plugins'] = array( 'cpanellogin','cpanellogout' );

Is that correct? Or i need to add this line in another config.inc.php?

The Roundcube "logs" fodler is empty (i have a .htaccess here).