✨ 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 Comments wpDiscuz

SleekView reads wp_comments joined with the wpDiscuz subscription, vote and follow tables, then renders status, author, post, subscribers and date as a queryable audit grid inside WP Admin.

♾️ Lifetime License available

SleekView table view for Comments wpDiscuz

Move comment threads out of a per-row queue and into an audit table

Comments wpDiscuz (the plugin slug-form of the core wpDiscuz plugin) replaces the WordPress comments UI with AJAX threading, voting, follows and subscriptions. Comments stay in wp_comments and wp_commentmeta, while the new interaction patterns write to dedicated wpDiscuz tables for subscriptions, votes and per-user follows. The default Comments screen surfaces none of it, which makes per-post moderation, subscriber audits and top-commenter outreach effectively invisible.

SleekView reads wp_comments joined with wp_commentmeta and the wpDiscuz subscription, vote and follow tables, then renders the comment stream as a queryable audit table. Filter to pending comments on a specific post for a per-post moderation pass. Sort by comment_author_email to surface top commenters for community manager outreach. Filter to subscribed-without-comment cohorts to spot lurkers ready for activation. The same data the chart view aggregates becomes a row-level surface for moderators, editors and community managers.

The plugin keeps owning the comment UI, subscriptions and voting frontend. The table view owns the audit grid, so the thread data wpDiscuz already maintains stops requiring custom dashboards and becomes something moderation can query.

Workflow

How SleekView surfaces Comments wpDiscuz data

1

Point at wp_comments and wpDiscuz tables

Pick wp_comments joined with wp_commentmeta and the wpDiscuz subscription, vote and follow tables on comment_id and comment_post_ID.
2

Compose the columns

Drag in Comment, Author, Post, comment_approved, Subscribers, Follows and comment_date. Reorder, hide or rename without a custom hook.
3

Filter and sort like a database

Filter to pending comments on a single post, to comment_author_email with comment count > 10 or to last-30-days comments. Sort by Subscribers for editorial follow-up.
4

Save and gate the view

Name the view ("Per-post moderation pass", "Top commenters outreach", "Lurker activation") and gate by capability so moderators, editors and community managers land on the right slice.

Sample columns

A typical Comments wpDiscuz audit view

Rows from wp_comments joined with wp_commentmeta and the wpDiscuz subscription, vote and follow tables, with comment_post_ID resolved to the post title.
Source: wp_comments
Author Post Status Subscribers Date State
@maya.collins 10 weeknight pasta recipes Approved 42 2025-12-04 09:12 Top
@p.nakamura Spring sourdough starter guide Approved 28 2025-12-04 08:48 Active
@new.iturbe Office redesign on a budget Pending 2025-12-03 17:31 First-time
@flagged.ohara Founder interview Pending 2025-12-03 16:09 Reported
@spam.k Why we switched to four-day weeks Spam 2025-12-02 22:41 Spam

Comparison

Default wpDiscuz admin vs SleekView

Default WP comments admin

  • Default Comments screen is a per-row moderation queue, not a cohort audit
  • Subscriber counts per post aren't surfaced anywhere in admin
  • Top commenters by comment count require raw SQL on comment_author_email
  • Per-post moderation passes mean filtering screen by screen
  • Subscription, vote and follow tables stay invisible in admin

SleekView

  • wp_comments rendered with Subscribers and Follows as real columns
  • comment_post_ID resolved to post title for cross-post moderation
  • Stacked filters on comment_approved, comment_author_email, post and comment_date
  • Status edits through wp_set_comment_status() so Akismet keeps learning
  • Same dataset the chart view aggregates, so table and dashboard stay in sync

Features

What SleekView gives you for Comments wpDiscuz

wpDiscuz tables as columns

Join the wpDiscuz subscription, vote and follow tables onto wp_comments so subscribers, follows and votes show inline rather than hiding inside meta tables.

Composable thread filters

Stack filters on comment_approved, comment_post_ID, comment_author_email and comment_date to build per-post moderation passes, outreach shortlists and lurker activation lists in one query.

Status edits through WP hooks

Bulk-approve, spam or trash actions write through wp_set_comment_status() so Akismet and notification hooks observe writes identically to the default Comments screen.

Audience

Who uses SleekView for Comments wpDiscuz

Moderators

Filter to pending comments on a single post for a per-post moderation pass, then bulk-approve or spam through wp_set_comment_status() from the same audit table.

Editors

Sort by Subscribers and filter to posts with comment_approved=1 to surface threads worth editorial follow-up, refreshed against live wpDiscuz data each load.

Community managers

Group rows by comment_author_email to surface top commenters for thank-yous and ambassador shortlists, or filter to subscribed-without-comment cohorts for activation nudges.

The bigger picture

Why comment threads deserve a real table

Comments wpDiscuz creates rich interaction data on top of every blog post: who comments, who subscribes, who votes, who follows and at what cadence. The default Comments admin renders that as a per-row moderation queue, which is right for triaging spam and wrong for almost everything editorial and community managers need to do at scale. SleekView reads wp_comments joined with wp_commentmeta and the wpDiscuz subscription, vote and follow tables and renders the result as a queryable audit grid with subscribers, follows, post title and author email as real columns.

Filters stack into a single query so the per-post moderation pass, the top-commenter outreach and the lurker activation list become one-click views rather than spreadsheet exports. Status edits stay routed through wp_set_comment_status() so Akismet keeps learning, while moderation and editorial finally get the per-row audit grid the discussion data always deserved.

Questions

Common questions about SleekView for Comments wpDiscuz

Comments wpDiscuz covers the core wpDiscuz commenting plugin focused on threads, subscriptions and follows. The Comment Ratings page focuses on the star-rating and vote sub-features. Both pages can apply to the same install and the audit views complement each other.

 

wp_comments and wp_commentmeta joined with the wpDiscuz subscription, vote and follow tables. No third-party service is introduced; SleekView is a read-and-edit surface over data wpDiscuz already maintains.

 

Yes. Status edits in the table view write through wp_set_comment_status(), the same function the default Comments screen uses. Plugin hooks observe writes identically to default-admin actions.

 

Yes. Writes use standard WordPress hooks rather than direct SQL, so Akismet observes the comment lifecycle through wp_set_comment_status. SleekView-driven approvals are indistinguishable from default-admin approvals.

 

Yes. The wpDiscuz subscription table is joinable on comment_post_ID and user fields. SleekView aggregates subscribers per post and exposes the count as a column, ranked or filterable in any view.

 

Yes. comment_post_ID and comment_author_email are first-class filter columns. Saved views such as 'pending comments on post X' or 'top commenters by email' return the cohort in one query.

 

Yes. The chart view and the table view share the dataset, so a pending-only or per-post filter narrows both surfaces. Moderation pivots between row audit and chart rollup without rebuilding filters.

 

Yes. Any filtered cohort exports as CSV with the columns the view shows, including comment_id, comment_post_ID, author email, comment_approved and comment_date. Useful for moderation case files and editorial reports.

 

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