✨ 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 Charts for rtMedia Pro: media and album dashboards

rtMedia Pro writes every upload into rtm_media with media type, privacy, and timestamp, plus likes and views in rtm_media_meta. SleekView Charts reads those tables directly and turns them into Number, Pie, Bar, and Area cards for community admins.

♾️ Lifetime License available

SleekView Charts dashboard for rtMedia Pro

From rtm_media to a real upload dashboard

rtMedia Pro runs on its own schema. rtm_media stores one row per upload with media_id, media_type (photo, video, audio, document), media_author, album_id, activity_id, privacy, and the upload timestamp. rtm_media_meta holds the per-media counters like likes and views. Albums tie back through album_id to a BuddyPress group or user profile, and uploads always sit alongside a bp_activity row for the social feed.

SleekView Charts reads those tables as a regular chart source. Each card picks a column to group by (media type, privacy, author, album, date) and aggregates with Count, Sum, Average, Maximum, or Minimum. The dashboard runs against the live rtMedia tables, so a photo uploaded a minute ago lands on the next card refresh without any nightly export to keep in sync.

A typical setup combines a Number card for total uploads this week, a Pie card for the photo, video, audio, and document split, an Area card for daily upload activity, and a Bar card for the top members by upload count. Community admins finally see whether the media feature is pulling activity from the right groups or quietly stalling in a handful of power users.

Workflow

Chart rtMedia uploads in four steps

1

Point a card at rtm_media

Most cards start from rtm_media for upload rows. For engagement, join rtm_media_meta on the likes and views meta keys to bring engagement signals into the same dashboard.
2

Group and aggregate

Group by media_type, privacy, media_author, album_id, or the upload timestamp. Aggregate with Count for uploads, Sum for likes, Average for engagement per upload.
3

Pick the chart shape

Number for uploads this week, Pie for media type split, Bar for top uploaders, Area for daily activity from the upload timestamp. Each card lives in one dashboard inside WP Admin.
4

Save the dashboard per role

Save the dashboard, gate it per role, and refresh against the live tables. Community managers, group admins, and growth teams each get the slice that matches their job.

Sample dashboard

Charts you can build from rtMedia Pro data

Four representative cards over rtm_media and rtm_media_meta that turn rtMedia uploads into a real community dashboard with type splits, daily trends, and a top-uploader leaderboard.
Number · Default

Uploads this week

Counts rows in rtm_media created in the last seven days, with the previous week underneath for context. A clean weekly KPI for the community admin home tab.
Count
Pie · Donut

Media type split

Donut split across photo, video, audio, and document using rtm_media.media_type. Shows whether the community leans on images or whether video uploads are actually getting used.
Count group by media_type
Bar · Horizontal

Top members by uploads

Horizontal bar of the most active uploaders from rtm_media.media_author, joined to wp_users.display_name. Surfaces the members carrying the feature on their shoulders.
Count group by media_author
Area · Gradient

Daily upload activity

Daily upload volume from the timestamp on rtm_media. Useful for spotting whether engagement is steady or whether weekends pull a different audience than weekdays.
Count group by media_date

Comparison

Default rtMedia admin vs SleekView Charts

Default rtMedia admin

  • Upload management is a list table by media, not an aggregated chart
  • Photo, video, audio, and document split is never visible as a single pie
  • Top uploaders require manual filtering and counting per user
  • Daily and weekly upload trends do not exist in the default admin
  • Likes and views in rtm_media_meta have no aggregated dashboard view

SleekView Charts

  • Count over rtm_media rows with type and privacy filters
  • Pie cards over media_type for photo, video, audio, document
  • Bar cards for top uploaders from media_author
  • Area cards for daily uploads from the rtm_media timestamp
  • Engagement charts from likes and views in rtm_media_meta

Features

What SleekView Charts gives you for rtMedia Pro

Cards over live rtm_media rows

Every card queries rtm_media and rtm_media_meta directly. The dashboard never drifts from the community feed because both views read the same rows at the same moment.

Type and privacy splits

A donut over media_type shows the share of photos, videos, audio, and documents. A second donut over privacy reveals whether public, friends-only, or private uploads dominate.

Community manager dashboards

Save dashboards per role and gate them by capability. Community managers open the engagement view, growth teams open the uploads-and-types view, all from one SleekView install in WordPress.

Audience

Who runs rtMedia dashboards with SleekView

Community managers

Uploads per day plus a media-type pie, so it is obvious whether the community is producing the kind of content the feed needs or leaning entirely on one format.

Growth and engagement teams

Top uploaders by upload count and likes per upload from rtm_media_meta. Identifies the power users worth featuring or supporting before they churn.

Community moderators

Daily upload Area and a privacy split pie. Spotting a sudden surge of private uploads or a spike from one author becomes a one-glance task instead of a list scroll.

The bigger picture

Why a media plugin needs a real dashboard

Community media is a volume question and an engagement question at the same time. Are uploads climbing or sliding compared to last month. Are members leaning on photos or actually using the video feature.

Which member is driving most of the activity. rtMedia Pro stores all of that in rtm_media and rtm_media_meta, but the default admin shows lists, not trends. Community managers either scroll through admin tables or export rows to a spreadsheet weekly, which never happens consistently.

SleekView Charts reads the same tables, joins them to BuddyPress activity and the standard WordPress user tables, and renders the answer as Number, Pie, Bar, and Area cards. The team finally sees what the media feature is doing across the community, and the engagement layer becomes something they can manage like the rest of WordPress.

Questions

Common questions about SleekView Charts for rtMedia Pro

Both work. SleekView Charts reads the rtm_media and rtm_media_meta tables that the free rtMedia plugin creates. rtMedia Pro adds features on top of the same schema, so the cards keep working when you upgrade and you gain extra meta keys to chart against.

 

Yes. A Pie or Bar card groups rtm_media rows by album_id or by the BuddyPress group_id joined through the activity row. Album and group names resolve through the related tables, so the legend reads as real names.

 

rtMedia stores the media type in rtm_media.media_type. A donut card grouped by that column with a Count aggregation returns the share of each type at a glance, scoped to the date range on the card.

 

Yes. Each rtm_media row carries an upload timestamp. An Area card grouped by that column with a Count aggregation gives a clean per-day upload trend, scoped to the date range you set on the card.

 

Yes. rtMedia stores likes and views in rtm_media_meta keyed by the media ID. Group rtm_media by ID and join the meta table to get a Bar card of the most-liked or most-viewed uploads in the community.

 

Cards run against the live rtm_media tables every time the dashboard loads or a card refreshes. There is no nightly export step, so an upload posted in the last minute shows up the next time a card draws.

 

Cards use indexed queries against the same columns rtMedia itself reads, so a large community loads cards in roughly the same time the standard rtMedia admin takes. Scope cards to a date range for very large datasets to keep aggregations tight.

 

Yes. Save a dashboard, gate it by capability or role, and each persona lands on the right view. Community managers open the engagement view, growth teams open the uploads-and-types view, moderators open the privacy split.

 

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