Calendar added to Roundcube and Elastic template
The following tutorial describes how to add a calendar plugin to Roundcube and its handling for the Elastic template.
First, we go to the tmp folder:
We download a calendar plugin:
We go to the plug-in directory of our roundcube, in the case of a server with directadmin panel it is a directory:
We move the plugin files from the tmp folder to our plugin directory
We are correcting the plugin's configuration file:
We create the plug-in database structure.
Installing lessc on a Centos7 system looks like this. It is necessary for the plugin to work properly on the Elastic template.
We create a CSS calendar for the elastic template.
Being in the directory /var / www / html / roundcube /
issue the command:
The last step is to add a Plugin to the Roundcube configuration file.
edit file:
And finally in the section:
We correspond
My section looks like this:
That's all, we have a fully working calendar
Thanks, it worked but giving an error in:
lessc -x plugins/libkolab/skins/elastic/libkolab.less > plugins/libkolab/skins/elastic/libkolab.min.css
Aborted (core dumped)
Is is anything important? Thank you again for share it.
Hi,
I didn’t notice anything happening.
It’s best to report this error to the plugin publisher:
https://github.com/kolab-roundcube-plugins-mirror/calendar
And you do, some solution for webclient to behave similar to gmail – I mean threading the message, tagged, not a categorization?
You have checked if sogo mailcow does not have such functions?
I checked once, but from what I can see now it still doesn't catch:
– the threading is still outlook style; that is, it creates a message tree, rather than just displaying one message against another (ala forum) in the message view
– you can add tags to your message, but it doesn't do anything with them. I can't look for them, filter etc. – someone had an idea but never finished it. Where it seems, that it was supposed to work. But it doesn't work. Because in the settings you can define a label and assign it an IMAP directory, but you can't connect it to the suborder somehow.
I just tried it on Ubuntu 20.04 and it works perfectly!!!!
Thank you!!!!!