I’ve done a quick pass over the bbPress API to clean up the obvious API oddities. I’ll also soon be looking for redundant actions and filters. This may break some of your plugins, but will hopefully make things easier for everyone in the end.
There will likely be quite a few changes over the next weeks. Look ahead to a better bbPress!
bb_add_user_favorite
: used to pass one serialized array. Now passes two parameters.bb_remove_user_favorite
: same.- Action
resolve_topic
moved to after DB update. - Same for
close_topic
,stick_topic
,unstick_topic
. - Action
opentopic
moved to after DB update and renamed toopen_topic
. - Filter
topic_resolution
added: filters resolved status. Passestopic_id
as an extra parameter. bb_already_tagged
: used to pass one serialized array. Now passes three parameters.- Same for
bb_tag_added
. bb_tag_created
: used to pass one parameter. Naw passes two. Order has changed.bb_tag_removed
: used to pass one serialzed array. Now renamed tobb_pre_tag_removed
and passes three parameters.- Same with
bb_tag_merged
. Renamed to bb_pre_merge_tags. bb_tag_destroyed
renamed tobb_pre_destroy_tag
.
NICE, i can honestly say that we are all looking forward to it.
What would be gold is a tutorial to install bbpress on a wordpress system using the same db for authentiation.