diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2ba04..0a41429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ ## Version 0.2.0 -* Rewrite of the Module – now "extends" AdminThemeUikit by replacing the CSS -* Added extended Breadcrumb -* Added option to force all users theme +* Theme is now a module extending AdminThemeUikit by replacing the CSS +* This simplifies the installation, simply download the module and install it +* Added extended breadcrumb with edit links +* Added option to activate the theme for all users ## Version 0.1.4 diff --git a/README.md b/README.md index a855099..fa6c676 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,30 @@ # Admin Theme Boss #### A light and clear theme based on Uikit 3 -The Theme comes with 3 color options and Roboto Condensed as default font. -There are also slight tweeks to paddings etc. from the default theme. +### Features + +* Three unique color options +* Beautiful typografy using Roboto Condensed +* Extended breadcrumb with edit links +* Extends AdminThemeUikit, you can continue using all AdminThemeUikit features +* Option to activate theme for all users + ## Color Variants: ### ProcessWire Blue ![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/pw.png "Default ProcessWire Blue") -### Vibrant -![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/vibrant.png "Vibrant Color") +### Vibrant Blue +![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/vibrant.png "Vibrant Blue Color") -### Black -![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/black.png "Black Color") +### Dark Black +![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/black.png "Dark Black Color") ## Requirements -Requires AdminThemeBoss installed and activated. Make sure to activate Uikit in your profile first: - -![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/profile.png "Activate Uikit in your profile") - -You can also set the default theme like so in you site/config.php +Requires AdminThemeUikit installed and activated. $config->defaultAdminTheme = 'AdminThemeBoss'; @@ -33,6 +35,7 @@ You can also set the default theme like so in you site/config.php 1. Go to “Modules > Add New“ 2. Open “Add Module from URL“ and past the following url: https://github.com/noelboss/AdminThemeBoss/archive/master.zip 3. Click “Download“ +4. Click “Install“ on the “AdminThemeBoss“ Module ![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/installation.png "Installation using URL") @@ -42,14 +45,8 @@ You can also set the default theme like so in you site/config.php 1. Make sure the above requirements are met 2. Download the theme files from [GitHub](https://github.com/noelboss/AdminThemeBoss) or the [ProcessWire Modules Repository](https://modules.processwire.com/modules/admin-theme-uikit/). 3. Copy all of the files for this module into /site/modules/AdminThemeBoss/ - -## Activate - -1. Go to “Modules > Refresh” in your admin -2. Open “Modules > Core > AdminThemeBoss” -3. “Module file to use“ select “/site/modules/AdminThemeBoss/AdminThemeBoss.module“ - -![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/acitvate.png "select “/site/modules/AdminThemeBoss/AdminThemeBoss.module“") +4. Go to “Modules > Refresh” in your admin +4. Click “Install“ on the “AdminThemeBoss“ Module ## License: MIT