Status options are rendered as a select field in current Textpattern CMS versions. This plugin is deprecated.
Rah_status_dropdown is a visual admin-side extension for Textpattern CMS. The plugin changes Write panel’s status radio buttons to a select field. Changing the list of statuses to a dropdown will save some space, and hides the extra article statuses that might have no real use to a content author.
- Reverts 0.6.1.
- Casts statuses as strings.
- Changed plugin type to 4, which allows the plugin to load correctly on Textpattern v4.5.0.
- Now requires Textpattern 4.5.0 or newer.
- Is now fully compatible with Textpattern v4.5.0 release version.
- Added: The select field is now wrapped in a paragraph.
- Changed: Client-side dependency. Uses the pluggable_ui and server-side PHP instead of JavaScript.
- Is now compatible with Textpattern v4.5.0 (r3650 and newer).
- Now the plugin doesn’t use PHP tie-in, and the all the action is powered by JavaScript.
- Fixed: Don’t spit out JavaScript when the browser’s JavaScript support is disabled.
- Moved the JavaScript to
<head>
. - Now gets the active status with plain JavaScript, not with PHP from the saved article.
- Because of the above change, the code is now shorter and less intensive.
- Now requires Textpattern version 4.0.7 or newer.
- Initial release.