✨ 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 UserPro plugin

SleekView reads the UserPro user verification queue and the membership records the plugin writes on top of the standard WordPress users table, groups every user by the UserPro verification state, and lets an admin drag a card from Pending to Approved or to Banned in one motion.

♾️ Lifetime License available

SleekView Kanban board for UserPro

UserPro verifications belong on a board, not a list

UserPro adds front-end registration, member profiles, and a verification flow on top of the standard WordPress users table. The plugin writes a userpro_status meta value of pending, approved, suspended, or banned on every user, plus a userpro_verified flag for accounts that have completed email or phone verification. The default admin uses filter pills that hide the actual queue shape.

SleekView reads wp_users together with the UserPro meta values. The natural status column is the verification meta, with the email, the role, the last activity date, and any custom fields UserPro stores surfaced as card meta. The board can also be retargeted at the messages table when admins need to audit private messages between members, or at the friend requests table for moderation across community features.

Dragging a card calls the UserPro account functions and updates the user meta, so the WordPress login flow, any role mapping, and any restricted content rules stay in sync. UserPro fires its normal hooks on verification changes, so welcome emails go out exactly as they would on a manual edit from the standard UserPro profile screen. Failed writes snap the card back inline with the error visible to the admin without leaving the board.

Workflow

From UserPro data to a kanban board

1

Connect to UserPro data

Point SleekView at the UserPro table you want to visualize. The plugin stores rows in wp_users or its meta companions, and SleekView reads them directly with no extra sync to babysit.
2

Pick the status column to group by

Choose the userpro_status column as the kanban grouping. SleekView reads the distinct values currently on rows and builds one column per value in the order you arrange them.
3

Choose what shows on each card

Pick the fields that make a card useful at a glance. Most UserPro boards show the email, role, last activity, and verification flag. Anything on the record is selectable without writing template code.
4

Enable drag-and-drop writeback

Turn on writeback and dragging a card updates userpro_status on the record. SleekView fires the same userpro_status_changed hook the plugin uses, so emails, webhooks, and reminders stay attached.

Sample board

Sample UserPro verification queue board

A community admin reviews the pending verifications, the approved users from recent signups, the suspended accounts held for audit, and the banned identities flagged for review.
Pending
22
anna@studio.co Subscriber pending
registered 3 hours ago, EU
ravi@kelp.io Author pending review
registered 5 hours ago, India
mia@brick.dev Contributor pending
registered 8 hours ago, USA
Approved
1,742
ben@inkpot.co Subscriber approved
approved 2 days ago, UK
casey@orbit.dev Author approved
approved 3 days ago, USA
ops@cedar.io Contributor approved
approved 4 days ago, EU
Suspended
19
lee@frame.work Subscriber suspended
suspended, on hold by admin
diego@arc.app Author suspended
suspended, missing fields
jo@notion.run Subscriber suspended
suspended, abuse report
Banned
13
nina@vega.tv Subscriber banned
banned, spam pattern match
ali@dune.fm Author banned
banned, throwaway identity
vik@granite.io Subscriber banned
banned, prior ban return

Comparison

Default UserPro admin vs SleekView Kanban

Default UserPro list

  • UserPro list view with filter pills, no verification queue shape across states at a glance
  • Verifying a user needs editing the UserPro profile and toggling the meta value by hand
  • Card fronts do not exist, email and verification flag are not visible next to display name
  • Messages, friends, and profiles each live on different UserPro screens, no shared board
  • Daily moderation reviews end up exported to CSV when the verification queue gets backed up

SleekView Kanban

  • Native read of wp_users with the UserPro verification meta on every row
  • Drag a card to approve or ban a user, firing UserPro hooks the admin already uses
  • Card front shows email, role, last activity, and verification flag for fast triage
  • Filter the board by role, custom UserPro field, or registration cohort the plugin tracks
  • Lives next to the UserPro admin, no duplicate database, no separate offline sync job

Features

What SleekView Kanban gives you for UserPro

Verification queue at a glance

See the count of records in each state the moment the board loads. UserPro usually buries this behind list filters, but the kanban surface puts it up front so a manager can spot a pile-up in seconds.

One board per record type

Build a separate kanban per UserPro table. Pair a verification board with a messages or friends moderation board. Each board remembers its own card template and column order.

Drag-and-drop writeback

Cards do not just show pretty data. Drop one in a new column and SleekView writes back to the UserPro record, runs the same hooks the admin uses, and the WordPress user state stays aligned with every card move on writeback.

Audience

What community admins build with SleekView and UserPro

Daily signup moderation

Open the verification board, drag legit signups to Approved and dodgy ones to Banned. The default UserPro admin never aggregates the queue this clearly in a review screen.

Private messages audit board

Filter the messages table by report status and the abuse reports float to the top. Dragging a card to Resolved runs the same UserPro moderation hooks the admin would manually.

Role and tier audit

Filter by role and the board shows every user at that level. Dragging a card between role columns updates the WordPress role with the same UserPro hooks fire as on a manual edit.

The bigger picture

Why a kanban view fits UserPro verifications well

UserPro turns WordPress into a real community platform with front end profiles, private messages, friend lists, and a verification workflow. The trouble is that the lifecycle is spread across multiple UserPro admin screens, with the verification queue hidden behind a filter dropdown. A daily moderation pass on the list view turns into clicking each filter and counting rows, and most community admins end up exporting to a spreadsheet to triage signups.

With SleekView Kanban the verification queue is the interface. Pending signups sit in a column waiting for a decision, approved users move to the second column, and suspended or banned accounts stay archived to the right. Drag-and-drop writeback fires the same UserPro hooks the admin uses, so welcome emails, role assignments, and any restricted content rules continue to work exactly as they always have on a manual edit from the UserPro profile screen.

Questions

Common questions about SleekView Kanban for UserPro

Both. SleekView reads UserPro tables and the userpro_status column at the database level, so whichever tier you run the board still builds. Paid add-ons that add custom fields or extra status values are picked up automatically because SleekView scans the live schema on render.

 

SleekView calls the UserPro account functions, which fire the same hooks the admin uses, including welcome emails. Any custom listener you have on userpro_status_changed runs exactly as if you had moderated the user from the standard UserPro profile screen yourself.

 

Yes. Card layouts are per board. Your verification board can show email, role, and registration date. A messages board can show sender, recipient, and report status. Each board remembers its own card template so the team does not reconfigure when switching context.

 

Yes. SleekView respects every WordPress capability check UserPro registers. A user who can view but not edit other users can drag a card to inspect, but the writeback only fires for users with the same capabilities the user edit screen would enforce on a manual save.

 

Add the value in UserPro the way you normally would, by adding a new verification state through the plugin filters or a custom user meta key. SleekView picks it up on the next board load because columns are derived from the distinct meta values present on rows, not a hard coded list.

 

No. SleekView paginates cards per column instead of loading every user up front. The board fetches counts via an indexed meta query, and each column loads a window of cards on demand, so even a site with hundreds of thousands of users stays responsive on standard hosting setups.

 

Yes. Any UserPro related table with a status like column is a valid board. The messages table grouped by report state, the friends table grouped by request state, and the activity log all work the same way as the main verification board does on the WordPress users surface.

 

It stays in sync because there is no separate database. SleekView reads the same wp_users table and the UserPro meta the admin reads. Changes on the kanban appear in the user list immediately, and edits from the admin appear on the next board refresh without sync.

 

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