✨ 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 BuddyDrive

SleekView reads the buddydrive-file post type and the BuddyDrive postmeta keys (privacy, group, mime type) and renders title, uploader, privacy, group and post_date as a queryable audit grid inside WP Admin.

♾️ Lifetime License available

SleekView table view for BuddyDrive

Move member files out of per-profile areas and into an audit table

BuddyDrive gives BuddyPress members a personal file area with privacy controls (private, friends, group, password protected, public) and group sharing. Files land as the buddydrive-file custom post type with privacy in postmeta and mime types in standard attachment metadata. The default surface is a per-profile file area and an admin moderation queue, which is right for individual member work and wrong for understanding how members are using storage as a whole.

SleekView reads wp_posts filtered to post_type=buddydrive-file, joined with wp_postmeta for privacy and group assignment plus wp_users for display_name. Each file is one row with title, uploader, privacy level, group, mime type and upload date as real columns. Filter to private uploads for storage policy reviews. Sort by post_date for moderation triage. Filter by uploader for quota outreach.

BuddyDrive keeps owning the upload flow, privacy enforcement and the per-profile file area. The table view owns the audit surface, so the files buddydrive-file already records stop hiding inside per-profile areas and become something moderators and operators can actually query.

Workflow

How SleekView surfaces BuddyDrive data

1

Point at buddydrive-file

Pick wp_posts filtered to post_type=buddydrive-file, joined with wp_postmeta for BuddyDrive privacy and group keys plus wp_users for display_name on the post_author column.
2

Compose the columns

Drag in Title, Uploader, Privacy, Group, Mime type, Uploaded. Reorder, hide or rename any column without writing a custom moderation screen.
3

Filter and sort like a database

Filter to a privacy level, a group, a mime type or an upload window. Sort by post_date for moderation triage or by uploader for quota outreach prep.
4

Save and gate the view

Name the view ("Privacy moderation queue", "Recent group uploads", "Top uploaders this quarter") and gate by WordPress capability so moderators, community managers and admins each see the slice that matters.

Sample columns

A typical BuddyDrive audit view

Rows from buddydrive-file posts joined with wp_postmeta for privacy and group plus wp_users for display_name. Member file storage, surfaced as a queryable cross-community table.
Source: wp_posts (post_type=buddydrive-file) + wp_postmeta
Title Uploader Privacy Group Mime Uploaded
Brand assets pack @maya.collins Public application/zip 2025-12-04 09:12
Release notes draft @dev.iturbe Group Devs hangout application/pdf 2025-12-04 09:31
Loop sketch v3 @studio.felix Friends audio/mp3 2025-12-03 14:08
Private mood board @p.nakamura Private image/png 2025-12-02 22:41
Legacy archive @removed.k Password application/zip 2024-04-09 06:50

Comparison

Default BuddyDrive admin vs SleekView

Default BuddyDrive per-profile area

  • Files surface only on per-profile BuddyDrive areas
  • Privacy level hidden behind per-file edit screens
  • No combined filter across privacy, group and mime type
  • Per-uploader watch lists require raw SQL on buddydrive-file
  • Bulk privacy or moderation reviews mean clicking profile by profile

SleekView

  • Every buddydrive-file post rendered as a queryable cross-community table
  • Uploader, privacy, group, mime type and post_date as real, sortable columns
  • Filter to a privacy level, a group or an upload window in one query
  • Saved views per role: moderator queue, manager KPI, ops quota audit
  • Same dataset the chart view aggregates, so table and dashboard stay in sync

Features

What SleekView gives you for BuddyDrive

Member storage as a real table

Render buddydrive-file posts with title, uploader, privacy, group and mime type as columns instead of opening per-profile file areas one at a time.

Composable storage filters

Stack filters on privacy, group, mime type and upload window to build privacy reviews, group storage audits or quota outreach lists in one query.

Privacy audits inline

Group buddydrive-file by privacy level to see how members default the controls, then act on rows in bulk through BuddyDrive APIs without leaving the audit table.

Audience

Who uses SleekView for BuddyDrive

Moderators

Save a privacy plus mime-type view sorted by post_date to triage member uploads row by row with group and uploader in context.

Community managers

Filter buddydrive-file by group and privacy to evaluate group challenges and storage-driven campaigns from row data instead of profile crawls.

Operations

Cross-reference top uploaders and file counts with storage capacity planning to forecast quota needs and to spot members who may need a quota conversation.

The bigger picture

Why member storage deserves a real table

BuddyDrive captures something genuinely useful: per-member file storage with privacy levels and group sharing stored as buddydrive-file posts and postmeta. The default surface tucks that signal into per-profile file areas and an admin queue, which is right for individual member work and wrong for almost everything moderators, managers and operations do at the community level. SleekView reads the same buddydrive-file rows and renders them as a queryable audit table with uploader, privacy, group, mime type and upload date as real columns.

Filters stack into a single query so the privacy review, the group storage audit and the quota outreach list become one-click saved views. BuddyDrive keeps owning uploads, privacy enforcement and per-profile rendering, while moderators and operators get the per-row surface the dataset always deserved.

Questions

Common questions about SleekView for BuddyDrive

wp_posts filtered to post_type=buddydrive-file, joined with wp_postmeta for BuddyDrive privacy and group keys and wp_users for display_name on the post_author column. No additional tracking is required.

 

Yes. Privacy is a real column on the audit table. Filter to private, friends, group, password protected or public uploads for storage policy reviews and member-education campaigns.

 

Yes. BuddyDrive writes a group reference into postmeta when a file is shared with a group. Filter by that meta_key to scope the audit table to a single group's storage.

 

Yes. post_date is a real column on the audit table. Sort ascending or descending to triage today's moderation queue or to audit long-stored private uploads.

 

Yes. The chart view and the table view share the dataset, so a privacy filter or an upload window narrows both surfaces. Moderators pivot between row audit and chart summary without rebuilding filters.

 

Yes. SleekView views can be private or shared with specific roles. A common setup: a moderator-only privacy queue, a manager-facing storage KPI table and an ops-only quota audit.

 

Only when the table view explicitly enables inline edits. Writes route through wp_update_post and update_post_meta so BuddyDrive save logic, privacy enforcement and notification hooks fire as usual.

 

Yes. Any filtered cohort exports as CSV with post_title, post_author, display_name, privacy, group and post_date as columns. Useful for moderation reviews, quota outreach and quarterly storage audits.

 

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