• Resolved sriharign

    (@sriharign)


    Hello,

    I have recently included this plugin and have done all the setup. I have two issues with the plugin and hope I can get some help.

    1. Once a user is created, the user is automatically registered into the system without any moderation(i.e. Admin approval), even though I have enabled this in the settings.

    2. I have Newsletter plugin installed and need to include “Subscribe to Newsletter” checkbox in the user registration form. How to achieve this.

    Kindly request some urgent help on the above two please.

    Thanks.

    https://www.ads-software.com/extend/plugins/simplr-registration-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mpvanwinkle77

    (@mpvanwinkle77)

    Ok so there is an issue with the moderation and I’m working on that. regarding the other issue you can use the simplr_profile_save_meta hook to initiate any custom actions you need.

    //Save Hook for custom profile fields
            do_action('simplr_profile_save_meta', $user_id,$data);
    Plugin Author mpvanwinkle77

    (@mpvanwinkle77)

    FYI, I just pushed out the moderation fix.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moderation not working’ is closed to new replies.