About Admin Theme Boss
A light and clean ProcessWire Theme based on Uikit 3. It features three color schemes, an enhanced breadcrumb as well as many subtile design enhancements. The way it's developed makes this module fully compatible with AdminThemeUikit and all other modules and hooks that take use this base theme.
Category 1 | Admin Helpers Admin helper modules are those that provide helpful tools, UI enhancements or optimizations to the admin panel (excluding Fieldtype or Inputfield modules). |
---|---|
Category 2 | Other Modules Modules that have a unique purpose not covered by existing categories. |
Release State | Beta Close to stable, but users are advised to be cautious and test thoroughly.* |
Authors | |
Module Version | 0.6.3 |
Class Name | AdminThemeBoss |
Compatibility | 3.0 |
Date Added | July 5, 2018 |
Last Updated | September 19, 2019 |
Recommended By | New recommendations may take up to 1 day to appear. |
Instructions
This module's files should be placed in /site/modules/AdminThemeBoss/
How to install or uninstall modules
README
Admin Theme Boss
A light and clear theme based on Uikit 3
Features
- Five unique color options: blue, vibrant, black & pink
- Beautiful redesigned login screen
- Modern typography using Roboto Condensed
- Extended breadcrumb with edit links
- Extends the default AdminThemeUikit so you can continue using all current (and future) AdminThemeUikit features
- Option to activate theme for all users
- Compatibility with AdminOnStreoids and other third party modules
Release Updates
Checkout the Releases Page and subscribe to updates or take a look at the CHANGELOG.md file for a full change log.
Color Variants:
ProcessWire Blue
Dark Black
Vibrant Blue
Happy Pink
Smooth Green new with 0.6.1
Requirements
Requires AdminThemeUikit installed and activated.
Installation
- Make sure the above requirements are met
- Go to “Modules > Site > Add New“
- Paste the Module Class Name “AdminThemeBoss“ into the field “Add Module From Directory“
- Click “Download And Install“
- On the overview, click “Download And Install“ again
- On the following screen, click “Install Now“
Manually
- Make sure the above requirements are met
- Download the theme files from GitHub or the ProcessWire Modules Repository.
- Copy all of the files for this module into /site/modules/AdminThemeBoss/
- Go to “Modules > Refresh” in your admin
- Click “Install“ on the “AdminThemeBoss“ Module
Modify yourself
This is how you modify the themes less files on your own: Run “yarn watch“ to recompile css on file change:
# Change into uikit folder:
$ cd AdminThemeBoss/uikit
# install node_modules:
$ yarn
# recompile on change
$ yarn watch
# or with npm:
$ npm run watch
Now you can modify the less file(s) under “AdminThemeBoss/uikit/custom/…“. The primary theme file is “AdminThemeBoss/uikit/custom/theme/main.less“.
If you wan't to add your own theme, modify “AdminThemeBoss/uikit/themes.json“ and add your new less file ro “AdminThemeBoss/uikit/custom/newtheme.less“.
Update to latest AdminThemeUikit
There is a script that you can run to update the dependencies. It makes a backup of the current theme, downloads the latest AdminThemeUikit and puts everything back together.
License: MIT
See included LICENSE file for full license text.
- Admin Helpers
- Authentication
- Core Modules
- Development Tools
- Email/WireMail
- Field Types
- Import/Export
- Input Fields
- Language Modules
- Language Packs
- Logs/Monitoring
- Markup Generation
- Photo/Video/Audio
- Premium Modules
- Process Modules
- Proof of Concept
- SEO/Accessibility
- Site Profiles
- Social, Feeds, Services
- Text Formatters
- Other Modules
- Users and Access
Disclaimer
*Use modules at your own risk. There are no guarantees or warranties. It is recommended that you backup your site and database before installing new modules.