This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

MyAvailStatus

Description

Using MyAvailStatus you can show your availability status message to your client very easily. Just set the options and use the widget or the code. It is based on MyMood by Webgarb.

Please note that this plugin is very basic in the moment. Following weaknesses occur, which have to be taken care of in versions to come and of course in the meantime can be handled by adapting the code in “myavailstatus_plugin.php”.

  • No localization possible
  • No custom CSS for Widget and code implementetion supported
  • No custom icons supported

CSS Guidance

  • Widget Container ID: myavailstatus-widget
  • Widget Container class: myavailstatus_widget
  • Icon class (<img>): myavailstatus_wicon
  • Status text class (<p>): myavailstatus_wtext
  • Status description classe (<li>): myavailstatus_wdesc

Screenshots

  • The Admin Panel, to be found within "Settings".
  • The Widget.
  • The result (within my specific theme for www.glehner.de)

Installation

  1. Download and unpack the “mystatus” directory from the .zip-file
  2. Upload the “mystatus” directory to the “/wp-content/plugins/” directory
  3. Activate the plugin in the “Plugins” menu of WordPress
  4. Define your settings and drag the widget to the desired place or implement the code within the template

FAQ

None this far.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“MyAvailStatus” is open source software. The following people have contributed to this plugin.

Contributors

Translate “MyAvailStatus” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.9.1

  • Separated display code for widget and template implementation
  • Changed HTML tags of widget display code to match with WordPress Codex
  • Added classes to Widget elements to allow design modification

0.9

  • Adapted from MyMood 1.2 by Webgarb.