qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] Non-unique meta fields@ntd – you can download and try with the latest development version hosted on github – https://github.com/qstudio/export-user-data
Please let us know any feedback here and we’ll try and get this fixed up.
Forum: Plugins
In reply to: [Export User Data] BP Last Activity is blank@tcbarrett – you can download and try with the latest development version hosted on github – https://github.com/qstudio/export-user-data
This now includes a fix that is allowing bp_latest_update data to be included.
Forum: Plugins
In reply to: [Export User Data] BP Last Activity is blankWe’re looking into this, it’s a serialisation issue on the returned data from get_users()
Forum: Plugins
In reply to: [Export User Data] Exporting group membership info in a usable format@mazhermon – you seem to be looking for an option to export based on group membership – so select a group and export all members and their data.
Based on what @gingerling suggested, we were thinking about a way to include the BP group data for each user, if a checkbox was clicked.
Two different routes, both would work…
We’re starting to think about how this might be possible, but it’s going to be a good while until this is released in the public repository – early versions will get uploaded to github and we’ll update here to ask for some help on testing.
The work required to add these new features is rarely covered by any fees asked for in a premium plugin – it makes more sense to accept that and to work instead for the community 🙂
Q
Forum: Plugins
In reply to: [Export User Data] re-order export listWe cannot think of a simple way to control the order of the fields in a way that does not require you to alter the names of the user meta fields or BP fields you have stored in WP – but that does not mean there is not a way.
At the moment, we have a very busy work schedule, probably until the new year – if no-one else has offered a method to do this, we’ll take a few hours to look into it.
Good luck!
Q
Forum: Plugins
In reply to: [Export User Data] Exporting group membership info in a usable format@gingerling – BP group date is stored in it’s own tables – and I’ve not found an export API from BP yet.. so, in terms of getting and adding this date to exports, it’s going to be a bit complex.
I’ll keep this in mind, but I can say for sure that it will not be something that we can think about adding before the start of next year, due to our workload.
I do however see the benefits of exporting this data, at least in a simplified format.
Q
Forum: Plugins
In reply to: [Export User Data] Exporting group membership info in a usable format@gingerling – we’ll take a look at how BP stores the group user data next week and let you know what we find.
Q
Forum: Plugins
In reply to: [Export User Data] HowTo: preselected meta keys for exportGood news, this was released last week and seems to be working well for users – as there are no new forum topics requesting help.
Thanks for your help 🙂
Q
Forum: Plugins
In reply to: [Export User Data] Not exporting BP xProfile FieldsI plan to release 0.9.6 tomorrow, unless anyone how spotted any issues in the github version.
Q
Forum: Plugins
In reply to: [Export User Data] Offset Limit is not working after the first attemptI plan to release this tomorrow, unless anyone how spotted any issues in the github version.
Q
Forum: Plugins
In reply to: [Export User Data] HowTo: preselected meta keys for export@cwjordan – this is looking good in my initial testing.
I’ve added the new sanitizing loop and pulled in the get_all_for_user method from BP and call this statically.
I’ve pushed all the changes to github again – I think with a bit more testing on a large database of users, we might be ready for the next release.
Q
Forum: Plugins
In reply to: [Export User Data] HowTo: preselected meta keys for export@cwjordan – I’ll have a bit of time tomorrow and I’ll compare this method to the version in the latest BP.. and see what else we might lose by going backwards.. if nothing special, I think we’re fine to go ahead and do this – if the performance changes show it’s worthwhile.
Cheers
Q
Forum: Plugins
In reply to: [Export User Data] HowTo: preselected meta keys for exportYeh, I know what you mean.. so, how about we just use the old function – is it pluggable, or is that a bad idea – it’s a bit late here?!
Q
Forum: Plugins
In reply to: [Export User Data] HowTo: preselected meta keys for exportThanks @cwjordan – I’ll try your sanitizing code shortly, did you base this on the code in the github version – this is a bit different from the code your first provided?
As for the BP function issue, sounds like something that should be taken up with the BP development team, if the old function provides the same results, but quicker – they’re introduced problems which need addressing.
Fancy opening a bug report on the BP trac?
Q
Forum: Plugins
In reply to: [Export User Data] HOW TO: Exporting A LOT of Data (Out of Memory Issue)@grexican – I’ve added a simple “All” or “None” select option for each list – this does not play nicely with the filter yet ( be nice if you could filter, then select all – but perhaps this will never get used anyhow.. ).
I’ve pushed this change back up to github
Q