qstudio
@qlstudio on WordPress.org
Bio
- Member Since: January 19th, 2011
- Location: Earth
- Website: qstudio.us
- GitHub: qstudio
- Job Title: WordPress Design, Development and Consultancy
- Employer: Q Studio
Contribution History
qstudio’s badges:- Plugin Developer
-
Posted a reply to Plugin not exporting updated email address, on the site WordPress.org Forums:
Hi! This plugin is really not supported or updated in any sense anymore, but I… -
Posted a reply to Extra line break at generated file begining, on the site WordPress.org Forums:
Sounds like a corrupt file, perhaps try to delete and reinstall the plugin to resolve. -
Posted a reply to PHP Fatal error – Uncaught Error: Call to a member function date() on null, on the site WordPress.org Forums:
@gabrielfuentes - a ticket is not resolved just because the responsibility has been moved elsewhere… -
Posted a reply to PHP Fatal error – Uncaught Error: Call to a member function date() on null, on the site WordPress.org Forums:
@woo-hc - perhaps it would make sense for you to open the WC GH ticket,… -
Posted a reply to Fatal Error update_registered_customer, on the site WordPress.org Forums:
I think this is probably a code bug, check this report also - https://wordpress.org/support/topic/php-fatal-error-uncaught-error-call-to-a-member-function-date-on-null/ We… -
Posted a reply to Custom user role cant export order csv, on the site WordPress.org Forums:
Take a look at this line: https://github.com/qstudio/export-user-data/blob/master/library/admin/render.php#L35 \apply_filters( 'q/eud/admin_capability', 'list_users' ) -
Committed [2802497] to Plugins SVN:
Update to version 0.6.0 from GitHub -
Posted a reply to Is Plug-in Compatible with PHP 8?, on the site WordPress.org Forums:
@prodport -> we have not run any dedicated testing against PHP 8, so cannot confirm… -
Posted a reply to Fatal ERROR – WP 6.0.2, on the site WordPress.org Forums:
A simple fix would be to change the type hint from "object" to "\WP_User_Query" or… -
Posted a reply to incorrect “wp_mail” function location, on the site WordPress.org Forums:
I'm also seeing the same notification on an instance running locally via xampp. -
Committed [2691291] to Plugins SVN:
Update to version 1.0.8 from GitHub -
Committed [2691278] to Plugins SVN:
Update to version 1.0.7 from GitHub -
Committed [2691275] to Plugins SVN:
Update to version 1.0.6 from GitHub -
Committed [2691274] to Plugins SVN:
Update to version 1.0.5 from GitHub -
Committed [2691272] to Plugins SVN:
Update to version 1.0.4 from GitHub -
Posted a reply to Fatal Error, on the site WordPress.org Forums:
Please can you confirm which version of the plugin you are trying to run? There… -
Posted a reply to Export of users roles includes quot-tags, on the site WordPress.org Forums:
the data is also exported as a JSON encoded string - in the case of… -
Posted a reply to Export of users roles includes quot-tags, on the site WordPress.org Forums:
Wordpress requires that all plugins in the repo fully escape any data echoed to html,… -
Posted a reply to Downloads other columns too, on the site WordPress.org Forums:
Those method provide a filter to change the default values. the value returned from exclude_fields()… -
Posted a reply to Downloads other columns too, on the site WordPress.org Forums:
We only plan to maintain this plugin, no new features, as there are already many… -
Posted a reply to Downloads other columns too, on the site WordPress.org Forums:
Export more data than you require and then filter this, for example using a Spreadsheet… -
Posted a reply to Downloads other columns too, on the site WordPress.org Forums:
user_email is a standard WP user field, not user meta data - same for ID,… -
Posted a reply to Downloads other columns too, on the site WordPress.org Forums:
You would need to uncheck the option to include "Standard User Fields" - see the… -
Committed [2653271] to Plugins SVN:
Update to version 0.5.9 from GitHub -
Committed [2650187] to Plugins SVN:
Update to version 0.5.8 from GitHub -
Committed [2649872] to Plugins SVN:
Update to version 2.2.6 from GitHub -
Posted a reply to I can’t select xprofile fields, on the site WordPress.org Forums:
Good point, we actually do this all from GitHub, using actions - as SVN is… -
Posted a reply to I can’t select xprofile fields, on the site WordPress.org Forums:
Please see the changelog, BP support was removed in version 2.1.0: https://wordpress.org/plugins/export-user-data/#developers You could install… -
Posted a reply to Mixed Content was loaded without HTTPS, on the site WordPress.org Forums:
This should be resolved in 2.2.5, as all assets are loaded form the local instance,… -
Posted a reply to Standard User Fields check box unchecked after loading stored options, on the site WordPress.org Forums:
This should now be resolved with version 2.2.5, please check and confirm. -
Committed [2645029] to Plugins SVN:
Update to version 2.2.5 from GitHub -
Committed [2644800] to Plugins SVN:
Update to version 2.2.4 from GitHub -
Committed [2643746] to Plugins SVN:
Update to version 2.2.3 from GitHub -
Committed [2643307] to Plugins SVN:
Update to version 2.2.2 from GitHub -
Committed [2643129] to Plugins SVN:
Update to version 2.2.1 from GitHub -
Posted a reply to Standard User Fields check box unchecked after loading stored options, on the site WordPress.org Forums:
Can you please check if there are any Javascript errors when you run the plugin -
Posted a reply to Mixed Content was loaded without HTTPS, on the site WordPress.org Forums:
You can try the later - but not released on WP - version, hosted on… -
Posted a reply to Registration Date Field/Column Missing, on the site WordPress.org Forums:
You can add standard WP user fields - like registration - using the option inside… -
Posted a reply to change language not effected, on the site WordPress.org Forums:
Thanks for the info, we'll take a look at why - probably we are just… -
Posted a reply to Perfect, on the site WordPress.org Forums:
Good news @charliecleon - thanks! -
Created a topic, 2.2.0 Release for Beta Testing, on the site WordPress.org Forums:
The next release of EUD is available for testing on Gi… -
Posted a reply to user_registered date, on the site WordPress.org Forums:
You can take a look at the available filters - the value filter might work… -
Committed [2415078] to Plugins SVN:
Update to version 0.5.7 from GitHub -
Posted a reply to Excellent plugin, on the site WordPress.org Forums:
Thanks for your review - glad to know the plugin helped you out :) -
Posted a reply to Related ACF Fields Included?, on the site WordPress.org Forums:
Thanks for the suggestion, but there are lots f other more complex plugins which perhaps… -
Posted a reply to Related ACF Fields Included?, on the site WordPress.org Forums:
ACF stored data in WP standard usermeta table - as well as it's own reference… -
Posted a reply to Success Message in Modal, on the site WordPress.org Forums:
@fabianlindfors thanks for the reply - do you have any pointers, we will take a… -
Posted a reply to Success Message in Modal, on the site WordPress.org Forums:
We're looking for a similar solution, but would rather use AJAX to capture and complete… -
Posted a reply to Open Chat from external Trigger, on the site WordPress.org Forums:
Better example: // open chat from external trigger ## jQuery(document).on( 'click', '.open-chat', function(){ console.log( 'Clicked… -
Posted a reply to Open Chat from external Trigger, on the site WordPress.org Forums:
@throu - just bind an event to an element, using jQuery and pass the event…
Developer
-
Advanced Custom Fields: Number Slider
Active Installs: 600+
-
Conditional Stylesheets and Body Classes
Active Installs: 50+
-
Export User Data
Active Installs: 10,000+
-
Import User Meta Data from CSV
Active Installs: 100+
-
Stand with Ukraine Banner
Active Installs: Less than 10
Contributor
-
WP Post to PDF Enhanced
Active Installs: 700+