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

SleekView Kanban reads the standard WordPress comments table that wpDiscuz writes to, groups every reply by its approval state, and lets moderators drag cards between Pending, Approved, Spam, and Trash to update the record in real time.

♾️ Lifetime License available

SleekView Kanban board for Comments wpDiscuz

Why a comment queue belongs on a board

wpDiscuz keeps comment data in the standard wp_comments table and adds a few side tables of its own, such as wp_wc_users_voted for likes and wp_wc_phrases for translation strings. The piece that matters for moderation, the comment_approved column, takes one of four values: 1 for approved, 0 for pending, spam, and trash. A wall of comments in a flat list buries that state behind a tiny pill on every row.

SleekView Kanban reads the same wp_comments rows that wpDiscuz writes, joins in the author name and linked post title, and uses comment_approved as the column to group by. Each card shows who left the comment, the post it sits on, an excerpt of comment_content, and the time submitted, so a moderator can scan the entire backlog without opening a row.

Dragging a card writes the new state back through the standard wp_set_comment_status function, the same path the default moderation screen uses. Notification emails, Akismet rescans, and any custom comment hooks fire exactly the way wpDiscuz expects, so the front-end threaded view reflects every drag on the next render.

Workflow

From comment backlog to kanban board

1

Connect the wp_comments table

Point SleekView at the WordPress comments table that wpDiscuz writes into. The plugin auto-detects the comment_approved column and the related post and author fields, with no extra configuration needed for the read step.
2

Pick comment_approved as status

Choose comment_approved as the grouping column. SleekView turns the four possible values, 1, 0, spam, and trash, into four labelled kanban columns, so the whole moderation pipeline becomes visible at a single glance.
3

Choose what shows on each card

Decide which fields appear on the card front: author name, post title, a trimmed excerpt, the wpDiscuz vote count, and submission time. Hide anything that does not help a moderator make a quick decision in under a few seconds.
4

Enable drag-and-drop updates

Flip on write-back so moderators can drag any card between columns. SleekView updates comment_approved through the WordPress comment API, which keeps notification emails, Akismet rescans, and any custom hooks firing as before.

Sample board

Sample wpDiscuz moderation board

A live moderator view of recent wpDiscuz comments across the blog, grouped by comment_approved so the team can clear the pending column without leaving this screen.
Pending
34
Sarah Chen on Best WP caching plugins
Submitted 12 min ago, 0 votes
anon_42 on How to fix the white screen
Submitted 28 min ago, guest user
Mark Foley on Hosting comparison 2026
Submitted 1 hour ago, 2 likes
Approved
1247
Priya Shah on REST API rate limiting
Approved 3 min ago, 14 likes
j_developer on WP-CLI shortcuts
Approved 22 min ago, 8 likes
Hannah Reid on Block editor tips
Approved 1 hour ago, 31 likes
Spam
189
viagra_deals on Newsletter setup guide
Flagged by Akismet, 0 votes
casino_promo on WooCommerce tax rules
Flagged 2 hours ago, link spam
seo_links on Backup plugin reviews
Flagged yesterday, repeated text
Trash
76
Empty reply on Plugin update guide
Trashed by admin yesterday
Duplicate from r.taylor on SEO basics
Trashed 2 days ago, duplicate row
Off-topic rant on Theme review
Trashed 4 days ago, off topic

Comparison

Default wpDiscuz vs SleekView Kanban

Default wpDiscuz screen

  • Lists every comment top to bottom with status hidden behind a small per-row pill
  • Bulk approve and bulk spam need a checkbox, then a dropdown, then a confirm click
  • Status filter only shows one state at a time, so the team never sees the full queue
  • Moves between Pending, Approved, Spam, and Trash always go through a full page reload
  • Front-end vote counts from wpDiscuz never show on the WordPress moderation list view

SleekView Kanban

  • Reads the standard wp_comments table that wpDiscuz already writes into
  • Groups cards live by the comment_approved column with no custom mapping
  • Drag a card to update status through the official comment API in one quick move
  • Card fronts show author, post, excerpt, votes, and time for an at-a-glance review
  • Works alongside Akismet and any custom wp_set_comment_status hooks safely

Features

What SleekView Kanban gives you for Comments wpDiscuz

Four columns, every state

Pending, Approved, Spam, and Trash sit side by side on one screen, so a moderator never flips between filter tabs to see the queue. The full backlog stays visible while the team works through it, even on a smaller secondary monitor.

Drag to approve or trash

Dragging a card writes back through the standard WordPress comment status API. wpDiscuz reads the new value on the next render and Akismet retraining still fires. Moderators stop clicking dropdowns and clear a backlog faster.

Useful cards, not raw rows

Each card surfaces the author, post title, a trimmed excerpt, the live vote count from the wpDiscuz voting table, and the submission time. The information a moderator needs fits on the front of the card without any extra clicks.

Audience

Where a wpDiscuz kanban board pays off

High traffic news comments

News sites with hundreds of pending replies an hour need to clear the queue fast. A kanban view lets a small team sort and drag without leaving the screen, which keeps the comment section healthy on every hot story.

Community tutorial sites

Tutorial blogs that lean on reader Q and A want to surface helpful comments quickly. Moderators move good replies straight from Pending to Approved and watch the count rise in real time on the board view.

Aggressive spam clean up

Sites under spam attacks can scan the Spam column for false positives and drag salvageable comments back to Approved. The full board shows the volume of attacks, which helps the team tune Akismet rules.

The bigger picture

Comment moderation should feel like a queue

Comment moderation is queue work, and queue work is the kind of task that kanban boards were invented for. wpDiscuz already gives readers a rich threaded experience on the front end, but the back-end side still leans on the default WordPress comments list, which presents every reply as a row with a tiny status pill. The design is fine for a small site with a handful of comments a day.

It falls apart the moment a thread on a single article passes a couple of hundred replies, or the moment a coordinated spam wave hits a few high-traffic posts at once. SleekView Kanban does not replace wpDiscuz, it sits next to it. The same comments in the same table now appear as cards on a board grouped by comment_approved.

A moderator can scan the whole pending column in seconds, drag promising replies to Approved, sweep obvious junk into Spam, and trash the rest in a single motion. The change flows through the official WordPress comment API, so notifications fire, Akismet keeps learning, and every other comment integration on the site keeps working exactly the way it did before.

Questions

Common questions about SleekView Kanban for Comments wpDiscuz

No. SleekView reads directly from the standard wp_comments table that wpDiscuz writes into, with no mirror table or custom sync step. The board reflects whatever state the comments are in right now, including recent edits made from the default WordPress moderation screen or inline replies on the front end.

 

Yes. Status writes go through the standard wp_set_comment_status function, the same path the default moderation screen uses. Every notification email, Akismet rescan, and custom action hook that listens to comment status changes keeps firing exactly as wpDiscuz and any other plugins expect.

 

Yes. SleekView polls the comments table on a short interval and updates the board live, so when one moderator drags a card, anyone else viewing the board sees the move within a couple of seconds. The board is safe to keep open on several browser tabs for shared moderation sessions across a team.

 

Yes. SleekView joins the wp_wc_users_voted table that wpDiscuz uses for thumb ratings and shows the aggregate like count on the card. That way moderators see which pending comments the community has engaged with, which is often a signal of whether a reply is on topic or not.

 

Each card shows the parent post title and an icon if the comment is a reply rather than a top-level post. Hovering a card reveals the parent comment in a small preview, which keeps thread context accessible without trying to render the whole reply tree as part of the kanban layout.

 

Yes. SleekView ships with a filter row above the columns where writers can filter by post, author, date range, or vote count. A blogger who only wants to clear pending replies on their own latest post can apply that filter and the board only shows cards that match the chosen post.

 

It sits alongside. The default comments list and the wpDiscuz settings screens stay exactly where they were. SleekView adds a new menu item with the kanban board, which a moderator can choose instead of the list. Either screen reads and writes the same comment records, so switching between them is safe.

 

Yes. The board honours every comment status that Akismet sets, so any reply Akismet marks as spam shows up in the Spam column. Dragging a card from Spam back to Approved feeds Akismet the same false positive signal that the default screen would, which is how Akismet keeps improving over time.

 

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