• Resolved yntruder

    (@yntruder)


    Hy,

    Please, how can i switch on for administrator to register new member?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • @yntruder

    Yes it’s possible if you enable the Registration form for logged-in users
    with the following code snippet:

    add_filter( 'um_registration_for_loggedin_users', '__return_true' );

    Add the code snippet to your active theme/child-theme’s functions.php file
    or use the “Code Snippets” plugin.

    https://www.ads-software.com/plugins/code-snippets/

    Thread Starter yntruder

    (@yntruder)

    I have another problem. When member click in activation email the activation button the activation is correct, but the system redirect to the change password page. how can i change the redirection?

    @yntruder

    UM User Roles -> Edit your Registration role -> Registration Options -> “URL redirect after e-mail activation”

    Thread Starter yntruder

    (@yntruder)

    i get this error

    Don’t Panic

    The code snippet you are trying to save produced a fatal error on line 1:syntax error, unexpected token “&”

    The previous version of the snippet is unchanged, and the rest of this site should be functioning normally as before.

    Please use the back button in your browser to return to the previous page and try to fix the code error. If you prefer, you can close this page and discard the changes you just made. No changes will be made to this site.

    Thread Starter yntruder

    (@yntruder)

    In the email you sent there were the problem, but here were correct code.

    Thx

    @yntruder

    Yes the email sent by the Forum to you for each new post
    will change to invalid quotes in the code snippets.

    Plugin Support andrewshu

    (@andrewshu)

    Hi @yntruder

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘User registration for admin’ is closed to new replies.