bbPress, the forum plug in for WordPress has released 0.8 update. The update brings several new features and bug fixes. Some include:
- Forum deletion
- Multibyte tags
- Custom locations for themes, plugins and config.php
- Multiple theme support
- Better support for right-to-left languages.
- Some better backend support for search queries.
- Removal of the
topic_resolvedcolumn from the database. No more “this topic is not a support question†strangeness for forums that aren’t support forums. Those people that want to keep such functionality around will be very pleased with Aditya’s Support Forum plugin.- The ability to delete forums. (No!) Yes!
- Tags that are multibyte aware (you’ll be able to tag in Japanese).
- Multiple theme support. You’ll be able to upload a bunch of themes and select which one you want from the Admin panels.
- A more pluggable database class and user system.
- Anywhere-you-want-them plugins directory, templates directory, and
config.php. This is pretty nice; you’ll be able install a completely “clean†copy of bbPress in, for example, a directory namedpublic_html/forums/and have your templates stored inpublic_html/templates/, your plugins stored inpublic_html/plugins/and yourconfig.phpfile inpublic_html/config.php. None of your custom stuff ever has to be in bbPress’public_html/forums/directory, so upgrades will be a snap.
For a full list of update requirements and features, head over to the official blog.
