Please note 1: You’ll need to be using the latest GitHub development of Textpattern in order to use this admin theme – we have done extensive work on improving the Textpattern admin-side code structure since v4.5 which directly relates to features used within this theme.
Please note 2: This theme is currently under development, and as such parts of the code are probably unfinished/unformated/untested/broken – please check the GitHub project regularly for the latest revisions.
You are free to modify this theme, reuse code herein, and distribute all its supporting files as long as licences are respected (see below).
- Upload the directory ‘hive’ into your Textpattern installation → theme directory.
- Log in to your Textpattern admin area. Navigate to admin → preferences → advanced.
- Select ‘Hive’ from the ‘Admin-side theme’ dropdown list. Save the preferences.
- You can also install the theme easily using the smd_admin_themes plugin.
Options are provided to hide certain sections/fields/features from displaying in the admin pages. To use them simply add any of the rules below to your textpattern → config.php file, before the closing ?> line.
Hide Textpattern branding:
define('hive_theme_hide_branding', true);
Hide page headings:
define('hive_theme_hide_headings', true);
Hide preview tabs group (write/edit page):
define('hive_theme_hide_preview_tabs_group', true);
Hide text filter group (write/edit page):
define('hive_theme_hide_textfilter_group', true);
Hide advanced group (write/edit page):
define('hive_theme_hide_advanced_group', true);
Hide recent articles group (write/edit page):
define('hive_theme_hide_recent_articles_group', true);
Hide keywords field (write/edit page):
define('hive_theme_hide_keywords_field', true);
Hide comments group (write/edit page):
define('hive_theme_hide_comments_group', true);
Hide expires fields (write/edit page):
define('hive_theme_hide_expires_field', true);
Hide image caption field (image edit page):
define('hive_theme_hide_image_caption', true);
Supported browsers: Google Chrome 30+, Internet Explorer 8+, Mozilla Firefox 24+, Apple Safari 5+ (other browsers/versions will probably work fine, within reason, but those are the minimum browsers I routinely test against).