mkscripts
Forum Replies Created
-
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] failureOk, before we look any further, have you ruled out that this is due to another plug-in or the active theme? Yes you can send me a pn.
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] failureI cannot reproduce this, everything works fine.
You can check whether the following function works or gives an error on your site:
add_action( ‘init’, ‘dae_test’ );
function dae_test() {var_dump( mckp_create_nonce( ‘your-file.ext’, ‘[email protected]’ ) );
}
This function should output a nonce value and save it into the wp_options table.
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] failureYour url has no nonce value, that is why the download does not start. Make sure you use the full url as it appears in the email. You may have modified the code, then try to remove the plugin and reinstall it.
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] failureWe are still working on the add-on and we have not yet set a price. Could you provide a little more information about the problem? Do you get the email with the download link? If you click on it, a download window will open and you can save the file to the desired location on your computer.
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] failureYou’re welcome. A visitor can receive a download link once per file. The free version of this plugin does not support multiple fields, only email.
This problem is solved with the update to version 1.4
Forum: Plugins
In reply to: [Download After Email - Subscribe & Download Form Plugin] failureHi,
This is probably because you have not selected a download file. Please let me know if it still doesn’t work.