Generates a multi-level (multiple select boxes) AJAX populated category dropdown widget. Perfect for blogs with large numbers of categories as it only loads category sub levels via AJAX as the user selects parent categories.
The plugin automatically detects how many sublevels of categories your blog has and shows a form with the corresponding number of select boxes, as a user selects from the first select box is populates the second with sub categories of the first etc.
A real world example would be a blog that's category structure is based on towns eg. State, City, Suburb
Administrators can customize the text in the different level of select boxes. eg "Select a State" for the first level and "Select a city" for the second level.
Support forum at
forums.dyasohat.com
The plugin will also detect the current category and load it's subcategories automatically.
Please note this plugin is a beta release, it's probably still got a few bugs but's not likely to break your blog, so test it out and let me know what TLC it needs.
Future Versions (most of the code for this exists already but needs a bit more work before I enable these features):
- Optionally replace the category browser for posts with an AJAX'ed version to speed up blogs with massive category lists.
- Optionally replace the category filter dropdown on the admin posts page with multilevel AJAX select boxes.
- Better widget CSS styling options
- WP 2.8 widget API (code actually 80% complete, but awaiting a stable 2.8)
Support this Plugin with your donation.
This section describes how to install the plugin and get it working.
e.g.
- Unzip the file and upload entire
dhat-ajax-cat-dropdown
folder to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to the widgets page and add the Ajax Category Dropdown widget to your sidebar. Configure the widget options.
09-05-2009
0.1.5 Version stable, no serious bugs reported
Added options to widget to show/hide count
Added options to widget to choose what to count ie: posts, sub cats etc
Added options to widget to choose how to sort the categories in the select boxes.
21-04-2009
Version 0.1.1b Fixed folder naming issue
19-04-2009
Version 0.1.0b Beta Testing Release