• Resolved wpforosupport

    (@wpforosupport)


    Hi,

    I enabled:
    Replace Registration Page URL to Forum URL
    Replace Login Page URL to Forum URL

    so that users who sign up for our forum get emailed the wpForo login page/password reset link for the forum login and not for the WordPress login.

    When logging out of the site as admin, the page that opens automatically is now also the wpForo login page instead of the WordPress login page.

    Can I change any setting so that the Login Page URL for me as admin defaults to my WordPress login page?

    Or do I simply have to access my WordPress login page via a saved Browser page?
    Thanks

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @wpforosupport,

    Thanks for your email,

    I hope you are doing well, You can use this code for the theme’s function.php file.

    add_action('wp_logout', function() {
        wp_redirect(site_url()."/tctn-forum/?foro=signin");
        exit;
    });

    Please check it and let me know.

    Thanks & Regards

    WP Experts Support Team

    Thread Starter wpforosupport

    (@wpforosupport)

    @hamza1010 , Thank you, I will look into it.

    Another concern is how the email content for new user registrations can be changed. I found a post describing how the content can be changed in “Phrases”, but I do not see this specific possibility there. When I do a test registration, the email subject is “Login Details” and the content is “Username: XXXX To set your password, visit the following address:XXXX

    I would like to personalize this message, as otherwise it looks like a spam email to me.

    Where can this be changed please?
    Thanks

    Thread Starter wpforosupport

    (@wpforosupport)

    Adding to this, in the Forums/Settings/Emails tab, “Overwrite WordPress New User Registration Email for Users” is set to yes and the email content is as follows:

    Hello,
    
    Thank you for signing up as a member on the TCTN forum.
    
    Your Username is: [user_login]
    
    To set your password, please visit this link.
    
    We look forward to your contributions on the forum.
    
    Thanks,
    
    The Transpersonal Coaching & Therapy Network

    How come that the email that I get as a test user does not display this message, but the content from my previoius post?

    Thanks

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @wpforosupport,

    You are using the PRO version of our plugin so kindly open a support ticket via our website as we are not allowed to provide support on paid versions through this platform.

    Thanks

    Thread Starter wpforosupport

    (@wpforosupport)

    Hi @hamza1010,

    Thank you. I am not aware of using a paid version of wpforo. Where on your website would I submit a support ticket? Can you provide a link please?

    Thanks

    Thread Starter wpforosupport

    (@wpforosupport)

    I have also just tested the sign up again and after submitting username and email address, a blank page opens and the following appears in the address bar: https://iactm.org/tctn-forum/?foro=signup&redirect_to=https%3A%2F%2Fiactm.org%2Ftctn-forum%2Fmain-forum%2F

    Are you able to do a test sign up and see what experience you have on your side please? I do have a new user approve plugin installed and the email confirmation that the sign up is pending is being received. However the blank page that opens is an issue.

    Thanks

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @wpforosupport,

    Kindly open a support ticket on official website ( see the screenshot ).

    Thanks

    Thread Starter wpforosupport

    (@wpforosupport)

    @hamza1010,

    Thanks, but my inital post is not referring to the New User Approve plugin.

    The following text was set up in the WordPress email templates before installing it: `Hello,

    Thank you for signing up as a member on the TCTN forum.

    Your Username is: [user_login]

    To set your password, please visit this link.

    We look forward to your contributions on the forum.

    Thanks,

    The Transpersonal Coaching & Therapy Network`

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @wpforosupport,

    This is a support forum for the ‘New User Approve’ plugin, if you are looking for support on any other plugin please open a support topic in the relevant plugin’s support forum.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Admin issue – wpForo Replace Login Page URL to Forum URL’ is closed to new replies.