cjsheets
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Compatibility with WP Client circlesJavier,
You may disregard. We have found a workaround. Thanks for all your help.
Forum: Plugins
In reply to: [Import and export users and customers] Compatibility with WP Client circlesThank you for your patience. Here are screenshots of what is stored in the database.
The plugin is storing the circles/groups in a table titled wp_wpc_client_groups
Here’s a screenshot:https://metre.box.com/s/3055ee4nl4jt318sz5tzbkr6zgi5mt40
Here’s what’s in the usermeta table:
wp_usermeta
https://metre.box.com/s/1q7wxex29p6si4axv4bui1xwg5xcts8mForum: Plugins
In reply to: [Import and export users and customers] Compatibility with WP Client circlesWe have Union and Non-Union as the meta_values.
Forum: Plugins
In reply to: [Import and export users and customers] Compatibility with WP Client circlesI also found client_circles in the wp_options table.
option_name: acui_columns
option_value: a:5:{i:0;s:8:”username”;i:1;s:5:”email”;i:2;s:8:”biz_name”;i:3;s:12:”contact_name”;i:4;s:14:”client_circles”;}
Forum: Plugins
In reply to: [Import and export users and customers] Compatibility with WP Client circlesIt looks like the client_circles is stored as meta_key and our values are stored under meta_value.