Title: quadc3's Replies | WordPress.org

---

# quadc3

  [  ](https://wordpress.org/support/users/quadc3/)

 *   [Profile](https://wordpress.org/support/users/quadc3/)
 *   [Topics Started](https://wordpress.org/support/users/quadc3/topics/)
 *   [Replies Created](https://wordpress.org/support/users/quadc3/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/quadc3/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/quadc3/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/quadc3/engagements/)
 *   [Favorites](https://wordpress.org/support/users/quadc3/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] [Plugin: Subscribe2] Notifications for customer events?](https://wordpress.org/support/topic/plugin-subscribe2-notifications-for-customer-events/)
 *  [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-subscribe2-notifications-for-customer-events/page/2/#post-2655132)
 * That’s exactly what my code looks like. And no, I don’t have the override option
   working for new events.
 * The code we are working with allows for notification emails to be sent out to
   the categories that people have subscribed to only. If you have everyone subscribed
   to all categories selected, then, of course, they will get the new posts.
 * The only way that I know of around this is to set an excluded category and then
   tag your event with that category to keep it from going out. Not exactly what
   you’re looking for, but could help prevent spamming your users…
 * We keep edging closer to this resolution lol….hopefully, someone else can help
   you out here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] [Plugin: Subscribe2] Notifications for customer events?](https://wordpress.org/support/topic/plugin-subscribe2-notifications-for-customer-events/)
 *  [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-subscribe2-notifications-for-customer-events/page/2/#post-2655130)
 * Yeah I couldn’t get the custom plugin to work at all, but I found another work
   around. I just added the code to the Subscribe2.php file itself.
 * Basically, I went to Admin Panel -> Plugins -> Editor -> Subscribe2 Drop Down-
   > and right after the Copyright notice I added just the following:
 *     ```
       function my_post_types($types) {
               $types[] = 'ai1ec_event';
               return $types;
       }
       add_filter('s2_post_types','my_post_types');
       function my_taxonomy_types($taxonomies) {
       $taxonomies[] = 'events_tags';
       $taxonomies[] = 'events_categories';
       return $taxonomies;
       }
       add_filter('s2_taxonomies','my_taxonomy_types');
       ```
   
 * Hit Update File. It worked for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] [Plugin: All-in-One Event Calendar] Recurring events end date.](https://wordpress.org/support/topic/plugin-all-in-one-event-calendar-recurring-events-end-date/)
 *  Thread Starter [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-all-in-one-event-calendar-recurring-events-end-date/#post-3071583)
 * I did as you requested. All plugins disabled and switched to the Twenty Ten theme.
   Still had the same results. I googled the issue and came up with two links with
   similar issues.
 * [http://trac.theseednetwork.com/ticket/418](http://trac.theseednetwork.com/ticket/418)
 * [http://wordpress.org/support/topic/plugin-all-in-one-event-calendar-plug-in-is-buggy?replies=5](http://wordpress.org/support/topic/plugin-all-in-one-event-calendar-plug-in-is-buggy?replies=5)
 * Anything else I can do to help?
 * Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] [Plugin: Subscribe2] Notifications for customer events?](https://wordpress.org/support/topic/plugin-subscribe2-notifications-for-customer-events/)
 *  [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-subscribe2-notifications-for-customer-events/page/2/#post-2655119)
 * Unfortunately, it doesn’t appear to be working. I’ve been trying for a week to
   get it to work. Shame. I could really use this functionality.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] [Plugin: All-in-One Event Calendar] Recurring events end date.](https://wordpress.org/support/topic/plugin-all-in-one-event-calendar-recurring-events-end-date/)
 *  Thread Starter [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-all-in-one-event-calendar-recurring-events-end-date/#post-3071436)
 * Sure thing! I put in an event That runs every Thursday from Sept 6 to Sept 27th.
   It shows that it runs “Weekly on Thursday until September 28, 2012.” The 28th
   is actually a Friday. No matter what time/date combination I use, when I have
   a recurring event, it always lists the end day one day after the actual end date.
 * [http://firetrainingclasses.com/?ai1ec_event=pump-operations-i&instance_id=22683](http://firetrainingclasses.com/?ai1ec_event=pump-operations-i&instance_id=22683)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Global Content Blocks] [Plugin: Global Content Blocks] Carriage returns not inserted in posts.](https://wordpress.org/support/topic/plugin-global-content-blocks-carriage-returns-not-inserted-in-posts/)
 *  Thread Starter [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-global-content-blocks-carriage-returns-not-inserted-in-posts/#post-3069018)
 * I figured it out. In the TinyMCE settings, I had to make sure the following was
   checked:
 * Stop removing the < p> and 
    tags when saving and show them in the HTML editor
 * Everything is working great now! Thanks for the direction 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] [Plugin: Subscribe2] Notifications for customer events?](https://wordpress.org/support/topic/plugin-subscribe2-notifications-for-customer-events/)
 *  [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-subscribe2-notifications-for-customer-events/page/2/#post-2655117)
 * Has anyone been able to get these two plugins to work together? I’m very interested
   in this.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Global Content Blocks] [Plugin: Global Content Blocks] Plugin conflict between GCB and Stream Video Player](https://wordpress.org/support/topic/plugin-global-content-blocks-plugin-conflict-between-gcb-and-stream-video-player/)
 *  Thread Starter [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-global-content-blocks-plugin-conflict-between-gcb-and-stream-video-player/#post-3066510)
 * It works!! Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Global Content Blocks] [Plugin: Global Content Blocks] Carriage returns not inserted in posts.](https://wordpress.org/support/topic/plugin-global-content-blocks-carriage-returns-not-inserted-in-posts/)
 *  Thread Starter [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-global-content-blocks-carriage-returns-not-inserted-in-posts/#post-3068920)
 * Yes, I’m definitely using the visual editor and choosing General from the content
   type dropdown. It will retain other formatting I have added: Bold, italics, numbered
   lists. It just does not retain line breaks.
 * Try these links:
    Here is a saved screenshot of my content block. [GCB Edit](https://www.dropbox.com/s/m6j6xek5grhgmls/GCB%20Edit.PNG)
 * Here is what it looks like when I insert it into a post.
    [GCB Insert](https://www.dropbox.com/s/yh46cbjobx98ehk/Post_Insert.PNG)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Global Content Blocks] [Plugin: Global Content Blocks] Plugin conflict between GCB and Stream Video Player](https://wordpress.org/support/topic/plugin-global-content-blocks-plugin-conflict-between-gcb-and-stream-video-player/)
 *  Thread Starter [quadc3](https://wordpress.org/support/users/quadc3/)
 * (@quadc3)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-global-content-blocks-plugin-conflict-between-gcb-and-stream-video-player/#post-3066479)
 * Thanks for looking into this! Will be a big help!

Viewing 10 replies - 1 through 10 (of 10 total)