tofi86 / Roundcube-Plugin-Threecol-Layout

DEPRECATED and UNMAINTAINED! See Readme! ////// This Roundcube Plugin adds a user configurable option to place the preview pane below or on the right of the message list. This is a fork of @JohnDoh's original repo.

Home Page:http://www.tehinterweb.co.uk/roundcube/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin originally created by @JohnDoh. This is a fork. I don't maintain this repo!

This branch doesn't work with RoundCube 0.9! Check out rc-0.9 branch for v0.9 support!


Roundcube Webmail ThreeCol

This plugin adds an option to the mailbox settings to enable the user to display the preview pane either to the right had side of the message list or below it.

Jaime_Pomales created a patch to give the default skin a three column layout this patch was the inspiration for the plugin and also provided some of the changes which need to be made to the default skin

License

This plugin is released under the GNU General Public License Version 3 (http://www.gnu.org/licenses/gpl-3.0.html).

Even if skins might contain some programming work, they are not considered as a linked part of the plugin and therefore skins DO NOT fall under the provisions of the GPL license. See the README file located in the core skins folder for details on the skin license.

Install

  • Place this plugin folder into plugins directory of Roundcube
  • Add threecol to $rcmail_config['plugins'] in your Roundcube config

Config

To make enable the three column layout as default for all users set $rcmail_config['previewpane_layout'] = 'right'; in the main config file. To prevent users from changing this setting add previewpane_layout to the dont_override config option

About

DEPRECATED and UNMAINTAINED! See Readme! ////// This Roundcube Plugin adds a user configurable option to place the preview pane below or on the right of the message list. This is a fork of @JohnDoh's original repo.

http://www.tehinterweb.co.uk/roundcube/


Languages

Language:PHP 57.1%Language:JavaScript 31.9%Language:CSS 8.7%Language:Perl 2.3%