init commit
This commit is contained in:
59
skins/litecube-f/README
Normal file
59
skins/litecube-f/README
Normal file
@ -0,0 +1,59 @@
|
||||
Roundcube Plus Free Skins
|
||||
=========================
|
||||
|
||||
Roundcube Plus free skins add a new look to the Roundcube program. They are simplified versions of their commercial
|
||||
counterparts: they don't include the mobile support.
|
||||
|
||||
REQUIREMENTS
|
||||
------------
|
||||
- Roundcube: 1.5, 1.6
|
||||
- PHP: 7.4 or higher
|
||||
|
||||
INSTALLATION
|
||||
------------
|
||||
1. Copy the contents of the 'plugins' directory included in this package to the 'plugins' directory of your Roundcube installation.
|
||||
|
||||
IMPORTANT: If you already have a full version of any Roundcube Plus skins, do not overwrite the xskin plugin as it will cause errors when
|
||||
using your existing skins.
|
||||
|
||||
2. Follow the instructions found in plugins/xskin/README for installing and configuring the xskin plugin. As explained there, you'll need to
|
||||
edit the Roundcube config file to add 'xskin' to the plugins array and specify your license key. There are no special steps needed to
|
||||
install xframework. It doesn't need to be added to the plugins array.
|
||||
|
||||
3. Copy the contents of the 'skins' directory included in this package to the 'skins' directory of your Roundcube installation.
|
||||
|
||||
IMPORTANT: This skin is based on the legacy Roundcube Larry skin which is not included in Roundcube 1.6 and higher. If you're running
|
||||
Roundcube 1.6 you will need to install the Larry skin manually. Follow these steps:
|
||||
|
||||
a) Download Larry from here: https://roundcubeplus.com/free_downloads/larry.tar.gz
|
||||
b) Copy the directory 'larry' from the downloaded archive to the 'skins' directory of your Roundcube installation.
|
||||
|
||||
If you want to hide Larry from the users, set the 'skins_allowed' option in your main Roundcube config file.
|
||||
|
||||
4. If you'd like to use <skin_name> on the Roundcube login screen and as the default skin for the newly created user accounts, edit the file
|
||||
[roundcube]/config/config.inc.php, find the line that begins with $config['skin'] and set it to 'litecube-f'. If this line doesn't exist, add
|
||||
it at the end of the file, like this:
|
||||
|
||||
$config['skin'] = 'litecube-f';
|
||||
|
||||
5. If you'd like to edit the skin's default configuration, edit this file:
|
||||
|
||||
skins/litecube-f/config.inc.php.
|
||||
|
||||
If the config file doesn't exist, rename skins/litecube-f/config.inc.php.sample to skins/litecube-f/config.inc.php.
|
||||
|
||||
For more information on installing Roundcube Plus plugins see: https://roundcubeplus.com/helpdesk/knowledgebase.php?article=29
|
||||
|
||||
COMPATIBILITY
|
||||
-------------
|
||||
This skin has been created for the standard version of Roundcube as provided on the Roundcube website: https://roundcube.net. It might not
|
||||
work properly with customized versions of Roundcube including the version provided as part of the Kolab system. Please note that we cannot
|
||||
provide any technical support for the plugin deployed on non-standard versions of Roundcube.
|
||||
|
||||
License
|
||||
-------
|
||||
The Roundcube Plus free skins are covered by a commercial license agreement (see the file LICENSE for details).
|
||||
|
||||
Copyright and credits
|
||||
---------------------
|
||||
Copyright (c) 2011-2024, Tecorama LLC (https://roundcubeplus.com)
|
Reference in New Issue
Block a user