Title: Bri-'s Replies | WordPress.org

---

# Bri-

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] reporting events spanning multiple days](https://wordpress.org/support/topic/plugin-events-manager-reporting-events-spanning-multiple-days/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-manager-reporting-events-spanning-multiple-days/#post-3103720)
 * OK, I understand. I’m glad that you’re aware of the problem and look forward 
   to a fix in an upcoming release. Thanks for the great work!
 * -Bri
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] reporting events spanning multiple days](https://wordpress.org/support/topic/plugin-events-manager-reporting-events-spanning-multiple-days/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-events-manager-reporting-events-spanning-multiple-days/#post-3103646)
 * Marcus, to be clear, what I’m seeing isn’t a recurring event problem. It’s an
   event that spans across multiple days.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] extra "p" tag in events_list?](https://wordpress.org/support/topic/plugin-events-manager-extra-in-events_list/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-extra-in-events_list/#post-2601253)
 * agelonwl, I’d prefer not to disable all wpautop — just for lists that should 
   be formatted using the “format” option.
 * -Bri
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] extra "p" tag in events_list?](https://wordpress.org/support/topic/plugin-events-manager-extra-in-events_list/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-extra-in-events_list/#post-2601252)
 * It still didn’t work. I added the following code to the end of my theme’s “functions.
   php” file:
 *     ```
       function my_em_function(){
       	remove_filter('dbem_notes', 'wptexturize');
       	remove_filter('dbem_notes', 'convert_smilies');
       	remove_filter('dbem_notes', 'convert_chars');
       	remove_filter('dbem_notes', 'wpautop');
       	remove_filter('dbem_notes', 'prepend_attachment');
       }
       add_action('init','my_em_function');
       ```
   
 * It must interfere with the theme, because when I do that all the pages on my 
   site are blank. If I add a new “functions.php” to my child theme that contains
   only the above code, it does nothing (it could be that the code isn’t getting
   executed in this case).
 * -Bri
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] extra "p" tag in events_list?](https://wordpress.org/support/topic/plugin-events-manager-extra-in-events_list/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-extra-in-events_list/#post-2601198)
 * Marcus, are you talking about the theme’s functions.php file? I tried adding 
   the following lines and it didn’t seem to have an effect, but maybe I misunderstood:
 *     ```
       remove_filter('dbem_notes', 'wptexturize');
       remove_filter('dbem_notes', 'convert_smilies');
       remove_filter('dbem_notes', 'convert_chars');
       remove_filter('dbem_notes', 'wpautop');
       remove_filter('dbem_notes', 'prepend_attachment');
       ```
   
 * -Bri
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Multiple day event not showing on small calendar](https://wordpress.org/support/topic/plugin-events-manager-multiple-day-event-not-showing-on-small-calendar/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-multiple-day-event-not-showing-on-small-calendar/#post-2593071)
 * No, it wasn’t checked (I didn’t realize the option was there in the widget)! 
   That fixes it, thanks!
 * -Bri
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] "No Location" doesn't stay selected](https://wordpress.org/support/topic/plugin-events-manager-no-location-doesnt-stay-selected/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-no-location-doesnt-stay-selected/#post-2592870)
 * I can’t reproduce it now. It seems to be working all of a sudden.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] User capabilities read_private_locations](https://wordpress.org/support/topic/plugin-events-manager-user-capabilities-read_private_locations/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-events-manager-user-capabilities-read_private_locations/#post-2573330)
 * OK, thanks Marcus. Might be an option to consider for a future version. If a 
   location is private, it would be nice to be able to set an option so it wouldn’t
   show up in an event even if the event is public. Meanwhile, I’ll just make sure
   that no private locations are assigned to public events.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Events not in order on calendar](https://wordpress.org/support/topic/plugin-events-manager-events-not-in-order-on-calendar/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-events-manager-events-not-in-order-on-calendar/#post-2492640)
 * The new version works. In the settings it says that it determines the order by
   start date, then event name. Usually, it would be start date, then end date, 
   then event name. So if event A and B start at the same time, event A would be
   listed first if it ends before event B regardless of the name. Is that how it’s
   currently working?
 * -Bri
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Events not in order on calendar](https://wordpress.org/support/topic/plugin-events-manager-events-not-in-order-on-calendar/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-events-manager-events-not-in-order-on-calendar/#post-2492635)
 * Thanks agelonwl!
 * olyma, your fix didn’t work for me (Version 5.0.42). I added the code, but no
   events show up in the big calendar now for some months.
 * -Bri
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Events not in order on calendar](https://wordpress.org/support/topic/plugin-events-manager-events-not-in-order-on-calendar/)
 *  Thread Starter [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-events-manager-events-not-in-order-on-calendar/#post-2492633)
 * Sorry, I’ve been gone for a while. I have Version 5.0.42 of the plug-in, and 
   it still appears to have the problem. Here is a sample calendar that shows the
   problem:
 * [http://pike-ef.org/calendar/](http://pike-ef.org/calendar/)
 * One example is on Feb 18th (the 6:30 event appears before the 5:30 event), but
   there are many other examples on that calendar. Rolling over the dates in the
   mini-calendar also has the same problem.
 * Marcus, should it be fixed in 5.0.42? I still have the problem and don’t see 
   the option in the calendar format settings.
 * olyma, thanks! I’ll try it tomorrow!
 * -Bri
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Custom Attributes Adding Slashes](https://wordpress.org/support/topic/plugin-events-manager-custom-attributes-adding-slashes/)
 *  [Bri-](https://wordpress.org/support/users/bri-/)
 * (@bri-)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-events-manager-custom-attributes-adding-slashes/#post-2119237)
 * I noticed the same thing about 30 minutes ago!
 * [http://wordpress.org/support/topic/plugin-event-manager-custom-attributes-adds-backslashes?replies=1](http://wordpress.org/support/topic/plugin-event-manager-custom-attributes-adds-backslashes?replies=1)
 * This bug was just introduced either in this version or the one before. It didn’t
   do it before. You’ll also note that every time you edit the event, it will add
   more backslashes to the backslashes.
 * -Bri

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