✨ 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 wpDiscuz Comment Ratings

SleekView reads wp_comments joined with the wpDiscuz vote and rating tables and renders comment text, author, post, vote tally and star rating as a queryable audit grid inside WP Admin.

♾️ Lifetime License available

SleekView table view for wpDiscuz Comment Ratings

Move the vote tally out of postmeta and into a real moderation table

wpDiscuz adds vote buttons, comment ratings and per-comment follows on top of wp_comments, storing each interaction in dedicated wpDiscuz tables keyed by comment_id. The default Comments screen shows comment text, author and post, but hides the vote tally and the star rating that often flagged the comment as worth reviewing in the first place.

SleekView reads wp_comments joined with the wpDiscuz vote and rating tables and renders the moderation queue as a queryable audit table. Filter to pending comments with negative vote score for fast triage. Filter to top-rated comments to surface editorial shortlists. Sort by comment_post_ID and group by average rating to build the featured-discussion list. The same data the chart view aggregates becomes a row-level surface for moderators, editors and community managers.

The plugin keeps owning votes, ratings, follows and the comment frontend. The table view owns the audit grid, so the rating signal wpDiscuz already records stops hiding inside meta tables and becomes something moderation can filter on directly.

Workflow

How SleekView surfaces wpDiscuz Comment Ratings data

1

Point at wp_comments and wpDiscuz tables

Pick wp_comments joined with the wpDiscuz vote, rating and follow tables on comment_id, plus wp_posts on comment_post_ID for the post title and post_type.
2

Compose the columns

Drag in Comment, Author, Post, Rating, Vote tally, comment_approved and comment_date. Reorder, hide or rename without a custom hook.
3

Filter and sort like a database

Filter to pending comments with vote score < 0, to rating >= 4 for editorial pull, or to a specific post. Sort by comment_date or vote tally for moderation review.
4

Save and gate the view

Name the view ("Downvoted pending queue", "Top-rated editorial pull", "Per-post moderation") and gate by capability so moderators, editors and community managers land on the right slice.

Sample columns

A typical wpDiscuz Comment Ratings audit view

Rows from wp_comments joined with the wpDiscuz vote and rating tables, with comment_post_ID resolved to the post title.
Source: wp_comments
Author Post Rating Votes Date Status
@maya.collins 10 weeknight pasta recipes 5 +18 2025-12-04 09:12 Approved
@p.nakamura Spring sourdough starter guide 4 +12 2025-12-04 08:48 Approved
@flagged.ohara Founder interview 1 -9 2025-12-03 17:31 Pending
@studio.felix Office redesign on a budget 3 +2 2025-12-03 16:09 Approved
@spam.k Why we switched to four-day weeks -14 2025-12-02 22:41 Spam

Comparison

Default wpDiscuz admin vs SleekView

Default WP comments admin

  • Default Comments screen hides vote tally and star rating
  • Per-post rating rollups aren't expressible in the default admin
  • Filter to pending comments with negative score isn't a default option
  • Editorial shortlists for top-rated comments require raw SQL
  • Cross-post moderation switches between screens for each post

SleekView

  • wp_comments rendered with Rating and Vote tally as real columns
  • comment_post_ID resolved to post title for cross-post triage
  • Stacked filters on comment_approved, rating, vote tally and comment_date
  • Capability-gated body column for sensitive moderation
  • Same dataset the chart view aggregates, so table and dashboard stay in sync

Features

What SleekView gives you for wpDiscuz Comment Ratings

Votes and ratings as real columns

Join the wpDiscuz vote and rating tables onto wp_comments so the moderation grid shows the signal that matters most before opening any single comment.

Composable moderation filters

Stack filters on comment_approved, rating, vote tally and comment_date to build the downvoted pending queue or the top-rated editorial pull 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 wpDiscuz Comment Ratings

Moderators

Filter to pending comments with vote score < 0 to triage the cohort communities already downvoted, then bulk-approve or spam through wp_set_comment_status().

Editors

Group rows by comment_post_ID with average rating to surface the editorial pull list of top-rated discussions, refreshed against live ratings each load.

Community managers

Sort by vote tally and filter to recent rows to spot escalating threads before they tip into pile-ons, supporting nudges or interventions row by row.

The bigger picture

Why comment ratings deserve a real table

wpDiscuz Comment Ratings adds a piece of the signal core WordPress comments lack: how readers are actually responding to each comment. The default Comments admin throws that signal away by showing only text, author and post, which is right for one comment and wrong for understanding how the comment ecosystem is performing. SleekView reads wp_comments joined with the wpDiscuz vote and rating tables and renders the queue as a queryable audit grid with rating, vote tally and post title as real columns.

Filters stack into a single query so the downvoted pending queue, the editorial top-rated pull and the per-post moderation become one-click views rather than raw SQL. Status edits keep flowing through wp_set_comment_status() so Akismet and notification hooks stay informed exactly as they are today, while editorial and moderation get the per-row surface the rating data always deserved.

Questions

Common questions about SleekView for wpDiscuz Comment Ratings

wp_comments and wp_commentmeta joined with the wpDiscuz vote, rating and follow tables on comment_id. No new tables are introduced and Akismet, notification and plugin hooks keep firing as they do today.

 

Yes. The wpDiscuz vote table is joinable on comment_id; SleekView exposes positive count, negative count and the net tally as columns sortable and filterable in any saved view.

 

Yes. Status edits in the table view write through wp_set_comment_status(), the same function the default Comments screen uses, so the lifecycle observed by plugins stays identical.

 

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. comment_post_ID is a first-class filter column joined with the post title for readability. Saved views such as 'pending comments on post X with rating < 3' return the cohort in one query.

 

Yes. wpDiscuz add-ons extend wp_commentmeta or add small keyed tables. SleekView joins them onto wp_comments and exposes add-on data as additional columns in the same view.

 

Yes. The chart view and the table view share the dataset, so a pending-only or low-rating 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, rating, vote tally and comment_date. Useful for monthly comment-health 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