Yes, these are all changes i did. Of course i tried some things, but these are the steps the brought me to success. In the end I did only this to the original files and it works – for me.
I did some research now and at this moment I don’t understand why it works like I did 😀 it shouldn’t. It’s a security thing to prevent against SQL injection.
Try this one instead of the line I postet before. I changed it in my version too.
$Retrieved_User_ID = $wpdb->get_row($wpdb->prepare("SELECT User_ID FROM $ewd_feup_user_table_name WHERE User_ID=%d AND User_Confirmation_Code='%s'", $User_ID, $Confirmation_Code));
I used the last code you posted lkf_tanzt and it worked for me too!
Awesome, now I can finally press on with integrating this plugin on my page.
Thanks so much to the both of you, great work!
Thanks everyone for all of your input and hard work on this problem, we really appreciate it and will take a look into integrating some of these fixes in to future updates.
@etoilewebdesign, any idea when you will be updating the plugin? I am not as tech savy as the people above? Its a great plugin just trying to get the confirmation email up and running.
Thanks for your hard work!
Hi mikslawncare,
We’re hoping to release the update in the next few weeks.
Hope that helps!
@lkf_tanzt you are a star! you absolutely nailed the fix!
@etoilewebdesign is the release out any soon? we need a documentation too especially on all the shortcodes and shortcode attributes there are and how to use them.
Great plugin thanks for the hard work!
Hi tradeoffice,
Thanks, glad you enjoy the plugin. We’re working on updating our documentation and hope to release it soon.
As far as the confirm mail fix is concerned, we’re still working on it, should be out soon.
Hi @etoilewebdesign,
any news for this fix at confirmation email?