• Resolved Pistacho

    (@pistacho)


    I just upload the plugin so I can use the mail confirmation. When a user sign up the mail is send successfully, the problem is that the link that is send seems to not work.

    I call the link using the [confirmation-link] is there another way or need something else to do it?. is some website where I can see the full documentation?

    Thank you

    https://www.ads-software.com/plugins/front-end-only-users/

Viewing 8 replies - 16 through 23 (of 23 total)
  • 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!

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    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!

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    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!

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    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?

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Confirm Mail link broken’ is closed to new replies.