qstudio
Forum Replies Created
-
Forum: Reviews
In reply to: [Export User Data] Does not export ALL user data@lebearuk – nicely put!
Forum: Plugins
In reply to: [Export User Data] Multisite and xprofile fields@maxwellariss – thanks for the feedback – this plugin has not been developed for nor tested with Multisite – so that should easily explain the lack of functionality.
You sound like you know what you’re talking about – if this functionality is important to you, please think about producing a patch that would be useful to the community.
Thanks!
Q
Forum: Plugins
In reply to: [Export User Data] Blank PageIf the fix resolves the problem, please consider leaving a review of the plugins – this is helpful to us and also to other users.
Forum: Plugins
In reply to: [Export User Data] Bugfix: Numbers in export headersIf the fix resolves the problem, please consider leaving a review of the plugins – this is helpful to us and also to other users.
Forum: Plugins
In reply to: [Export User Data] Blank PageGood news – marking this as resolved.
Forum: Plugins
In reply to: [Export User Data] Bugfix: Numbers in export headersHi,
We pushed two updates today – I did not see this topic:
0.9.2 should address your issue:
https://ww.wp.xz.cn/plugins/export-user-data/changelog/
Q
Forum: Plugins
In reply to: [Export User Data] Blank PageOk – I’ve uploaded a simple fix and released version 0.9.1:
https://ww.wp.xz.cn/plugins/export-user-data/changelog/
I simply avoid the bp check by defining a constant – perhaps not totally ideal, but a working fix for now.
Q
Forum: Plugins
In reply to: [Export User Data] Blank PageThe problem seems to be caused by a new 2.0 function added to BuddyPress:
remove_signups_from_user_query()
added via a filter action in bp-members-admin.php:167
add_action( ‘pre_user_query’, array( $this, ‘remove_signups_from_user_query’), 10, 1 );
The function tries to call the WP function get_current_screen, but this is not available yet – probably because the export runs before this is loaded.
commenting out the action in BP allows the export to run correctly again.
I think the fix is more to try and avoid this action in bp than anything else – I’ll see how best we can do that.
Forum: Plugins
In reply to: [Export User Data] Blank PageHi @krissparker,
Thanks for trying to look into this problem – a white screen usually represents a PHP fatal crash – as you’ve found it’s a combination of buddypress and this plugin, but not this plugin alone.
It’s possible that changes in the latest buddypress release are causing this error – I’ve not found time to test of release a 3.9 update yet – it’s on the list, but it’s sadly not at the top of it.. this will come when I have time.
I would suggest you try an older version of buddypress – if this plugin’s functionality is really important – of wait for the next release.
Thanks
Q
Forum: Plugins
In reply to: [Export User Data] Can you include the user role in the CSV export?Hi Jose,
Adding the role would be possible by editing the plugin – but of course you’ll lose those changes next time you update it.
I’m not sure there is enough need for this to be a part of the plugin that we would add it – our aim is not to create a super complex system – but it would be nice if there was a simple filter or custom field option to allow for these additions.
We’ll look into the options and will update this thread if there are any plans to introduce this.
Q
Forum: Plugins
In reply to: [Export User Data] Save the fields to exportThanks ulises2010,
We don’t really monitor nor generally answer question here – instead for feature request and bug reports, please use the WP Support Website.
Forum: Plugins
In reply to: [Export User Data] Predefined export?Thanks Mac,
As I noted before – we don’t really monitor nor generally answer question here – instead for feature request and bug reports, please use the WP Support Website.
Forum: Plugins
In reply to: [Export User Data] French translationBonjour Bastien,
Thanks for these – I’ll add them into the next release 🙂
Q
Forum: Plugins
In reply to: [Export User Data] Predefined export?Hi Mac,
Do you have any programming experience – because I think this might be easy enough to achieve and perhaps in a way that will not break on the next update.
There is a “filter” option next to the field list – which hides a number of system meta fields – this list is probably ( I’ve not checked ) filterable via do_filter – if not, it should be!
If you also know how to write jQuery – you could probably change a click on the filter link to also select those fields and populate them over to the right hand side…
If this is not something that you can do – I’d say that while the idea is interesting – it’s not really essential to the plugin, so I can’t justify the time to write and test the addition just for you.
FYI – as noted on the plugin home page, we don’t really monitor nor generally answer question here – instead for feature request and bug reports, please use the WP Support Website.
Cheers 🙂
Q
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] Error on save when using qTranslateHi Lewis,
Thanks for your persistence – I have in mind a few simple tests – such as disabling some or all of those stated plugins – to be honest my feeling is that I’ll still see the error – but as you’ve said you’re not seeing it.
I’m going to be away until Friday – but when I get back I’ll find some time to give some of these theories a shot and I’ll be sure to update this thread with the results.
Have a good one
Ray