qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] ** Version 1.3.0 Available on GitHub for testing **Good news.
Forum: Plugins
In reply to: [Export User Data] ** Version 1.3.0 Available on GitHub for testing **We’ve just pushed a small update that moves the internal hook to admin_init – please update and try this.
Forum: Plugins
In reply to: [Export User Data] ** Version 1.3.0 Available on GitHub for testing **This function is available since 2.5 – https://codex.ww.wp.xz.cn/Function_Reference/is_plugin_active
It’s an admin only function – but that should be the case when the exports run, so something else is wrong.
Forum: Plugins
In reply to: [Export User Data] xProfile content not exportingNo problem, we’ve delayed the push – please try to do some testing and let us know what you find.
Q
Forum: Plugins
In reply to: [Export User Data] xProfile content not exportingAs we have no feedback from test users, we are going to push the version available on GitHub to WP today.
Forum: Plugins
In reply to: [Export User Data] Filter wp_users fieldsDid you find the filter you were looking for?
Forum: Plugins
In reply to: [Export User Data] Break lines / blank lines?I doubt that we are stripping out line breaks – you would probably need to use a function like nl2br or wpautop to see the text formatting.
Forum: Plugins
In reply to: [Export User Data] 2 columns not exportedDid this update help?
Forum: Plugins
In reply to: [Export User Data] ** Version 1.2.8 Available on GitHub for testing **Thanks for your message, sounds like you’ve done some solid research.
Oddly, we run all our tests on a WPEnging hosted BuddyPress site ( with about 5000 members ) and for us, the xProfile data exports – visiting profiles and priming the object cache does not have a noticeable influence here.
However, when I get some time – I will run some additional tests.
You can check your error logs using the latest version of this plugin on GitHub and WP_Debug set to true to get some additional info.
Forum: Plugins
In reply to: [Export User Data] Date Selector Not WorkingThe date shown should not have any logic to it – just dates from today back in time – perhaps some other plugin is controlling the jQuery DataPicker settings.
You’ll need to disable other plugins one by one and see if this resolves it.
Forum: Plugins
In reply to: [Export User Data] Date Selector Not WorkingWhich version of the plugin are you using and do you see any JS errors in the Console ( code inspector )?
Forum: Plugins
In reply to: [Export User Data] ** Version 1.2.8 Available on GitHub for testing **We’ll push this update tomorrow, if anyone wants to test it before.
Forum: Plugins
In reply to: [Export User Data] 2 columns not exportedAs an update to this ticket – we’ve pushed a new release of the Export User Data plugin to GitHub – it’s recommended to test this on a staging or development server only:
https://github.com/qstudio/export-user-data
We’ve also added some extra code to make it easier to locate error related to EUD.
Forum: Plugins
In reply to: [Export User Data] xProfile content not exportingAs an update to this ticket – we’ve pushed a new release of the Export User Data plugin to GitHub – it’s recommended to test this on a staging or development server only:
Forum: Plugins
In reply to: [Export User Data] integrate settings from general options of wpOld ticket, but a quick update.
We can set the first date of the week easily enough – but the date formats allowed in WP break the datepicker and the language selection relies on additional translation files – which add a lot to the load time, so we’re not going to include them.