nodesman / wp-autoresponder

Email marketing and newsletter plugin for WordPress
40 stars 22 forks source link

posts send themselves to mailing lists #256

Closed sigibi closed 11 years ago

sigibi commented 11 years ago

I wrote a new post. in the past, it was possible to determine to which autoresponder or mail list the post will be sent. I used to cancel the option and send a mail with a link to the post. Since the upgrade, this section does not appear in the post edit page, so the new post was just sent as is to the mailing lists. it is not what I want.

and the previous bug was not fixed (the edit problem).

Is it possible to downgrade the plugin? setiously - I need to keep working, can't wait. 10x sigal

nodesman commented 11 years ago

@sigibi Thanks for pointing this out. The email customization feature was removed because it was believed to be not used by anyone at all. I'll look into re-adding a limited version of the feature in an upcoming version.

You can however, look into the wp_blog_subscriptions table of your wordpress installation's database and remove all the subscriptions so that you can post blog posts and not have then get delivered by the plugin to all subscribers.

You also need to remove the blog subscription option from the subscription form that is used by subscribers to subscribe.

Any notification of blog posts will have to be then sent using the broadcast system manually.

sigibi commented 11 years ago

Thanks. How do I get into the wordpress database? is it through the management screens of my hosting site?

nodesman commented 11 years ago

@sigibi Yes, You have to look for a application called "phpMyAdmin". You are likely to have many databases. To find out which one is the right one, look in the wp-config.php file in your wordpress installation directory name. It is the one that is given next to DB_NAME.

I think your web host should be able to help you with this.