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

Space Manager

Описание

WordPress’ built-in text widget is great, but it’s not all that user-friendly. Space Manager let’s you use the familiar WordPress’ post editor to create «Spaces» and organize them into «Zones». You can drop these Zones into any sidebar and customize how you want to display them.

Extending

This plugin can easily be extended. Check out Ad Space Manager to learn how to create your own extension of the Space Manager plugin.

Скриншоты

  • Setup zones to group your spaces logically
  • Create spaces within the zones
  • Use the built in tinyMCE editor to drop images into your spaces, just like writing a post.
  • Display the spaces in any sidebar and customize the appearance

Установка

  1. Upload space-manager to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Under the Settings menu click on «Space Manager»
  4. Create a «Zone»
  5. Create a «Space»
  6. Under the Appearance menu click on «Widgets»
  7. Drag the «Space Manager» widget to a sidebar

Отзывы

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

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

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

Участники

Перевести «Space Manager» на ваш язык.

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

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

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

1.2.2

Added more descriptive class names
Changed structure of output functions to make them more useful when overridden
Passed some helpful variables into filters

1.2.1

Made manager variable available to widget subclasses.
Added over-rideable spaceName and spaceContent functions.

1.2

Changed static reference to beforeZone, beforeSpace, beforeSpaceName, afterZone, afterSpace, afterSpaceName so that they can be overridden by sub classes.

1.1

Fixed problem that caused non administrators to be locked out of the admin

1.0

Initial plugin creation