✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for BuddyPress Followers

SleekView reads the bp_follow table BuddyPress Followers writes to and renders leader, follower, member type and date_recorded as a queryable audit grid inside WP Admin instead of scattered per-profile widgets.

♾️ Lifetime License available

SleekView table view for BuddyPress Followers

Move follow rows out of per-profile widgets and into an audit table

BuddyPress Followers adds Twitter-style asymmetric follows on top of BuddyPress, storing each relationship in the bp_follow table with leader_id, follower_id and date_recorded columns. The default surface is a per-profile widget showing one member's followers and followings, which is right for landing on a single profile and wrong for understanding the community graph as a whole.

SleekView reads bp_follow joined with the BuddyPress users table and renders the relationships as a sortable audit table. Filter to follows recorded in the last 30 days to track onboarding momentum. Sort by leader display_name to triage abuse reports. Group rows by member_type to see which segments are driving the graph. The same dataset the chart view aggregates becomes a row-level surface for community managers, moderators and ambassador programs.

The plugin keeps owning follow buttons, notifications and graph integrity. The table view owns the audit surface, so the relationships BuddyPress Followers already records stop hiding inside per-profile screens and become something community ops can actually query.

Workflow

How SleekView surfaces BuddyPress Followers data

1

Point at bp_follow

Pick bp_follow joined with the BuddyPress users table on both leader_id and follower_id, exposing display_name, member_type and last_activity for both sides of every relationship.
2

Compose the columns

Drag in Leader, Follower, Member type, Leader inbound count, Follower outbound count and date_recorded. Reorder, hide or rename any column without a custom manage_users_columns callback.
3

Filter and sort like a database

Filter to last-30-days follows, to a specific leader for outreach prep or to follows where leader_id and follower_id share a member_type. Sort by date_recorded for moderation review.
4

Save and gate the view

Name the view ("Ambassador outreach shortlist", "Recent follows audit", "Cross-segment follows") and gate by WordPress capability so community managers, moderators and admins land on the slice that matters to them.

Sample columns

A typical BuddyPress Followers audit view

Rows from bp_follow joined with display_name and member_type on both leader and follower sides. The same data per-profile widgets show, surfaced as a queryable cross-community table.
Source: wp_bp_follow
Follower Leader Follower type Leader type Recorded Status
@maya.collins @dev.iturbe member ambassador 2025-12-04 09:12 Active
@p.nakamura @dev.iturbe member ambassador 2025-12-04 09:31 Active
@studio.felix @team.osei member team 2025-12-03 14:08 Active
@flagged.ohara @dev.iturbe member ambassador 2025-12-02 22:41 Under review
@removed.k @team.osei team 2025-11-28 06:50 Member deleted

Comparison

Default BuddyPress Followers admin vs SleekView

Default BP Followers per-profile widgets

  • Followers and followings surface only on individual profile screens
  • No cross-community view of recent follow activity
  • Member_type on either side of a relationship isn't shown next to the row
  • Per-leader outreach lists require raw SQL on bp_follow
  • Moderation review of suspicious follow patterns means clicking profile by profile

SleekView

  • Every bp_follow row rendered as a queryable table
  • Leader and follower display_name plus member_type as real columns
  • Filter to last-30-days follows, a specific leader or cross-segment relationships
  • Saved views per role: community manager outreach, moderation triage, ambassador shortlist
  • Same dataset the chart view aggregates, so table and dashboard stay in sync

Features

What SleekView gives you for BuddyPress Followers

Follow graph as a real table

Render bp_follow as rows with both display names, both member_types and date_recorded instead of opening profile after profile to reconstruct the graph by hand.

Composable follow filters

Stack filters on leader, follower, member_type and date_recorded to assemble ambassador outreach lists, abuse-review cohorts or onboarding-quality slices in one query.

Recency inline

date_recorded sits on every row so the audit table answers when each follow happened, not just whether the relationship exists today.

Audience

Who uses SleekView for BuddyPress Followers

Community managers

Sort by leader_id and inbound count to build the real outreach shortlist, then filter to follows recorded after onboarding flow changes to measure impact in rows.

Moderators

Filter to follows on a flagged leader or to bursts of follows from new accounts and triage suspicious patterns row by row instead of profile by profile.

Ambassador programs

Export the top-followed-leader cohort with member_type and join date to brief featured-member rotations from a single audit table rather than a spreadsheet.

The bigger picture

Why follow data deserves a real table

BuddyPress Followers captures a directed graph of who pays attention to whom inside the community, written one row at a time into bp_follow with the people and timestamps already attached. The default surface tucks that signal into per-profile widgets, which is right for opening one member and wrong for almost everything community ops actually does with follow data. SleekView reads the same bp_follow rows and renders them as a queryable audit table with leader, follower, member_type on both sides and date_recorded.

Filters stack into a single query so the recent-follows audit, the cross-segment cohort and the per-leader outreach list become one-click views rather than profile crawls. The plugin keeps owning the follow buttons, notifications and graph integrity, while community managers get the per-row surface the dataset always deserved.

Questions

Common questions about SleekView for BuddyPress Followers

bp_follow joined with the BuddyPress users table for display_name, member_type and last_activity on both leader and follower. No new tables are introduced and no extra meta is written to the site.

 

Yes. BuddyBoss is a fork of BuddyPress and uses the same bp_* schema, including bp_follow when BP Followers is installed. The same audit table works on either platform without configuration changes.

 

Yes. SleekView exposes member_type and WordPress role as filterable columns on both leader and follower sides. Common saved views include 'cross-segment follows only' and 'ambassador inbound follows last 30 days'.

 

Yes, when explicitly enabled. Status edits go through the BuddyPress Followers API rather than direct SQL, so plugin hooks observe the writes exactly as they would from a profile screen.

 

Yes. The chart view and the table view share the dataset, so a member_type filter or a last-30-days slice narrows both surfaces. Community managers pivot between row audit and rollup without rebuilding filters.

 

Yes. date_recorded is a first-class column. Sort by it for moderation triage of new bursts, or group by it for onboarding-impact reviews against a baseline week.

 

Yes. Any filtered cohort exports as CSV with the columns the view shows, including leader_id, follower_id, both display_names, both member_types and date_recorded. Useful for ambassador outreach briefs.

 

Yes. SleekView queries bp_follow with indexed joins and paginates results, so communities with hundreds of thousands of relationships still load the table without timing out admin requests.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView