bbp style pack
by Robin W · Uncategorized
Also makes 8 other plugins · 8.2K+ installs across the portfolio →
For bbPress - Lets you style bbPress, and add display features
91 health vs 56 average across 16,376 Uncategorized plugins
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Well optimized
Biggest win: Support resolution
To rank higher: Mark more forum threads resolved — the resolved ratio feeds the ranking.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
1.7K
now · peak 36.0K
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Rating trend
Star average over time · dips mark rough releases
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
Actively maintainedHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
7
releases in the last 12 months
2mo ago
latest release · v6.4.7
374
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 77% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “6K+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2015-04-24 · 1,433 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from. A declining trend compresses what a buyer would pay.
Details
Recent reviews
All reviews on wp.org ↗- ★★★★★ tomas254781.3y ago
The support really works and the features are great.
Read on wp.org ↗ - ★★★★★ lepatachou1.3y ago
Dozens of options for your forum. Makes setting up much easier.
Read on wp.org ↗ - ★★★★★ harryleung1.7y ago
First of all, this plugin is great and very useful. Thank you for your work!I would like to report a bug. In the Unread Posts tab, for the 6th option, Opt-in or Opt-out options, I selected the Allow users to opt-in option. However, I noticed that the “Mark all topics as read” button still appears on the page for users who have not chosen to enable the “Display unread icons” feature or for users who are not logged in. I believe this is a bug because this button is meaningless for those users. I also saw that the code for this feature is no longer maintained, but I would really appreciate it if you could fix this bug. I tried custom the function code but it didn’t work… function bsp_add_unread_actions () { global $bsp_style_settings_unread ; if (!is_user_logged_in()) return; $user = wp_get_current_user(); $user_id = $user->ID; $optinout = (!empty(get_user_meta($user_id, 'bsp_unread_optinout', true)) ? get_user_meta($user_id, 'bsp_unread_optinout', true) : ''); $show_unread = false; if ($bsp_style_settings_unread['optinout'] == 1) { $show_unread = true; } elseif ($bsp_style_settings_unread['optinout'] == 2 && $optinout == 1) { $show_unread = true; } elseif ($bsp_style_settings_unread['optinout'] == 3 && $optinout != 2) { $show_unread = true; } if ($show_unread) { add_action("bbp_theme_before_topic_title", "bsp_ur_icon_wrapper_begin"); add_action("bbp_template_after_single_topic", "bsp_ur_on_topic_visit"); add_action('bbp_theme_before_forum_title', 'bsp_unread_forum_icons'); add_action('bbp_template_before_single_forum', 'bsp_test_mark_as_read'); }}
Read on wp.org ↗ - ★★★★★ astrologiamb2.3y ago
I need to show the forum name on my notification email, this plugin solved my problem
Read on wp.org ↗ - ★★★★★ itsmifred2.4y ago
this plugin is a Swiss army knife and its author is extremely helpful and responsive, thank him!
Read on wp.org ↗ - ★★★★★ Oliver2.5y ago
Best support ever
Read on wp.org ↗ - ★★★★★ trucmortal2.9y ago
your approach to the matter is very convenient in practice for the user. thx!
Read on wp.org ↗ - ★★★★★ TreeTrail3.0y ago
“bbp style pack” is a really great free WordPress plugin! When I used their free support this week, codejp3 was super awesome. I needed help on another occasion and Robin Wilson was fantastic!!! This plugin adds all of the functionality to make bbPress most useful and user friendly. Thanks!!! This topic was modified 1 year, 7 months ago by TreeTrail. Reason: Update
Read on wp.org ↗
Latest updates
via wp.org changelogRecent releases and news for this plugin
- — Version 6.4.7 Fix an security issue with topic additional fields – with thanks to “Artus KG” for both finding the issue and helping with the fix. 6.4.7
- — Version 6.4.6 Fix an issue with topic additional fields 6.4.6
- — Version 6.4.5 A minor change to the bsp-display-forum-index shortcode to correctly allow hiding of breadcrumbs if desired. 6.4.5
- — Version 6.4.4 *A fix for version 6.4.3 which threw an error if you had not updated to WordPress 6.9′. *I’ve added an iption in the bbpress bug fixes tab to remove the Load Text domain notice if you are uisng a child theme 6.4.4
- — Version 6.4.3 *A fix for ‘Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead’. 6.4.3
- — Version 6.4.2 *minor fix for deprecated function in includes/buddypress.php 6.4.2
Known vulnerabilities
via Wordfence Intelligence3 disclosed vulnerabilities on record for this plugin, all fixed in the current version. Sites on older versions stay exposed until they update.
- Medium · 6.4 bbp style pack <= 6.4.5 - Authenticated (Subscriber+) Stored Cross-Site Scripting via Topic Form Additional Fields ↗2026-07-10 CVE-2026-15010 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects <= 6.4.5 Patched in 6.4.6
- Medium · 6.4 bbp style pack <= 5.6.7 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode ↗2023-09-28 CVE-2023-44984 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects < 5.6.8 Patched in 5.6.8
- 2023-05-30 CVE-2023-33997 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects < 5.5.6 Patched in 5.5.6
Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.
CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 8.1.12 · WP 7.0.1
Languages
via translate.wordpress.orgTranslated into 9 languages, 0 at 90% or more
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2025-07-26 7K+ → 6K+ down after 480 days in tier
- 2024-04-02 8K+ → 7K+ down after 450 days in tier
- 2023-01-08 9K+ → 8K+ down
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
- P Private groups 1K+ installs · 4.7★ · 3 shared tags A
- B bbP topic count 300+ installs · 4.5★ · 3 shared tags A
-
Turnkey bbPress by WeaverTheme 300+ installs · 4.1★ · 3 shared tags A - B bbp user ranking 200+ installs · 4.4★ · 3 shared tags A
- B bbp last post 200+ installs · 4.4★ · 3 shared tags A
- B bbp profile information 100+ installs · 4.0★ · 3 shared tags B
Embed this report card
Drop a live Pulse card for bbp style pack into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/bbp-style-pack" width="480" height="300" style="border:0" loading="lazy" title="bbp style pack — Plugin Pulse"></iframe> bbp style pack: 6K+ active installs, 4.9★ (99 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/bbp-style-pack