johnhorning-1
Forum Replies Created
-
Super. Thank you!
marking as resolved.
Thanks for clarifying that. I thought that setting it to 1 would limit it to sending an email to 1 person only.
Okay – here’s an update. I just checked my wife’s email messages and she has received some of the test messages, although they all say they are coming from me and going to me, even though they are showing up in her account. I don’t know why that would be. The logging plugin shows that all emails have been sent to my address only. Can you help me understand what’s going on?
Thanks for the email logging plugin suggestion.
I’ve gone through the troubleshooting checklist and still can’t find the problem. I used the form found at Subscribe1->Send Email to send a test message to “all users and subscribers”, the only message going out is to myself. “Restrict the number of recipients per email” is set to 0.
Any other suggestions?
Forum: Plugins
In reply to: [YOP Poll] Duplicate answersThis may not be the best way to fix this, but I went into phpMyAdmin, found the table called yop2_poll_answers and was able to make corrections there.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Notification settingsI have not activated ReadyGraph. I do have good news, however. I am now able to set notifications to yes! Unfortunately, I don’t know what I changed to make this happen. This is a brand new blog. Perhaps it’s because I didn’t have content before? At any rate, thanks for your help. You can mark as resolved.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Notification settingsThis is what I added to the functions.php file in the theme’s folder:
function my_post_types($types) {
$types[] = ‘coupon_type’;
return $types;
}
add_filter(‘s2_post_types’, ‘my_post_types’);It seems to work, too. On the Subscribe2 settings page, I see this:
“Subscribe2 will send email notifications for the following custom post types: Coupon_type”But like I said, I get the error even when I switch themes.
Excellent – thank you.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] ExportOk thanks!
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Notification settingsI am using plugin Version 10.18.1, WordPress 4.1, have deactivated all other plugins, and even switched to the 2015 theme. Still can’t set “Receive periodic summaries of new posts?” to “Yes”. Is this perhaps because I am an admin? One other thing, I have a custom post type and have modified my theme per instructions found here:
https://subscribe2.wordpress.com/2011/02/28/subscribe2-and-custom-post-types/
although this is only in effect when my PremiumPress theme is activated.
JohnForum: Plugins
In reply to: [WP Booking Calendar] Empty needleThanks! That fixed it.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Amazon SESThanks! That’s what I needed to know.
Forum: Plugins
In reply to: [CampTix Event Ticketing] Paypal Adaptive Paymentsok thanks!
Forum: Plugins
In reply to: [CampTix Event Ticketing] Where are the "tickets"I have the same question. Evidently the user does not receive a ticket – he only gets registered for the event. I was hoping this would generate something that could be printed out or sent by SMS and taken with you to an event.