=== Plugin Name === Contributors: Chad Hovell Donate link: Tags: admin, administration, edit, editor, sidebar, screen, screenoptions, layout, three, third, tri, column, columns Requires at least: 3.4 Tested up to: 3.6.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Three-column layouts for admin editor screens. == Description == Adds an extra column beside (or below) the main content area on each admin editor screen. Use the Screen Options to change the layout: * 3a - Beside content, variable width * 3b - Beside content, fixed width * 3c - Below content, right side fixed * 3d - Below content, variable width * 3e - Below content, left side fixed == Installation == 1. Upload the `three-column-screen-layout` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Edit any post 1. Open the 'Screen Options' pull down tab 1. Change the 'Number of Columns' setting 1. Drag metaboxes to the third column == Frequently Asked Questions == = How does it work? = WordPress already has a third metabox drop-target called 'advanced-sortables' which is normally inaccessible, but still rendered in the 'normal-sortables' column. This plugin uses jQuery to insert a new container column and move 'advanced-sortables' into it, and styles it to match the default admin theme. = The third column does not appear / some layouts look the same? = Column display is based on your browser window size. At around 1400px wide the layout will collapse to two columns, and around 850px it will collapse to one column. = The Wysiwyg editor has overflow problems? = This is default behavior and has not been changed. == Screenshots == 1. Third column beside the content area 2. Third column below the content area == Changelog == = 1.0 = * Checks WP version before applying * Fixed problem where you couldn't drag metaboxes onto the sidebar * Postbox is hidden until new column is ready = 0.1 = * First release == Upgrade Notice == = 1.0 = Bugfix = 0.1 = First release