Beschrijving
This plugin adds 4 more colors into your admin/member profile. It changes the “4 squares preview” with a beautiful gradient preview. You can click on it to select the teme : it changes in real time to preview colors !
I added 4 icon themes for your admin menus, same behavior : click on it to preview.
Schermafbeeldingen
Installatie
- Upload the “baw-better-admin-color-themes” to the “/wp-content/plugins/” directory
- Activate the plugin through the “Plugins” menu in WordPress
- Go to your profile page
FAQ
- Can i add more colors?
-
Yes, WordPress got a function for this : wp_admin_css_color() (check the codex)
You have to create or copy+modify a existing CSS file to set your colors. - Can i add more icons?
-
Yes, i added a WP like function called : wp_admin_css_icon()
wp_admin_css_icon( $slug, $title, $css_url, $pic_preview_url );
Example of use:
wp_admin_css_icon( ‘fugue’, _x( ‘Fugue’, ‘admin icon scheme’ ), BAWBACT_PLUGIN_URL . ‘/css/fugue.css’, BAWBACT_PLUGIN_URL . ‘/css/images/menu-fugue.png’ );
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“BAW Better Admin Color Themes” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “BAW Better Admin Color Themes” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0
- 24 mar 2012
- First release