Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] plugin is missing on the wordpress.org directoryThank you very much. But it’s not necessary. I’m not in it for the money.
Forum: Plugins
In reply to: [Contact Form DB] Is CFDB gone?It was removed due to a security concern. That has largely been addressed. There was a valid vulnerability that I fixed within 24 hours. The rest is more theoretical (you would have to be logged in as an administrator to do it…and if you are an admin, you can do whatever you want anyway). But the WP person won’t re-list until I re-code that.
That code has always been like that way, yet all of a sudden WP yanks the plugin without fully understanding where the safeguards are in the code. I would have preferred that they kept it listed so people get the update that fixes the real vulnerability, then give me some time to change other code to the standard that they want to suddenly impose.
The WP person has been really condescending to me on all the communications and I got fed up with dealing with that. I want clarification on exactly how they want things coded. You would think that the WP people would take a positive attitude toward helping plugin authors keep their plugins up to standards so they can keep contributing to the community (for free!). Instead I’m treated with contempt. I ask myself why should I bother continuing with this?
To reassure you, I plan to get it re-listed at some point. But I have to muster the time and energy to deal with people like this. In the meantime, you can find it on GitHub.
Forum: Plugins
In reply to: [Contact Form DB] plugin is missing on the wordpress.org directoryI’ll work to get this re-listed. I’m a bit overwhelmed right now with work and family activities. I need to clear my plate a bit before I get back to it. In the mean time you can get the latest from GitHub.
Forum: Plugins
In reply to: [Contact Form DB] Remove submit button once submittedCFDB does not display the form and it cannot control displaying anything on the form. The example makes use of a CF7 hook that allows CFDB to signal that the submission is not valid. But CF7 manages the display of the form. So the question is for CF7: is there a way to signal it to stop displaying a button? I’m pretty sure the answer is no, but you would have to ask CF7 people.
Forum: Plugins
In reply to: [Contact Form DB] Export to Excel not workingMake sure your site meets these requirements:
https://github.com/box/spout#requirementsForum: Plugins
In reply to: [Contact Form DB] Remove submit button once submittedThat is a questions for Contact Form 7.
Forum: Plugins
In reply to: [Contact Form DB] Maximum upload file sizeSee this: https://cfdbplugin.com/?p=1507
It is most likely the max_allowed_packet setting.
Forum: Plugins
In reply to: [Contact Form DB] Order sent to google sheets- Go back to the CFDB Shortcode page.
- Select your form and set Export to Google Spreadsheet Live Data.
- Got to Rows tab, set orderby
- Set any other options
- Put the newly generated URL into your Google Sheet
Forum: Plugins
In reply to: [Contact Form DB] Feature Request: Add “Print all” button to admin screenWould it suffice to have an Export option that just opens a blank page with a simple HTML table of all the data? (Then you could print that)
Forum: Plugins
In reply to: [Contact Form DB] not recording correct column dataThat’s very odd. Be sure each form field has a unique name (no duplicates).
Forum: Plugins
In reply to: [Contact Form DB] Contact form DB disables contact form 7 emails?It doesn’t do anything with email. However, in the CF7 form submission handling process, it hands off to CFDB before it sends the email. An error in CF7 (or any code you might have hooked into CFDB) could cause the process to fail and stop before the email gets send. You can test this by disabling CFDB then doing a submission and seeing if it gets an error. CFDB Options has an option to indicate a file in which to write errors.
Forum: Plugins
In reply to: [Contact Form DB] Data are not saving after put SSLI don’t know how this could happen. If the form is received, it should save. CFDB doesn’t know if you are using HTTP or HTTPS. If you site is disallowing HTTP, and the form is still trying to post using HTTP, it will be blocked. Check how the form submits.
Forum: Plugins
In reply to: [Contact Form DB] Is CFDB gone?You can find it here https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/
Forum: Plugins
In reply to: [Contact Form DB] plugin is missing on the wordpress.org directoryI’m publishing releases here now: https://github.com/mdsimpson/contact-form-7-to-database-extension/releases
The WP person is very condescending and unprofessional and is really rubbing me the wrong way. I’m happy to address any issues and meet any standards, but I’m at the limit of my patience. I try to be a good citizen and give back to the community. I’ve put in countless hours for close to seven years now. When I’m treated like this, it seems WP doesn’t value me or my contribution to its community.
Anyway, I put the code on GitHub and I will continue to support it. But at this point I’m not sure I want to deal with people like this to re-list the plugin on this site. I don’t need the frustration.
Forum: Plugins
In reply to: [Contact Form DB] Getting a count of similar resultsLook at the “vote” count example for [cfdb-count]