This plugin searches the WordPress Posts whenever a search is executed in BBPress. The template for the search will need to be modified to display the posts
Feedback and Support
Please leave your comments, bugs and feedback at this forum
Download
Download the plugin here
Functions
bb_search_wp(
$q // text that needs to be searched
)
bb_search_wp function performs the search on the wordpress tables and populates the variable $wp_posts.
bb_wp_post_link(
$row // row from the result set from the wordpress post search.
)
bb_wp_post_link returns the link for the post with the settings in the config.php. The text shown is the title of the post.
bb_wp_search_default_display()
bb_wp_search_default_display function displays the posts from the wordpress for the default bbpress theme. this can be used as a reference to code custom templates.