Forum Replies Created
-
In reply to: bbPress 2.0 – Updates
looks like the url of the combined feed got mangled (it striped the open and close bracket characters after each post_type param). see the core ticket for the proper syntax for the combined feed.
In reply to: bbPress 2.0 – Updateshmmm.
As all bbPress entities are custom posts then these urls work great out of the box:
// feed of forums
http://domain.com/?feed=rss2&post_type=forum
// feed of topics
http://domain.com/?feed=rss2&post_type=topic
// feed of replies
http://domain.com/?feed=rss2&post_type=reply
// combined feed
http://domain.com/?feed=rss2&post_type%5B%5D=topic&post_type%5B%5D=reply
All based on this ticket in core:
In reply to: bbPress 2.0 – UpdatesToo bad you can’t piggyback on the category feeds. Maybe assign a category to a forum?
In reply to: bbPress 2.0 – Updates@gautam: soon as in for 1.0? or a future release. thanks.
In reply to: bbPress 2.0 – UpdatesDo forums map to WP categories? I’m trying to generate an RSS feed for a single forum and another for all forums. RSS feed for a forum would contain the topics. Just adding feed=rss2 to the url doesn’t seem to work.
Is there any other way to “subscribe” to a forum so that you get notified of new topics created?
thanks all.
In reply to: bbPress 2.0 – UpdatesWhat hooks does bbPress plugin use during new user registrations? I’m looking to write a recaptcha plugin but not sure what hooks might be available when a new user registers.