Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Hive admin-side theme for Textpattern CMS v4.5

You are free to modify this theme, reuse code herein, and distribute all its supporting files as long as licences are respected (see below) – go wild!

Installation instructions

  1. Upload the directory ‘hive’ into your Textpattern installation → theme directory.
  2. Log in to your Textpattern admin area. Navigate to admin → preferences → advanced.
  3. Select ‘Hive’ from the ‘Admin-side theme’ dropdown list. Save the preferences.
  4. You can also install the theme easily using the smd_admin_themes plugin.

Custom CSS toggles

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 Textile group (write/edit page):

define('hive_theme_hide_textile_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 tag builder column (pages and forms pages):

define('hive_theme_hide_tag_builder_column', true);

License

Major components:

  • Modernizr: MIT/BSD
  • Selectivizr: MIT

Everything else:

Released under the GNU General Public License, see LICENSE.txt for terms and conditions.