qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] Buddypress Group infoGood news 🙂
Forum: Plugins
In reply to: [Export User Data] Buddypress Group infoYes – look at the advanced options in the plugin – there is an option to export group data ( which will be a list of the group names that user is in ).
The FAQ section describes briefly how this works – https://ww.wp.xz.cn/plugins/add-user-metadata/faq/
Sorry for the slow reply – This plugin is un-tested in MultiSite, but likely will it will work correctly – it adds a sub-menu item in the users section of the admin.
Forum: Plugins
In reply to: [Export User Data] xProfile content not exportingWe have no more suggestions at this time – the plugin is widely used ( over 10,000 active installs ) – and there have been very very support requests from the latest update – so the presumption is that in most cases this is working for most people.
All that said, we accept that some larger exports still cause problems and we have a long-term plan in place for how to deal with this – but this will not see the light of day until autumn – as we have a full-on work schedule until then.
Until then, I can only suggest that you play with the plugin options and server configurations to try to find a workable solution.
Forum: Reviews
In reply to: [Export User Data] Works great – just know that emails are defaultYou can already select to include “standard WP User Fields” – check the advanced options near the bottom of the screen.
Forum: Plugins
In reply to: [Export User Data] Convert Epoch time using filtersGood news and a solid solution by the sounds of it.
Q
Forum: Plugins
In reply to: [Export User Data] Convert Epoch time using filtersThe existing filters only deal with filtering the fields to be used, not altering the value of those fields before export – that was never part of the plan for this plugin.
I would look into how you can filter teh values returned from top level WP functions to find a way to filter the values, as we do not make any direct calls to the database to get data.
Forum: Plugins
In reply to: [Export User Data] Convert Epoch time using filtersThis proposed filter would need to match the field name in order to work – and would need to take into consideration other aspects such as BP fields and time since update fields – but it’s possible.
Another route would be to filter the returned value from the function used to grab the field data – which might be get_user_meta ( via get_metadata ) – but you’d need to dig into the filters available to see if that could work.
Forum: Plugins
In reply to: [Export User Data] xProfile content not exportingYeh – I see that now.
The EUD log does show that it can access xprofile – so that means BP is loaded and all functions are available ( EUD XProfile Accessible )
However, it seems to find no data for any users – perhaps a timeout or some other error inside BP.
It also seems to have problem getting group data from BP:
PHP Notice: Trying to get property of non-object in /nas/content/live/quackerfactory/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php on line 416
I can only guess that some of these issues are due to the unique site set-up and differences between this and our own test install.
Forum: Plugins
In reply to: [Export User Data] xProfile content not exportingYour error log is showing lots of notices from other BP plugins, please turn these off and try to export again.
Forum: Plugins
In reply to: [Export User Data] v1.2.0 works…v 1.2.7 does not work.The problem is BuddyPress – it slows down the process of retrieving data to the point where many servers time out on large exports.
In version 1.2.0 we used a cloned version of the BP method get_all_for_user() to grab xprofile data ( https://plugins.svn.ww.wp.xz.cn/export-user-data/tags/1.2.0/export-user-data.php ) – but this gives us other problems when we want to grab other BP data – such as groups – which would have meant we’d need to clone all BP functions.
Eventually we’d end up with an entire copy of BP – which makes no sense, as it would not update with BP updates – so we moved back to calling BP and using it’s in-built ( slower ) functions.
In the latest version there are additional debugging routines – if you have your error log turned on in WP_DEBUG and are writing to a log file this should tell you some additional information.
We have a plan to move all exports to a cron routine ( which cannot timeout ) – but this is a major re-build and we don’t have time / resources to take this on in the near future.
Forum: Plugins
In reply to: [Export User Data] Buddypress Friend ConnectionsIf that data is stored in either xprofile or ( less likely ) user_meta, it should export – but it depends how the relations are made – I’ve not looked into this.
If the relation are ID based – it’s probably not going to work, if they are username based, it might.
Do you have any insights into how they are stored?
Forum: Plugins
In reply to: [Export User Data] ** Version 1.2.8 Available on GitHub for testing **Perhaps you can stage your site on WPE and run the tests again – the staging version should have no caching and might give some more clues.
In our own testing, we’ve not run into this issue – but check the new log() commands in the plugin which allows for better debugging.
Forum: Plugins
In reply to: [Export User Data] Nothing happenedClosed as no follow up from OP.