Support » Plugin: Events Manager » display all events not only future events

  • Resolved Fanc

    (@fanc)


    Hi, i want to know how to change the setting for buddypress groups event function, i want to show evetns not only the future event. please advise how to make this done 🙂

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

    (@angelo_nwl)

    you can try under events > settings > pages > event list/archives > event list scope

    Thread Starter Fanc

    (@fanc)

    tried, the main /events work as expected but the groups/event page is still the same… 🙁

    caimin_nwl

    (@caimin_nwl)

    For that page, you’ll need to create a custom version of this template:

    /events-manager/templates/buddypress/group-events.php

    Try changing this line near the top

    
    	$EM_Events = EM_Events::get( array('group'=>'this','scope'=>'future', 'limit' => 0, 'order' => $order) );

    so that the scope is changed to the time period you want to use.

    This tutorial explains how to create custom templates that are upgrade-safe:

    http://wp-events-plugin.com/documentation/using-template-files/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘display all events not only future events’ is closed to new replies.