Michael Simpson
@msimpson on WordPress.org and Slack
- Member Since: August 2nd, 2010
- Location: Broadlands VA
Contribution History
Michael Simpson’s badges:- Plugin Developer
-
Committed [2992213] to Plugins SVN:
Tested up to: 6.4 -
Committed [2990960] to Plugins SVN:
Copyright update -
Committed [2990959] to Plugins SVN:
Copyright update -
Committed [2987106] to Plugins SVN:
Version 2.10 -
Committed [2987105] to Plugins SVN:
Need to delete and re-create tag 2.10 -
Committed [2987104] to Plugins SVN:
Adding additional nonce checks -
Committed [2987001] to Plugins SVN:
Stable tag: 2.10 -
Committed [2986999] to Plugins SVN:
Security fix -
Committed [2986995] to Plugins SVN:
Added additional nonce validation on admin page -
Posted a reply to Can I NOT save data from one of my forms?, on the site WordPress.org Forums:
Yes, look under CMDB Options, Saving -
Posted a reply to CF7DBPlugin.php:848 error, on the site WordPress.org Forums:
I think the issues is that your version of the plugin is outdated and this… -
Posted a reply to Show data from another table., on the site WordPress.org Forums:
I think you might need to code it this way: require_once(ABSPATH . 'wp-content/plugins/contact-form-7-to-database-extension/CFDBFormIterator.php'); $exp =… -
Committed [2615073] to Plugins SVN:
Stable tag: 1.1.11 -
Committed [2615072] to Plugins SVN:
Minor Change: Changed text in email after submission. Removed explicit ... -
Committed [2615071] to Plugins SVN:
Minor Change: Changed text in email after submission. Removed explicit ... -
Committed [2609125] to Plugins SVN:
Stable tag: 1.1.10 -
Committed [2609124] to Plugins SVN:
Version 1.1.10 -
Committed [2609121] to Plugins SVN:
Version: 1.1.10 -
Committed [2609119] to Plugins SVN:
Changed display text "For Sale Items" to "Details" so that the form ... -
Posted a reply to Sender email address not appearing in forwarded email, on the site WordPress.org Forums:
CFDB does not handle email. That is handled by the form plugin. -
Committed [2095949] to Plugins SVN:
Tested up to: 5.2.1 -
Committed [2095946] to Plugins SVN:
Stable tag: 1.1.9 -
Committed [2095944] to Plugins SVN:
Version 1.1.9 -
Committed [2095941] to Plugins SVN:
links for admins to delete entries introduced in 1.1.8 now prompt for ... -
Committed [2064652] to Plugins SVN:
Stable tag: 1.1.8 -
Committed [2064651] to Plugins SVN:
Version 1.1.8 -
Committed [2064648] to Plugins SVN:
Admin can now delete entries from links on the yardsale listing -
Posted a reply to wp_cf7dbplugin_submits table primary key, on the site WordPress.org Forums:
The table does not / should not have a primary key -
Committed [1927539] to Plugins SVN:
Tested up to: 4.9.8 -
Posted a reply to Editor Problem, on the site WordPress.org Forums:
Try uninstalling CFDB and re-install from a download from https://github.com/mdsimpson/contact-form-7-to-database-extension/releases If you downloaded it from… -
Posted a reply to Is this plugin still in development or is there an alternative?, on the site WordPress.org Forums:
My mistake, I thought this was referring to one of my other plugins. I am… -
Posted a reply to Is this plugin still in development or is there an alternative?, on the site WordPress.org Forums:
Latest versions are now on GitHub. See https://cfdbplugin.com/ -
Posted a reply to Not being updated?, on the site WordPress.org Forums:
That editor extension is a not-free extension of CFDB that adds editing capability. Updated to… -
Posted a reply to Not being updated?, on the site WordPress.org Forums:
The plugin updates are now available GitHub instead of Wordpress.com Be sure to install the… -
Posted a reply to Uploaded CSV, now need a form, on the site WordPress.org Forums:
Unfortunately no. You will have to manually create it. -
Posted a reply to CFDB Search form shows all entries, on the site WordPress.org Forums:
https://cfdbplugin.com/?page_id=680 -
Posted a reply to Edit Data Mode won’t work, on the site WordPress.org Forums:
Uninstall CFDB and install it form a prepared release distro: https://github.com/mdsimpson/contact-form-7-to-database-extension/releases -
Posted a reply to Contact Form 7 to Database Extension 2.10.32 – CSV Injection, on the site WordPress.org Forums:
Fix added in latest version https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/2.10.36 -
Posted a reply to The closed thread: shortcode inside shortcode, on the site WordPress.org Forums:
Given that you have a shortcode, in its PHP code, you can call another shortcode… -
Posted a reply to Shortcodes Actions And Filters Plugin Need tutorial or instructions, on the site WordPress.org Forums:
This is more of a question about the CFDB plugin on this help page: https://cfdbplugin.com/?page_id=904… -
Posted a reply to Is this still an active plugin, on the site WordPress.org Forums:
If you uninstall CFDB, that data is NOT lost. It still sits in the database.… -
Posted a reply to Avoid user registration to see uploaded PDF files, on the site WordPress.org Forums:
This might be helpful: https://cfdbplugin.com/?page_id=625 -
Posted a reply to Save contact info but without uploaded files, on the site WordPress.org Forums:
In the CFDB Options page, you can exclude fields from being saved. -
Posted a reply to Relist Contact Form DB as a paid plugin, on the site WordPress.org Forums:
FYI: you can get setup to get the plugin from GitHub.com. See top post on… -
Posted a reply to Will this plugin be maintained?, on the site WordPress.org Forums:
Although the plugin is not listed on WP.org it can be found on GitHub. But… -
Posted a reply to How do we demand Contact Form DB be returned?, on the site WordPress.org Forums:
The plugin is available on GitHub https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/ -
Posted a reply to User not being entered in database anymore, on the site WordPress.org Forums:
Submitted Login is only captured if the user is logged in when submitting the form. -
Posted a reply to Location of CFDB database, on the site WordPress.org Forums:
The data is stored in table wp_cf7dbplugin_submits in standard installations. But the "wp_" part can… -
Posted a reply to Cannot use output buffering in output buffering display handlers in Unknown, on the site WordPress.org Forums:
I think this is a WP configuration issue. https://wordpress.org/support/topic/php-fatal-error-unknown-cannot-use-output-buffering/ https://premium.wpmudev.org/forums/topic/cannot-use-output-buffering-in-output-buffering-display?utm_expid=3606929-104.UORT_bNFTQmA2CgLFPRuGg.0&utm_referrer=https%3A%2F%2Fwww.google.com%2F -
Posted a reply to Contact Form 7 (Approve a submitted form back to user after checked and confirm), on the site WordPress.org Forums:
Unfortunately there is no hook into the edit action to tack on an additional action.
Developer
-
Community Yard Sale
Active Installs: 20+
-
Form to Post
Active Installs: 300+