qstudio
Forum Replies Created
-
Forum: Reviews
In reply to: [Export User Data] Great plugin!We’re happy that you are happy.
Forum: Plugins
In reply to: [Export User Data] Not Exported (-218) – Text StuckYou should try to disable other user plugins one by one, until you find which one is adding that option to the admin – good luck.
Forum: Plugins
In reply to: [Export User Data] Not Exported (-218) – Text StuckHi,
The link to the image does not work and I doubt this problem is being caused by the Export User Data plugin – try to disable it to confirm.
Forum: Plugins
In reply to: [Export User Data] Import?Hi,
Thanks – but we do no have a matching import plugin.
Forum: Reviews
In reply to: [Import User Meta Data from CSV] Perfect solutionGreat 🙂
Forum: Plugins
In reply to: [Export User Data] Hard coded table prefix wp_bp_xprofile_dataThanks again @cwjordan.
We’ve almost run out of steam to keep going on update of this plugin for the time being – I hope to be able to make some time over early winter to push an update and I’ll be sure to include this patch.
By the way – if you wanted to become an official contributor and take over some of the updates – just let me know 🙂
Thanks @cwjordan – good advice. Off the bat, we have no way to know if it will or will not be able to run an export of that size.. Easiest way to find out is to run it.
Forum: Plugins
In reply to: [Export User Data] Change Data OrderHey – sorry, this is not something that we plan to add to this plugin – we simply don’t have the time to dedicate to any further development.
Forum: Plugins
In reply to: [Export User Data] make export visible to EditorI checked the code – it seems the cap is actually “list_users” – https://plugins.trac.ww.wp.xz.cn/browser/export-user-data/trunk/export-user-data.php#L200
Forum: Plugins
In reply to: [Export User Data] make export visible to EditorYes – you need to replace “manage_options” with a lower capability which editors can do.
Forum: Plugins
In reply to: [Export User Data] make export visible to EditorYou’d need to – sadly – alter the code in the plugin – it relies on “user capabilities” – this case I think it’s “manage_options”
You’d need to pick something that editors area able to do – https://codex.ww.wp.xz.cn/Roles_and_Capabilities
Forum: Plugins
In reply to: [Export User Data] Export Cimy User Extra FieldsI would instead speak to the plugin developers to see how you can export their data – or get them to use standardized database tables.
Forum: Plugins
In reply to: [Export User Data] Export Cimy User Extra FieldsI have never used “Cimy” – but if it stores meta data in the standard wp_use_meta tables, this should be exportable.
Forum: Plugins
In reply to: [Export User Data] Export CrashesGood news 🙂
Forum: Plugins
In reply to: [Export User Data] Export CrashesLast Activity is a BuddyPress meta field – so you can’t export this without BP installed and active.
This is a bug in the plugin, but you can probably work around this by activated BuddyPress.