• Hello, https://bassonline.com

    Love the plugin and what it does…

    A quick question, the unsubscribe button is linked to /wp-login.php/ we have recently changed that page for security reasons.

    Can you tell us where we would need to change this in the code to redirect it to our new login page?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • @mr-bass

    I’m not entirely clear on your issue at the moment as wp-login.php is a core WordPress file and isn’t normally appended with a slash so Subscribe2 should not direct there when a form button is clicked.

    However, in answer to the question, if you are using the form within the content of a Page or Post the redirection is controlled on the Subscribe2->Settings page under the Appearance tab where is says “Set default Subscribe2 page as:”.

    If you are using the Widget the option is on the WordPress Widgets page, within the Subscribe2 widget.

    Thread Starter Mr Bass

    (@mr-bass)

    So sorry, I will try to explain in more detail.

    If you go to https://bassonline.com/newsletters/ put email in, then go back and try to unsubscribe. Once you click the unsubscribe button, it takes you to “To manage your subscription options please login
    The login link which is to /wp-login.php which we have changed, this is what we need to reconfigure.

    @mr-bass

    Thank you for explaining a little more – I understand now.

    Any user using that form and getting that message would be a Registered User as opposed to a Public Subscriber. (Difference explained here).

    You could hack the code in the classes.class-s2-frontend.php file and put the correct location in for your site on the line near the top starting $this->please_log_in or perhaps use a .htaccess redirect.

    Thread Starter Mr Bass

    (@mr-bass)

    Fantastic just what I needed, appreciate the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unsubscribe Link?’ is closed to new replies.