This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Search bbPress

Description

Search bbPress extends WordPress’ native search to include bbPress post types allowing WordPress to automatically include bbPress content in results. Link adjustments are made to results to ensure users will be taken directly to replies, topics, and forums. This plugin also fixes the double quote typo in bbPress’ unified login widget.

Simply activate to add the power of search to your forum.

A plugin from Stephen Carroll at ServerPress.com

  • Want more? Check out themes, plugins, and everything *Press (WordPress, bbPress, BuddyPress) related at ServerPress.com.
  • Please support me by checking out my newest projects or visiting here.

Additional Info

Purpose: What good is a forum without search? Our plugin addresses this issue. You may already know that WordPress is an expert on taxonomy and already handles posts, tags, and parent-to-child page hierarchy beautifully. But search is missing on the front end; where it matters to your visitors. My Search bbPress plugin takes care of this and promotes forum participation with links that take them to the heart of their search terms. Have your bbPress implementation deliver search results that matter!

Installation

  1. Upload the entire search-bbpress folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enjoy! 😉

How It Works

  • Extends WordPress’ native search actions and filters to include bbPress content.
  • Hooks into the search results loop to correct bbPress links, to ensure users can be taken to straight to the given forum, topic, or reply.
  • Uses jQuery to correct the unified login widget (I’ve submitted these bugs to core track so hopefully we won’t need this in the future).

FAQ

How can I style search results?

Inspect the search results and note that h2 headings are proceeded by a div containing the post type (i.e. type-post, type-forum, type-reply, type-topic). You can easily style, omit, enhance, etc. with CSS alone.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Search bbPress” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Search bbPress” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1

  • Initial release on WordPress.org