• Resolved malachidraven

    (@malachidraven)


    How can I hide BuddyPress Group events on the main events calendar? I want the main events calendar to only show events of the groups that people are members of.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter malachidraven

    (@malachidraven)

    I’ve been experimenting with various page templates and shortcodes, and this is what I’ve learned so far:

    [events_list group=’my’] works, but [events_calendar group=’my’] does not.

    Same goes for modifying the page templates with:
    echo EM_Events::output(array('group'=>'my'));
    works fine, but
    echo EM_Calendar::output(array('group'=>'my'));
    does not work.

    It seems the “Group” event attribute only works on Lists and not on Calendar. I can’t figure out how to fix this.

    Which version of Events Manager are you using?

    Thread Starter malachidraven

    (@malachidraven)

    5.6.6.1

    Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry but I think the group search attribute is not available to calendar shortcode at the moment and intended to events_list shortcode only at the moment.

    Ooo, that′s sad…
    Nevertheless, THANKS a LOT for this GREAT plugin! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Group Events’ is closed to new replies.