✨ 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 Uncanny Toolkit

SleekView Kanban reads Uncanny Toolkit module registry data from the WordPress database, groups each module by activation state like disabled, enabled, beta, and deprecated, and lets your team drag modules between lanes to plan rollouts inside wp-admin.

♾️ Lifetime License available

SleekView Kanban board for Uncanny Toolkit

Why Uncanny Toolkit modules fit a kanban

Uncanny Toolkit ships dozens of LearnDash add-on modules under one plugin umbrella. Each module stores settings in wp_options under the uncanny_toolkit key with a registered slug, a category like courses or users, a version, and an active flag that swings between disabled, enabled, beta, and deprecated as the plugin authors add and retire features.

The default Uncanny admin shows these modules as a long list of toggles, which works for a quick on or off but breaks down once an LMS team is auditing thirty modules across staging and production. SleekView Kanban reads the same registry and groups entries by the active state field, which is the natural pipeline lane for a module rollout. Each card surfaces the module name, the category, the version, the last toggled timestamp, and the role of the admin who toggled it.

Dragging a card from disabled to enabled writes the new flag back to the same registry row, fires the Uncanny activation hook, and flushes the dependent LearnDash caches that the module relies on. Bulk drags can enable a curated set of modules in one transaction as part of a planned rollout, which is exactly how an LMS lead wants to ship a new term plan rather than clicking thirty toggles.

Workflow

From toolkit list to rollout board

1

Point at the toolkit

Install SleekView next to Uncanny Toolkit and pick the toolkit registry as the data source. SleekView reads every module the toolkit registers, including slug, category, version, and the active flag, ready to map.
2

Pick activation state as the lane

Set the group-by field to the activation state column. SleekView reads every value the toolkit uses, including disabled, enabled, beta, and deprecated, and renders each as a lane with a live count and color.
3

Choose card fields

Pick which module fields appear on each card. Most LMS leads pick module name, category, current version, last toggled time, and toggling role. Full descriptions and dependencies open in a side panel.
4

Enable activation drops

Flip the drag-and-drop switch and SleekView calls the Uncanny activation hook on drop. WordPress capabilities decide who can enable a beta module, so curriculum staff plan while LMS admins handle production activation.

Sample board

Sample Uncanny Toolkit rollout board

A live SleekView Kanban grouping Uncanny Toolkit modules by activation state, with cards showing module name, category, current version, and the last admin who toggled it.
Disabled
18
Force Login module for member-only LMS
category users, v3.4.1
Co-Authors module for LearnDash courses
category courses, v3.4.0
Front-end Login shortcode module v3
category users, v3.4.2
Enabled
12
Course Grid module rendering LMS index
category courses, v3.4.2
Group Code Registration module for users
category groups, v3.4.1
Public Profiles module on learner page
category users, v3.4.2
Beta
3
Lesson Reminder Email module beta build
category emails, v3.5.0-beta
Quiz Retake Manager module beta version
category quiz, v3.5.0-beta
Gradebook Export module beta release one
category reports, v3.5.0-beta
Deprecated
4
Legacy Course Lock module replaced v2
category courses, v2.9.4
Old Login Redirect module deprecated v2
category users, v2.9.3
Email Notifications legacy module v2 end
category emails, v2.9.2

Comparison

Default toolkit list vs SleekView Kanban

Default toolkit list

  • Long list of toggles in one tall admin page with no rollout state grouping
  • No instant view of which modules are in beta versus production today
  • Activating a curated set of modules means clicking thirty separate toggles
  • No audit of who toggled which module or when the change shipped to learners
  • Mobile admin view shows the same dense toggle list with painful scrolling

SleekView Kanban

  • Groups Uncanny modules by activation state with live counts per lane
  • Drag from disabled to enabled to call the Uncanny activation hook on drop
  • Card fronts show module name, category, version, and last toggling admin
  • Beta and deprecated modules sit in separate lanes from production set
  • Capability gates restrict beta module activation to senior LMS lead roles

Features

What SleekView Kanban gives you for Uncanny Toolkit

See thirty modules at once

Uncanny Toolkit registers many modules under one plugin umbrella. The default admin lists them stacked vertically. The kanban groups them by activation state so a lead spots beta and deprecated lanes at a glance.

Plan a rollout in lanes

Curriculum staff stage upcoming modules in disabled during planning, drag to beta for a staging review, and finally drag to enabled when the rollout is approved. Each move writes an audit row so the rollout ships clean.

Audit who toggled what

Every drag writes an audit row naming the admin, the module, the source lane, the destination lane, and the timestamp. The board makes the audit story obvious instead of buried under user meta or scattered plugin logs.

Audience

Three teams using the Uncanny Toolkit kanban

LMS administrators

LMS admins plan a term rollout by staging upcoming Uncanny modules in disabled, moving them to beta for a staging review, and finally enabling them all when learners arrive.

Curriculum designers

Curriculum designers filter the board to the courses category and confirm every module their lessons depend on is enabled before the next cohort starts the assigned coursework.

LMS compliance leads

Compliance teams use the deprecated lane to confirm legacy modules are off and the audit row trail names who shipped each module change for the quarterly review meeting.

The bigger picture

Why a kanban beats a toggle list for modules

Module management is a planning problem in disguise. Uncanny Toolkit ships dozens of LearnDash add-on modules in one plugin, and the default admin lists them as a tall stack of toggles ordered alphabetically with no shape. That works for a single quick on or off, but it breaks down for an LMS team that has to plan a rollout across staging and production, coordinate with curriculum designers, and produce a clean audit story at the end of every term.

A kanban board fixes that shape. Lanes give LMS leads an instant count of modules in disabled, enabled, beta, and deprecated, drag-and-drop turns a rollout step into a single gesture that calls the Uncanny activation hook and writes an audit row, and filters let curriculum designers scope the board to the modules their lessons actually need. The same module registry powers a different mental model that matches how LMS teams really run a term rollout rather than a single quick toggle to silence a support ticket.

Questions

Common questions about SleekView Kanban for Uncanny Toolkit

Yes. The free toolkit and the paid pro bundle register modules through the same hook, and SleekView reads that registry directly. The kanban renders the same way regardless of which combination of free and pro modules your LMS has installed, which means upgrading does not break the board.

 

Yes. The drag handler calls the same Uncanny activation hook the toolkit admin toggle uses, which triggers any LearnDash cache flush, shortcode registration, or settings page registration the module relies on. Drag activation produces exactly the same downstream effect as toggling each module row.

 

Yes. SleekView only flips the active flag, so any module-specific settings stored in wp_options stay intact when a card moves from enabled back to disabled. Dragging the card forward again later restores the same module configuration without forcing the LMS lead to reconfigure settings.

 

Yes. SleekView views are configuration only, so you can build one board filtered to the courses category and another to the users category from the same module registry. Each admin picks a default board, and lead admins pin shared boards into the sidebar for the whole LMS team.

 

SleekView reads the module registry on every page load, so a new category shows up automatically inside the filter bar with a fresh count. No board reconfiguration is needed, and you can immediately filter the active lanes to that new category to see which modules in it are ready.

 

Each module card opens a side panel listing the module description, the version number, the minimum LearnDash version it requires, and any related modules it depends on. LMS leads plan a rollout by reading those dependency notes directly inside the kanban side panel rather than the toolkit admin.

 

Yes. SleekView respects WordPress capabilities, so you can require an LMS admin capability before a card lands in the beta or enabled lane. Curriculum staff can plan in the disabled lane and request a move, but only the LMS lead can actually move a card forward through the activation flow.

 

SleekView reads and writes the existing toolkit registry in wp_options without adding shadow tables for module activation state. View configuration sits in its own small options row, so uninstalling SleekView leaves every module flag and setting exactly where Uncanny Toolkit wrote it.

 

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