• Hello,
    At least since version 4.16, perhaps even longer, the admin-side event filtering has not worked for us. You can view future events just fine, but every time you try to filter for Past events or All events, all it shows is a blank page. The recent updates have not fixed this issue, we are currently using version 4.212.

    Is anyone else having this problem and do you think it could be fixed? I’ll gladly provide any additional information you might need.

    http://wordpress.org/extend/plugins/events-manager/

Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    send it over and let me check. am not planning on making major changes to the current codeset as the move to posts will bypass the need for it, but if it’s easy to change no problem!

    Ok guys, here is my fix for the memory issue in the admin area:

    http://pastebin.com/QHjWGLuD

    thorwik: if you put that into your theme’s functions.php, hopefully that’ll fix your issue.

    Marcus, there are only 4 small changes between this and the em_admin_events_page() function that comes with the plugin. The changes are on lines 27, 36-38 137, and 219.

    Note that this only fixes the memory issue in the admin area, to fix it on all the other event lists, I’ve used template overrides to change the $args that are passed to EM_Events::get() and the loops that output the data.

    Please let me know if I can clarify anything. 🙂

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    yes, could you supply an svn-style patch to what needs editing on the EM files? The above seems to be an add-on rather than changes to the EM code.

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘[Plugin: Events Manager] Event filtering not working’ is closed to new replies.