Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: How to trigger Follow Up with existing email addresses? #12006
    kickit
    Participant

    Ah. You’ll have to dig into your php admin to run some sql on your database. This is a little dangerous, so if you are not familiar with sql, it’s a good time to learn . First thing to learn is how to backup and restore from a backup. 🙂

    For example: UPDATE xxx_newsletter SET followup= 1 where created > ‘2014-10-04’

    xxx = the table prefix assigned to your install of wordpress.

    …and the where statement can be used if you want to limit the update to only some users. But you could just set everyone to followup = 1 (Yes), then back in the wordpress screen, filter subscribers by ‘Unconfirmed’ and then bulk send the confirmation email.

    good sql learning resource: http://www.w3schools.com/default.asp

    …among other things web techy

    Good luck
    Jeff

    in reply to: How to trigger Follow Up with existing email addresses? #12004
    kickit
    Participant

    Click Edit for a subscriber and scroll down. Follow Up setting is near the bottom.

    in reply to: How to trigger Follow Up with existing email addresses? #11981
    kickit
    Participant

    Ah, I think I figured it out. On the Subscribers setup page, I need to set ‘Follow Up’ to Yes.

    Addio 🙂

    in reply to: How to register subscriber from different url? #11959
    kickit
    Participant

    Awesome. Thanks for the support on a Sunday!

    in reply to: How to register subscriber from different url? #11952
    kickit
    Participant

    Thanks Stefano. So if I’m looking at the Subscription Form page, Form Code tab, I can copy that code to the Business site and it will register subscribers to the Blog site. Correct?

Viewing 5 posts - 1 through 5 (of 5 total)