=== BuddyPress Custom Posts === Contributors: kunalb Tags: BuddyPress, Custom Posts, Custom Components, For Developers Requires at least: 3.0.0 Tested up to: 3.0.1 Stable tag: 0.1.2 Provides an API to create custom components in BuddyPress around custom post types in WordPress. == Description == Allows registering a custom post type to get access to a basic front end editor, complete activity integration among other things. The API is still under development. Required for EventPress to run on BuddyPress. Part of my GSoC 2010 project. Mentored by John James Jacoby. == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Why is there no UI for adding custom posts? = This plugin is aimed at developers wanting to extend BuddyPress and provides a function to allow for easy integration of custom post types and the buddypress frontend instead of having to reinvent the wheel every time; there are no plans for making a UI to map custom posts to custom components at this point of time. = Why? = Because. == Screenshots == == Changelog == = 0.1.2 = See http://code.google.com/p/buddypress-custom-posts/issues/list?can=1&q=label%3AMilestone-0.1.2 for complete changes. Highlights * .pot file included. * Activity bug resolved. = 0.1.1 = Bugfixes: * Removed dependence on folder name. = 0.1 = First version