Roundcube Community Forum

Themes & Styling => Theme Releases => Topic started by: n3storm on December 13, 2015, 03:42:39 AM

Title: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on December 13, 2015, 03:42:39 AM
Mabola is a clean and usable skin for latest Roundcube Webmail (http://roundcube.net). Is based on Material Design, Bootstrap and inherits from Larry Skin, so there should be no unstyled content. There are still some things to be fixed, like flashing messages and hovering buttons but right now is very usable.

Update: This skin is developed and tested on Roundcube 1.2 beta version

It supports Threecol plugin. Check it out at EstudioNexos/threecol. Icons are from https://github.com/laclasse-com/roundcube_laclasse_skin.

Mabola can be downloaded (and contributed) from Github https://github.com/EstudioNexos/mabola/

You can read motivation and watch more screenshots at http://www.estudionexos.com/mabola-skin-for-roundcube.html

Thanks to all other projects like LaClasse.com, Material Design by Google and of course Roundcube.

We are planning to make some color variations and would like to get some opinion on this.
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: tpayen on December 30, 2015, 05:23:56 AM
Wow! Nice work, I really like this skin!
The skin color is great, I think the text of the taskbar might be a little more readable
There is some icons problems (use of larry icons) in contacts view but everything else works fine.
Why are you using bootstrap ? Have you plan any reponsive design features ?
I think the threecol plugin need a little rework, the horizontal display isn't ideal, it should be build on mobile displays to the message list
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: johnywhy on January 06, 2016, 02:00:43 PM
hello

i'd like to use this theme for the threecol layout. But threecol is not working for me (on this or any theme)

My roundcube changelog says i'm using RELEASE 1.1.4.

I noticed threecol has a few different releases, compatible with different versions of roundcube. Not sure which one to use:

https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout/branches
https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout/releases
https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout

I also noticed threecol instructions say to add threecol to $rcmail_config['plugins'] array in config.inc.php, but my config.inc.php does not contain that parameter-- my file contains $config['plugins'] .

Well, i uploaded both the following to my plugins folder:

Roundcube-Plugin-Threecol-Layout-0.4
Roundcube-Plugin-Threecol-Layout-master

And i put both the following into my roundcube config.inc.php:
Code: [Select]
$config['plugins'] = array('threecol');
$rcmail_config['plugins'] = array('threecol');

But i'm still not seeing a three col layout, and i'm not seeing a three col option in settings (maybe i'm looking in the wrong place?)

Can someone share steps to install threecol to this theme, with correct threecol release and config settings?

Is Composer or some other plugin-manager required for threecol on this theme?

thx!
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: bagu on January 25, 2016, 06:37:07 AM
It's the prettiest skin i've seen.

I made a blue version of Mabola if anyone is interested : https://github.com/Bagu/mabola/

I submitted a small correction for button's text.
And i have one user who said there is square in left column in replacement of é or è (i can't reproduce the problem on my computer)
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on January 27, 2016, 04:11:42 AM
Please, use our fork of threecol layout plugin and tell us if it works:
https://github.com/EstudioNexos/threecol



hello

i'd like to use this theme for the threecol layout. But threecol is not working for me (on this or any theme)

My roundcube changelog says i'm using RELEASE 1.1.4.

I noticed threecol has a few different releases, compatible with different versions of roundcube. Not sure which one to use:

https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout/branches
https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout/releases
https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout

I also noticed threecol instructions say to add threecol to $rcmail_config['plugins'] array in config.inc.php, but my config.inc.php does not contain that parameter-- my file contains $config['plugins'] .

Well, i uploaded both the following to my plugins folder:

Roundcube-Plugin-Threecol-Layout-0.4
Roundcube-Plugin-Threecol-Layout-master

And i put both the following into my roundcube config.inc.php:
Code: [Select]
$config['plugins'] = array('threecol');
$rcmail_config['plugins'] = array('threecol');

But i'm still not seeing a three col layout, and i'm not seeing a three col option in settings (maybe i'm looking in the wrong place?)

Can someone share steps to install threecol to this theme, with correct threecol release and config settings?

Is Composer or some other plugin-manager required for threecol on this theme?

thx!
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on January 27, 2016, 04:14:04 AM
Thank you!

Did not have time to setup your blue version. Anyway, any ideas on how to implement a theme variation? or just creating different themes like: blue-mabola, red-mabola, etc?

We will make some diffs to add your fixes. Thanks again.

It's the prettiest skin i've seen.

I made a blue version of Mabola if anyone is interested : https://github.com/Bagu/mabola/

I submitted a small correction for button's text.
And i have one user who said there is square in left column in replacement of é or è (i can't reproduce the problem on my computer)
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on January 27, 2016, 04:17:49 AM
Hi and thanks!

We will have a look at your suggestions.

There are some larry icons issue and also alerts are still ugly. We will notify here when this is fixed.

Threecol plugin is a nasty hack, Three column view should be addressed at core (me thinks)
If it works for you right, else do not use. Just a reminder: Download "good" Threecol plugin from our fork at https://github.com/EstudioNexos/threecol

Cheers

Wow! Nice work, I really like this skin!
The skin color is great, I think the text of the taskbar might be a little more readable
There is some icons problems (use of larry icons) in contacts view but everything else works fine.
Why are you using bootstrap ? Have you plan any reponsive design features ?
I think the threecol plugin need a little rework, the horizontal display isn't ideal, it should be build on mobile displays to the message list
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: bagu on February 05, 2016, 07:46:43 PM
I've try your version of threecol without success.
Maybe i've miss something ?
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: mckaygerhard on February 13, 2016, 11:53:14 PM
the teecol flok of nexus studios does not make any sense,

the commits of the flok does not have any fixeds, nexus studios does not fix any so that's why does not work for u

and the other wehere from folked not.. the firts folk made some fixeds but only work in rc 1.0.X

treecolo plugin its FULLY INCOMPATIBLE WITH 1.2 RC BRAND

TREECOL ONLY WORK IN RC 1.0.X and some firts of the 1.1
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on February 18, 2016, 08:59:16 AM
Hi,

I can assure to you that our fork of threecol plugin works with Roundcube Beta and this theme Mabola and can be found at
https://github.com/EstudioNexos/threecol

which is a fork (untouched) from:
https://github.com/t3chguy/Roundcube-Plugin-Threecol-Layout

that fixes the original plugin that doesn't work at:
https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout

If you can please post screenshots of what is broken or any explanation apart from "doesn't work" or terminal or console logs of issues while installing of configuring we will gladly look into it.

We do not why we do not receive notifications of this forum via email, so please set issues at https://github.com/EstudioNexos/mabola/issues

Anyway we try to check here at roudcubeforum.net weekly or so.
Title: Blue variation and new icon
Post by: n3storm on February 19, 2016, 06:06:02 AM
We have finally found the simplest way to make a color variation skin.

At https://github.com/EstudioNexos/mabola-blue you can find a Blue color themed skin ready to use or to make your own variation.

Enjoy!
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: matija385 on February 22, 2016, 04:03:58 AM
Hi all,

This skin looks great. I'm very new to roundcube, so if someone could help me how to install this skin "mabola blue", i would much appreciate it.

I would like to use blue mabola skin and threecol.

I put this in main.inc.php:

$rcmail_config['skin'] = 'mabola-blue-master';

and i also have this in main.inc.php:

// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('password', 'new_user_dialog', 'serverinfo', 'http_authentication');

$config['plugins'] = array('threecol');
$rcmail_config['plugins'] = array('threecol');

Mabola-blue-master is uploaded and exported to skins, and threecol to plugins.

I keep getting Service currently not available - Error No. [501].

Thank you very much for help,

Kind regards,
Matija
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on February 22, 2016, 04:22:57 AM
Hi matija385,

You have to down load and uncompress two skins at skins folder: mabola and mabola-blue
Mabola-blue requieres Mabola or else won't work.
Folders have to have this name or else won't work: "mabola" and "mabola-blue"

You don't need to write this except if you want it to be default skin for all users:
>> $rcmail_config['skin'] = 'mabola-blue-master';

And it should be:
>> $rcmail_config['skin'] = 'mabola-blue';

Remove threecool plugin and first make sure skin is working. After that come back and tell us what log/errors says when activating threecol plugin.

Cheers
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: matija385 on February 22, 2016, 04:46:29 AM
hi n3storm,

Thank you for your quick reply.

I followed your instructions, but again get error 501.

Now i have two folders in skins - mabola and mabola-blue. threecol removed.

I entered in main.inc.php:

// skin name: folder from skins/
$rcmail_config['skin'] = 'mabola-blue';
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on February 22, 2016, 04:52:37 AM
Hi,

ok, let's make the skin work first.

What version of roundcube are you using?

What version of php5 is installed on server?

Error 501 is a bit strange for intalling a skin: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error

Can you access server logs? like apache error.log, nginx error.log or php-fpm logs?
We need to know why server answers 501 exactly.

Cheers
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: matija385 on February 22, 2016, 05:55:08 AM
sorry n3storm,

I just talked to my friend. He made some changes to roundcube (some customization), and because of that i can't change skin.

Thank you anyways for your help.

Matija
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on February 22, 2016, 06:01:54 AM
No prob!

Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: marciYreif on March 07, 2016, 12:33:11 PM
I get the same 501 error.
ApacheLog:

Quote
[Mon Mar 07 18:05:01.557579 2016] [mpm_prefork:notice] [pid 1065] AH00171: Graceful restart requested, doing restart
[Mon Mar 07 18:05:01.616152 2016] [:notice] [pid 1065] mod_bw : Memory Allocated 0 bytes (each conf takes 48 bytes)
[Mon Mar 07 18:05:01.616184 2016] [:notice] [pid 1065] mod_bw : Version 0.92 - Initialized [0 Confs]
[Mon Mar 07 18:05:01.645794 2016] [mpm_prefork:notice] [pid 1065] AH00163: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Mon Mar 07 18:05:01.645820 2016] [core:notice] [pid 1065] AH00094: Command line: '/usr/sbin/apache2'

And i can't use the normal mabola skin. If i choose it, it looks like normal Larry theme.
Sry for my bad english :)
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on March 07, 2016, 12:35:16 PM
Does the theme folder has proper permissions?

What version of roundcube have you installed?

What does your virtualhost error log says?

You pasted general apache log, not virtualhost.


Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: marciYreif on March 07, 2016, 12:43:50 PM
All other Skins are working. The folder has the right permissions
Roundcubeversion: 1.0.4

Where could i find the virtualhost error log?
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on March 07, 2016, 12:56:24 PM
Sorry marciYreif, Mabola skin only works with Roundcube 1.1.4 and 1.2-beta

If you get 501 error on your browser skin that should be reflected with more details in a log entry. We do not know your server setup, maybe /var/log/apache2/error.log file?
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: marciYreif on March 07, 2016, 01:00:49 PM
Mh, ok.
In error.log it says only what i have posted already.
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on March 07, 2016, 01:02:13 PM
But is not complete, what command did you use read log?
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: marciYreif on March 07, 2016, 01:06:35 PM
i opened the file with nano editor
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on March 07, 2016, 01:14:50 PM
You are doing something wrong.
Title: Re: Material + Bootstrap + Larry: Mabola Skin for Roundcube
Post by: n3storm on April 22, 2016, 07:15:16 AM
Not sure why but a directory was missing at threecol plugin https://github.com/EstudioNexos/threecol/ that prevented using Threecol with Mabola and Mabola-blue skins.

This is fixed now.

Enjoy!