Viewing 1 replies (of 1 total)
  • Thread Starter kingkong954

    (@kingkong954)

    …nevermind. Figured it out. Added a $search variable to my args when calling em_calendar.

    $search = ( !empty($_REQUEST[’em_search’]) ) ? $_REQUEST[’em_search’]:”;
    $args = array(‘group’=>$bp->groups->current_group->id, ‘long_events’ => 1, ‘full’ => 1, ‘search’ => $search);

    em_calendar($args);

Viewing 1 replies (of 1 total)
  • The topic ‘Calendar view supports search results?’ is closed to new replies.