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

SleekView reads rtm_media joined with rtm_media_meta and rtm_media_interaction and renders media type, author, context, privacy and upload_date as a queryable audit grid inside WP Admin.

♾️ Lifetime License available

SleekView table view for rtMedia

Move media uploads out of a moderation queue and into an audit table

rtMedia adds photo, audio and video uploads on top of BuddyPress or BuddyBoss, storing each upload as a row in rtm_media with media_type, media_author, context (profile, group), privacy and upload_date columns. Interaction data (likes, views) lives in rtm_media_interaction keyed by media_id. The default rtMedia admin shows a per-row moderation list, which is right for triaging a single upload and wrong for cohort-level audits.

SleekView reads the rtm_media tables joined with the BuddyPress users table and renders the stream as a queryable audit table. Filter to video uploads in the last 14 days for moderation triage. Filter to private uploads from new members to spot onboarding patterns. Sort by media_author to assemble creator-program shortlists or moderation review lists. The same data the chart view aggregates becomes a row-level surface for community managers, moderators and creator programs.

The plugin keeps owning uploads, transcoding and rendering. The table view owns the audit grid, so the data rtMedia already records stops hiding behind a flat moderation row list and becomes something operations can query.

Workflow

How SleekView surfaces rtMedia data

1

Point at rtm_media and companions

Pick rtm_media joined with rtm_media_meta and rtm_media_interaction for like and view counts, plus the users table for display_name and member_type.
2

Compose the columns

Drag in Media, Author, Type, Context, Privacy, Likes, Views and upload_date. Reorder, hide or rename without a custom hook.
3

Filter and sort like a database

Filter to video uploads in the last 14 days, to context=group privacy=public or to a specific author. Sort by upload_date for moderation triage or by Likes for creator programs.
4

Save and gate the view

Name the view ("Video moderation queue", "Top creators shortlist", "Privacy audit") and gate by capability so moderators, community managers and program leads land on the right slice.

Sample columns

A typical rtMedia audit view

Rows from rtm_media joined with rtm_media_interaction and the users table. Media type, context and privacy surfaced as queryable columns.
Source: wp_rtm_media
Author Type Context Privacy Uploaded Status
@maya.collins photo group Public 2025-12-04 09:12 Approved
@dev.iturbe video profile Friends 2025-12-04 08:48 Approved
@p.nakamura audio group Public 2025-12-03 17:31 Approved
@flagged.ohara video profile Public 2025-12-03 16:09 Pending
@spam.k photo profile Public 2025-12-02 22:41 Rejected

Comparison

Default rtMedia admin vs SleekView

Default rtMedia admin

  • Default admin is a per-row moderation list, not a cohort-level audit
  • Privacy and context columns aren't filterable in the default admin
  • Likes and views from rtm_media_interaction don't show inline
  • Per-author rollups for creator programs require raw SQL
  • Cross-type audits (video-only, audio-only) require manual scrolling

SleekView

  • rtm_media rendered with author, type, context, privacy and upload_date columns
  • Likes and views from rtm_media_interaction joined onto the row
  • Stacked filters on media_type, context, privacy and upload_date
  • Saved views per role: moderator queue, creator shortlist, privacy audit
  • Same dataset the chart view aggregates, so table and dashboard stay in sync

Features

What SleekView gives you for rtMedia

Three tables, one audit grid

Render rtm_media, rtm_media_meta and rtm_media_interaction together with display_name attached, instead of querying three tables by hand.

Composable media filters

Stack filters on media_type, context, privacy and upload_date to build the video moderation queue, the privacy audit or the creator-program shortlist in one query.

Engagement inline

Likes and views from rtm_media_interaction sit on every row, so creator-program decisions read engagement and upload metadata in the same audit grid.

Audience

Who uses SleekView for rtMedia

Moderators

Filter to video uploads awaiting review or to public profile context and triage the high-risk cohort row by row rather than scrolling the entire upload stream.

Creator programs

Sort by Likes or Views joined from rtm_media_interaction to identify high-output, high-engagement creators for invites, featured rotations or paid program tiers.

Community managers

Group rows by upload_date and media_type to evaluate prompt and theme effectiveness, paired with the chart view for rollup context.

The bigger picture

Why media uploads deserve a real table

rtMedia captures detailed creator signal: who uploads, what media types, in what context with what privacy and how often. The default admin renders that as a flat moderation row list, which is right for triaging individual uploads and wrong for understanding what the community is making at the cohort level. SleekView reads the rtm_media tables joined with rtm_media_interaction and the users table and renders the stream as a queryable audit grid with type, context, privacy, author and engagement counts as real columns.

Filters stack into a single query so the moderation queue, the creator shortlist and the privacy audit become one-click views rather than spreadsheet exports. The plugin keeps owning uploads, transcoding and rendering, while community ops finally has the per-row surface the dataset always deserved.

Questions

Common questions about SleekView for rtMedia

rtm_media joined with rtm_media_meta and rtm_media_interaction for likes and views, plus the BuddyPress users table for display_name and member_type. No third-party service is added.

 

Yes. rtMedia historically runs on BuddyPress; on BuddyBoss installs that retain rtMedia the schema stays compatible. Where BuddyBoss's own bp_media is used instead, the equivalent audit table renders against bp_media columns.

 

Yes. rtm_media's privacy column (public, friends-only, private, depending on configuration) becomes a first-class filter. A privacy=public slice narrows the audit table and the chart view together.

 

Yes. SleekView joins rtm_media_interaction onto rtm_media and exposes positive count, view count and a net engagement column. Sort or filter on engagement in any saved view.

 

Yes, when explicitly enabled. Writes go through the rtMedia moderation hooks rather than direct SQL, so plugin behaviour stays identical to default-admin moderation actions.

 

Yes. The chart view and the table view share the dataset, so a media_type or privacy filter narrows both surfaces. Operations pivots between row audit and rollup without rebuilding filters.

 

Yes. Any filtered cohort exports as CSV with the columns the view shows, including media_id, media_type, media_author, privacy, upload_date and like/view counts. Useful for creator-program reports.

 

No. Uploading, transcoding and rendering stay rtMedia's responsibility. SleekView is a read-and-edit-status surface over rtm_media and its companions, not a replacement for the upload pipeline.

 

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