qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] Saved Data fields not Saving or LoadingThanks for your message, we’ll not have time to look at this until we all return to work in March, but it will be part of our first review sessions.
Forum: Plugins
In reply to: [Export User Data] Object of class WP_User could not be converted to stringThanks for your message, we’ll not have time to look at this until we all return to work in March, but it will be part of our first review sessions.
Forum: Plugins
In reply to: [Export User Data] Can I get old version? SVN repository not working.You just need to test things on an isolated ( re: staging ) version of your site to see what issues might appear.
The solution would need to come from another developer, we don’t have the time to research or update the BP handlers, these were always tricky and a moving target – so they are commented out ( but not totally removed ) from the plugin – hence this ticket being closed.
- This reply was modified 6 years, 6 months ago by qstudio. Reason: typo
Forum: Plugins
In reply to: [Export User Data] Stored OptionsThe data is stored in user_meta, you could find a pre-existing export / import option to try and help you with this.
Forum: Plugins
In reply to: [Export User Data] Stored OptionsThe plugin was designed to save data on a user level, not a global shared level, so this is not something we plan to change or support – you could potentially re-write the saving and retrieval routines to work from the options table instead of user_meta to achieve this goal fairly simply.
Forum: Plugins
In reply to: [Export User Data] Importing User DataHey – the aim of this plugin is to allow users to export data to build reports or simply to make the data more readable – it does not export data in a format that is designed to be re-imported – I would suggest you look at doing this directly from your database.
Hey – no, as noted, BuddyPress support has been commented out for now, as we no longer work with BP for any projects, so we don’t really have a need or a way solid way to test this.
The original code is still in the plugin, but the BP classes are simply overridden – perhaps another community member will be able to help out to get these back in use.
Forum: Plugins
In reply to: [Export User Data] Avatar Export SupportThe plugin – as stated – attempts to export all standard user meta data and also to grab data from BuddyPress – but that is a moving target and the plugin is a long time without an update.
Forum: Plugins
In reply to: [Export User Data] Only Exporting 100 UsersYour server probably cannot handle exporting 30,000 users – you need to use the limit options inside the plugin – or get your hosting company to boost resources.
Forum: Plugins
In reply to: [Export User Data] Hide some standard user fields.Sorry – I cannot, as that means I take on responsibility for your changes – if you can open the plugin and edit PHP – you can code.. so I would suggest you read about filters in WordPress.
Good luck!
Forum: Plugins
In reply to: [Export User Data] Hide some standard user fields.The return value is passed via a filter:
return apply_filters( ‘export_user_data_user_fields’, $user_fields );
Use the filter “export_user_data_user_fields” to alter the array values – you can place that in functions.php or a plugin.
Forum: Plugins
In reply to: [Export User Data] Exporting BP xProfile field dataHi Lars,
There is little we can do to help if there are no reported errors – please ensure you have BP active on the install and review other previous topics to see if you find anything of help.
Forum: Plugins
In reply to: [Export User Data] Exporting BP xProfile field dataHi Lars, you need to check your php error logs and look for errors recorded for this plugin – if you find any, share them here.
Forum: Plugins
In reply to: [Export User Data] Is there a Way to Export Post Types also?This simple answer is “no” – this plugin is not usable to export post_meta content – instead I would suggest you invest your time in searching and reviewing plugins written to do just this:
Such as :
https://en-gb.ww.wp.xz.cn/plugins/export-all-post-meta/
More options :