Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    you can try long_events=1 or under Events > Settings > Pages > Event List/Archives > Are current events past events

    Thread Starter Friedrich72

    (@friedrich72)

    Thanks, Angelo. But those don’t seem to have an effect. I have the ‘current events as past events’ set to ‘no’. And i tried putting the long_events arg in as shown here.
    Here’s my events-list-grouped.php code :

    if( get_option('dbem_css_evlist') ) echo "<div class='css-events-list'>";
    
    if( empty($args['category']) ){
      $args['category'] = '124';
      $_REQUEST['category'] = '124';
    }
     $args['long_events'] = 1;
    echo '<div class="smallbox-right-border">'.kumu_emscalendar().'</div><div style="clear:both;"></div>';
    echo EM_Events::output_grouped($args); //note we're grabbing the content, not em_get_events_list_grouped function
    
    if( get_option('dbem_css_evlist') ) echo "</div>";

    Do i have the $arg for long_events correct?

    My long events do show up in my Calendar, but not the group list.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    I see what you mean now, I’m going to let the devs know about this.

    Thread Starter Friedrich72

    (@friedrich72)

    ok, thank you! awaiting their response.

    Update: This issue has now been addressed in the just released version of the plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘events-list-grouped : long events’ is closed to new replies.