qstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] Error when activating the plugin5.2.17 is still not a supported version of PHP.
Each plugin is written differently and uses different functions – we can see the issue and will look into alternatives, but there is not set date for when we’ll release the next update.
Q
Forum: Plugins
In reply to: [Export User Data] Error when activating the pluginThat version is not even supported by WP anymore – https://ww.wp.xz.cn/about/requirements/
You will need to update PHP to get support for some of the newer features.
We simply use an anonymous function described on the WP Codex to grab all usermeta and trim out empty array values – http://codex.ww.wp.xz.cn/Function_Reference/get_user_meta#Getting_all_meta_data
Forum: Plugins
In reply to: [Export User Data] Error when activating the pluginWhat version of PHP are you using?
Forum: Plugins
In reply to: [Export User Data] Daily Export of New UsersThe latest release 1.1.1 should address the daily export option, please check and confirm.
Thanks
Q
Forum: Plugins
In reply to: [Export User Data] Exporting group membership info in a usable formatThe latest release 1.1.1 should address the BP group export, please check and confirm.
Thanks
Q
Forum: Plugins
In reply to: [WordPress PDF Templates] View PDF for Draft postsHi,
We like how your plugin works, but it was not working correctly for our needs, so we forked your github copy and made a number of changes, including:
– Allowing for draft posts to show PDF files
– Clearing the cache on updates or changes to the post
– A basic multi-lingual system for the cache ( the pdf name is stored in a postmeta field and used to check and generate unique pdf file titles )You can review all the changes here:
https://github.com/qstudio/wp-pdf-templates
Thanks
Q
Forum: Plugins
In reply to: [Plugin Name: Device Theme Switcher] Small bug in 2.8Thanks for following this up.
Q
Forum: Plugins
In reply to: [Export User Data] Daily Export of New Users@rcmcqueen22 – you can find a first version of the plugin with a more accurate date range picker on github for testing – https://github.com/qstudio/export-user-data
Please leave feedback here, when this version is validated it will be pushed as the next release.
Q
Forum: Plugins
In reply to: [Export User Data] Daily Export of New UsersOk – this seems like a reasonable suggestion – I can imagine having two data pickers ( from, to ) to replace the month dropdown.
However, we’re in the middle of pushing the next version – which includes a number of new features and has been delayed due to the complexity of testing these all: github.com/qstudio/export-user-data
So, your request will be added to the list for the next release – we’ll update you if this is selected and added.
Thanks!
Q
Forum: Plugins
In reply to: [Export User Data] Daily Export of New UsersSo, you’re asking about a way to choose a specific date range – for example “previous 24 hours”, “previous week” etc. instead of the by month options.. and then export based on that?
Thanks for posting your question here.
Q
Forum: Plugins
In reply to: [WP Hide Post] A lot of logging garbage if WP_DEBUG is setif it’s no longer maintained, you can hack it!
wp-hide-post.php:40
define('WPHP_DEBUG', defined('WP_DEBUG') && WP_DEBUG ? 1 : 0);becomes:
#define('WPHP_DEBUG', defined('WP_DEBUG') && WP_DEBUG ? 1 : 0);Forum: Plugins
In reply to: [Export User Data] User ID# – UrgentThis plugin is intended as a means to backup and view user data – not necessarily as a transfer tool – the best way to move all user data from one table or database to another is via the export / import options in PHPmyadmin.
I hope you found the best way to move your data – we’ve closing this ticket now.
Q
Forum: Plugins
In reply to: [Export User Data] Multisite and xprofile fieldsDue to a lack of demand for network compatibility and a lack of resource to develop and test for them – we’re no considering any network functionality – yet!
Closing this ticket now.
Q
Forum: Plugins
In reply to: [Export User Data] Can you include the user role in the CSV export?Hi,
The test version and the next public release of the plugin now includes an option to include the user roles – so we’re closing this ticket.
Q
Forum: Plugins
In reply to: [Export User Data] BP Last Activity is blankThis issue will be fixed in the new plugin release – which is available for testing on Github now.
We’ve closing this ticket.
Q