• Resolved decim21

    (@decim21)


    Hello I would like to suggest, the registration redirection.

    Once the registration is completed through the invitation link, this redirects to a specific page or the administration panel

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Thanks for your interest in the plugin and suggestion for a good feature.

    Can you please add 5 star for our plugin or donation so that we can work on the feature.

    Thanks.

    We will release the new version very soon with this update.

    Thanks for your patience.

    Plese implement redirection. Otherwise after registration by default users are directed to /wp-admin page. This is so confusing.

    This feature has been published. Please find it under advanced settings tab.

    Thanks.

    I don’t get the redirection to work but I’m not sure if there are some other plugins that might be in conflict. The register-form header remains and nothing more happens. Tried with both Chrome and Edge. Account successfully created though.

    • This reply was modified 5 years, 9 months ago by kortell.
    Thread Starter decim21

    (@decim21)

    thanks wpshrike ??

    Thread Starter decim21

    (@decim21)

    where i can give a donation??

    Did anyone find a solution to this issue? Thank you.

    Hi all,

    I found a temporary solution to the redirect issue.

    1. Go to the plugin directory and go to admin > partials > invitation-based-registrations-register.php.

    2. Immediately after line 28 ($issuccess = true;), insert the following:

    {
    header("Location:https://your/url/here/");
    }

    3. The line after this should read: } else {

    4. Save, then test. This code should redirect the page only if no errors occur (duplicate email, username, missing fields, etc.).

    Hope this helps save someone some time. Know that this code will get overwritten in an update. If that happens, come back here and add it back in. ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Registration Redirection.’ is closed to new replies.