• I just added the Subscribe2 plugin to my site. It works great, except that I’d like to change the page that new subscribers are forwarded to after they confirm their subscription. I’d like them to be taken back to the home page, but instead they end up looking at my portfolio (which is tacky).

    Any suggestions?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, that caught me when I upgraded to the latest version. If you look at around line 40 in the plugin file, you’ll see this:

    // by default, subscribe2 grabs the first page from your database for use
    // when displaying the confirmation screen to public subscribers.
    // You can override this by specifying a page ID below.
    define(‘S2PAGE’, ‘1’);

    Change the number to the ID of the WordPress page you want to use. I created a special “thanks for subscribing page”, which does the job for me. It does need to go to a WP page rather than to the home page of the site, though.

    Thread Starter Z_Everson

    (@z_everson)

    Thanks Les! Is there I made the change and it fixed that problem. I like your idea about having a thank you page. Is is possible to create one that won’t appear in the autogenerated list of pages in the sidebar?

    Also, I’m not sure what happened, but the box for users to input their e-mail addresses disappeared on me. Any ideas how that happened?

    Thanks again!

    Also, I’m not sure what happened, but the box for users to input their e-mail addresses disappeared on me. Any ideas how that happened?

    I find that Subscribe2 knows if I’m logged in or not. If I am, it doesn’t display the input form but rather a link to update my settings.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the confirmation page for Subscribe2’ is closed to new replies.