✨ 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 Subscribe to Comments Reloaded dashboards

Subscribe to Comments Reloaded stores its subscribers as a serialized array in _stcr@_subscribers postmeta on each post, with settings in wp_options. SleekView Charts unpacks that data into Number, Bar, Pie, and Area cards for editors.

♾️ Lifetime License available

SleekView Charts dashboard for Subscribe to Comments Reloaded

From _stcr@_subscribers postmeta to a real dashboard

Subscribe to Comments Reloaded keeps its data in two places. Subscriber email addresses, statuses (C confirmed, Y waiting, R replies-only, F follow-up), and timestamps live in the _stcr@_subscribers postmeta on each post the subscribers signed up to. Plugin-wide settings sit in wp_options under subscribe_reloaded_* keys for double-opt-in, notification cadence, and the standard email templates.

SleekView Charts reads that postmeta directly. Each card unpacks the subscriber array and picks a column to group by (status code, subscription date, post ID) and aggregates with Count, Sum, Average, Maximum, or Minimum across the rows. Cards refresh against the live postmeta, so a new subscriber added two minutes ago appears on the next card refresh without any export step in between.

A typical setup combines a Number card for total confirmed subscribers this week, an Area card for daily signup activity, a Pie card for the status split (confirmed, waiting, replies-only), and a Bar card for the top posts by subscriber count. Editors finally see whether the email-on-reply feature is converting beyond a handful of confirmed addresses or quietly stalling in the waiting state.

Workflow

Build a subscriber dashboard in four steps

1

Point a card at _stcr@_subscribers

Each post that has subscribers stores them in a single _stcr@_subscribers postmeta row as a serialized array. SleekView unpacks the structure, so cards read each entry like a regular database row.
2

Group and aggregate

Group by status code (C, Y, R, F), subscription date, or post ID. Aggregate with Count for subscriber totals, or with date filters for new-this-week and new-this-month KPIs.
3

Pick the chart shape

Number for confirmed subscribers this week, Area for daily signups, Pie for status split, Bar for top posts by subscriber count. Mix all four shapes on one dashboard.
4

Save the dashboard

Combine the cards, gate the dashboard per role, and refresh against the live postmeta. Editors land on growth, community managers on engagement, all from one SleekView install.

Sample dashboard

Charts you can build from Subscribe to Comments data

Four representative cards over the _stcr@_subscribers postmeta that turn comment subscription data into a real WordPress dashboard with growth trends and per-post leaderboards.
Number · Default

Confirmed subscribers this week

Counts entries in _stcr@_subscribers postmeta where the status code is C (confirmed) and the timestamp falls in the last seven days. Previous week underneath for context.
Count
Area · Gradient

Daily signup activity

Daily signups from the timestamp stored inside each _stcr@_subscribers entry. Shows weekday rhythm and the lift from a newsletter push or a featured post.
Count group by subscription_date
Pie · Donut

Subscription status split

Donut split across C, Y, R, and F status codes from _stcr@_subscribers. Shows whether subscribers are confirming, waiting on double opt-in, or stuck in the replies-only state.
Count group by status_code
Bar · Horizontal

Top posts by subscribers

Horizontal bar of the posts with the most rows in their _stcr@_subscribers postmeta. Post titles resolve from wp_posts.post_title so the legend reads as real titles.
Count group by post_id

Comparison

Default Subscribe to Comments admin vs SleekView Charts

Default subscriber list

  • Subscriber management is a paginated list table per post, not a chart
  • No site-wide status split between confirmed and waiting subscribers
  • Top posts by subscriber count are not visible in the default admin
  • Daily and weekly signup trends require exporting the postmeta manually
  • Replies-only versus follow-up split has no aggregated chart view

SleekView Charts

  • Count over each _stcr@_subscribers postmeta entry per post
  • Time-series Area cards from the per-entry subscription timestamp
  • Pie cards for C, Y, R, F status codes on the subscriber records
  • Bar cards for top posts by subscriber count joined to wp_posts
  • Filters for confirmed-only or waiting-only on every card

Features

What SleekView Charts gives you for Subscribe to Comments Reloaded

Cards over the live postmeta

Each card unpacks the _stcr@_subscribers postmeta directly. There is no nightly export between the rows the plugin writes on a new signup and the chart the editor reads.

Subscription status visibility

Confirmed, waiting, replies-only, and follow-up live as one-letter codes inside the subscriber array. A donut shows the share of each at a glance so editors see whether double opt-in is converting or stalling.

Editor and community dashboards

Save dashboards per role and gate them by capability. Editors open the growth dashboard, community managers open the per-post leaderboard, all from one SleekView install inside WordPress.

Audience

Who runs subscriber dashboards with SleekView

Editors and content owners

Weekly confirmed signups paired with a daily Area trend, so the editor sees whether the email-on-reply feature is pulling readers into the comment loop or stalling at the opt-in step.

Email and CRM teams

A status pie reveals how many subscribers are stuck waiting on double opt-in. If the Y count exceeds the C count, the team knows to inspect deliverability before chasing new signups.

Community managers

A bar leaderboard of posts with the most subscribers from _stcr@_subscribers identifies the threads that keep pulling readers back without anyone scrolling per-post settings.

The bigger picture

Why subscriber counts need a dashboard

Comment subscribers are a quiet engagement signal. They opt in once and then they come back whenever someone replies, which makes the count a useful proxy for how invested an audience is in a topic. Subscribe to Comments Reloaded stores each signup in the _stcr@_subscribers postmeta on the relevant post, with a status code and a timestamp, but the default admin shows that as a per-post list table.

Editors who want a site-wide picture of how many confirmed subscribers the site holds, how many are stuck waiting on double opt-in, or which posts pull the most signups have to scroll through every post manually. SleekView Charts unpacks the postmeta, joins it to wp_posts, and renders the answer as Number, Pie, Bar, and Area cards on one dashboard refreshed against the live data. The signal goes from invisible to actionable, and the team can finally see what the comment-subscription feature is doing across the site.

Questions

Common questions about SleekView Charts for Subscribe to Comments Reloaded

Subscribe to Comments Reloaded writes a single _stcr@_subscribers postmeta row per post. The value is a serialized PHP array of subscriber entries, each carrying the email address, the status code (C, Y, R, or F), and the timestamp of the signup or last update.

 

C is confirmed (active), Y is waiting on double opt-in, R is replies-only (only notified when the original commenter is replied to), and F is follow-up (any new comment). A donut card grouped by that code shows the share of each at a glance.

 

Yes. The subscription timestamp inside each _stcr@_subscribers entry drives an Area card grouped by date. The card returns one bar per day, scoped to the date range you set on the card, so weekly and monthly trends are visible.

 

Count entries in _stcr@_subscribers per post, group by post_id, and join to wp_posts for titles. A Horizontal Bar variant works well when post titles are long enough that vertical bars get truncated.

 

Yes. Each card accepts a filter on the status code. Setting the filter to C scopes every aggregation to confirmed-only entries, which gives a clean picture of the active subscriber base without the waiting or replies-only tail.

 

Cards read the live _stcr@_subscribers postmeta every time the dashboard loads or a card refreshes. A new signup written by the plugin appears on the next card refresh without any export step in between.

 

Yes. SleekView reads the postmeta the plugin already wrote. Even if the plugin is paused or temporarily closed in the WordPress directory, the subscriber data on existing posts stays in wp_postmeta and remains chartable.

 

Yes. Save a dashboard, gate it by capability or role, and each persona lands on the right view. Editors open the growth dashboard, community managers open the engagement leaderboard, all from one SleekView install.

 

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