Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

BAW Better Admin Color Themes

Описание

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.

Скриншоты

  • The new colors and clickable gradient
  • The new icon sets
  • My menu with "lavender" color and "Fugue" icons

Установка

  1. Upload the «baw-better-admin-color-themes» to the «/wp-content/plugins/» directory
  2. Activate the plugin through the «Plugins» menu in WordPress
  3. Go to your profile page

Часто задаваемые вопросы

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’ );

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«BAW Better Admin Color Themes» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «BAW Better Admin Color Themes» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0

  • 24 mar 2012
  • First release