✨ 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 Cimy User Extra Fields

Cimy User Extra Fields was retired from the WordPress.org repo in 2022, but plenty of legacy installs still depend on it. SleekView gives that data a modern admin view while you plan the migration.

♾️ Lifetime License available

SleekView table view for Cimy User Extra Fields

An old plugin, still on the books

Cimy User Extra Fields stores its custom field definitions and per-user values in its own tables, cuef_data and cuef_fields, separate from wp_usermeta. The admin UI has not been updated in years and the plugin was closed on WordPress.org in 2022. If you cannot migrate yet, the data is stuck behind a per-user editor with no overview grid, no extra-field filtering, and no bulk operations.

SleekView reads the Cimy tables directly. Each user's extra fields resolve into one row alongside the field definitions. Department, employee ID, hire date, active status, and office become sortable columns. Filter by department to find every Engineering hire from the last cohort. Sort by hire date to surface the team approaching their five-year anniversary. Bulk update the office field after a relocation without touching every user one at a time.

Inline editing writes back to the same Cimy columns, so the original UI keeps working alongside the modern view. The plugin does not need to be active for read access, only the tables need to exist. When you are ready to migrate to wp_usermeta or another modern stack, export from the SleekView, transform, and import. The grid makes it easy to spot bad rows before they migrate.

Workflow

Modernise the Cimy admin without migrating yet

1

Point SleekView at cuef_data

Cimy stores per-user values in cuef_data and field definitions in cuef_fields. SleekView reads cuef_data with a join to cuef_fields, so each value resolves with the field name and label rather than a cryptic numeric column.
2

Configure the columns

Add User, plus each Cimy field you want as a column: Department, Employee ID, Hire date, Active, Office. SleekView pivots the long-form per-field rows into wide-form columns per user, which is the view shape an HR or operations team actually needs.
3

Save department or cohort views

Save views like Engineering active, Hire cohort 2024, Berlin office, and Offboarded last year. Each saved view loads with its filter and column order, so the recurring HR or ops question becomes a one-click answer rather than a database session.
4

Bulk update inline

Bulk-select rows and update fields like office after a relocation, or active status during an offboarding wave. SleekView writes back to the same Cimy columns, so the legacy UI keeps working and any custom code reading those tables continues to function.

Sample columns

Cimy extra fields

Each user's Cimy values resolved into one row alongside the field definitions.
Source: Cimy custom tables (cuef_data, cuef_fields) holding field definitions and per-user values
Array Array Array Array Array Array
Array Array Array Array Array Array
Array Array Array Array Array Array
Array Array Array Array Array Array
Array Array Array Array Array Array

Comparison

Cimy admin vs SleekView

Cimy admin

  • Plugin is no longer actively maintained
  • Per-user editing only, no overview grid
  • No filtering by extra field values
  • No bulk operations across users
  • UI predates modern WordPress admin patterns

SleekView

  • Reads Cimy's own tables without migrating to usermeta
  • Gives every extra field a sortable column
  • Inline-edit values directly into the Cimy tables
  • Bulk update fields like office or status
  • Saved views per department or hire cohort

Features

What SleekView gives you for Cimy User Extra Fields

Reads custom tables

SleekView is not stuck on usermeta. It can target Cimy's own cuef_data and cuef_fields tables and treat them like a first-class data source for the view.

Inline editing

Update an Employee ID, office, or department without leaving the grid. The edit writes back to the same Cimy columns, so the original UI keeps working in parallel.

Filter by department

Sort and filter by any extra field, including department, hire date, or office, even though the original Cimy UI never let you cross-cut the data this way.

Audience

Maintaining legacy installs

HR teams

Keep employee records readable while planning the migration to a modern stack. Saved views per department or office turn the recurring HR query into a one-click answer.

Compliance

Audit who is still active and which fields hold personal data, with exportable rows for the data protection officer or the annual privacy review.

Site operators

Buy time on legacy installs without forcing every user to refill their profile, or rushing into a migration before the new stack is properly designed.

The bigger picture

Why legacy plugins need a graceful exit ramp

Cimy User Extra Fields was closed on WordPress.org in 2022 and is not actively maintained. The official advice is to migrate. The reality on many legacy installs is that the data is real, the migration is non-trivial, and the timeline is years rather than weeks.

Forcing the migration before the new stack is ready creates worse problems than running the old plugin a little longer. What teams need is a graceful exit ramp: a way to keep the legacy data readable, editable, and exportable while they plan the move. The default Cimy admin does not provide that.

It is a per-user editor from a different era, with no overview grid and no bulk operations. Anyone trying to audit who is still active, which fields hold personal data, or which records need cleanup before migration ends up writing direct SQL or living in phpMyAdmin. SleekView changes the day-to-day work by giving the legacy data a modern grid: filterable, sortable, exportable, with inline edits that write back through the same columns the original UI uses.

The migration plan stays on the roadmap. The work in the meantime stops being painful. When the new stack is ready, the SleekView export becomes the migration source, with bad rows already cleaned up.

Questions

Common questions about SleekView for Cimy User Extra Fields

Long term, no. The plugin is not actively maintained and depending on it past a major WordPress release is risky. Short term, SleekView lets you keep working with the data while you plan the migration carefully. The exit ramp is real: a modern view today, a clean export tomorrow, a planned migration when the new stack is ready.

 

Yes. Export from a SleekView with the columns you want, transform the CSV or JSON, and import into a new schema using a migration script or another plugin. The grid makes it easy to spot bad rows first, like users with missing required fields or duplicated employee IDs, so the migration starts from clean data rather than carrying problems forward.

 

No. SleekView writes to the same columns the plugin uses, so the original UI keeps working alongside the modern view. Custom code reading the Cimy tables also continues to function. The two interfaces are different reads and writes against the same underlying data, which means switching between them per task is fine.

 

Cimy stores some values as serialised PHP arrays for multi-select fields. SleekView previews the structure in the cell and lets you edit individual entries through a row drawer that respects the original shape. After editing, the value re-serialises in the same format the plugin wrote, so any code reading the value continues to work.

 

Yes. Each subsite has its own Cimy tables, since the plugin installs per site, and each subsite gets its own SleekView. A network admin can switch between subsites to manage each site's legacy data independently. There is no aggregated network view, which keeps the per-site data properly isolated.

 

It needs the Cimy tables to exist in the database. The plugin can stay deactivated if you only need read access through SleekView, which is sometimes the safer interim state if Cimy is causing PHP warnings on a current WordPress version. As long as the tables are intact, the view continues to work.

 

Yes. Apply your filters, decide on the columns the new schema needs, and export. The export becomes the source for the migration script that writes into wp_usermeta or your new stack's tables. Doing the export from SleekView rather than directly from phpMyAdmin gives you a chance to clean and shape the data first, which usually pays off.

 

SleekView reads tables, so it does not depend on a specific WordPress version's Cimy compatibility. As long as the cuef_data and cuef_fields tables exist with their schema intact, the view works on whatever WordPress version your site is running. This is part of why SleekView is a useful exit ramp from an unmaintained plugin like Cimy.

 

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