Bug with venue upcoming events

Home Forums Calendar Products Events Calendar PRO Bug with venue upcoming events

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #11820
    Julien
    Participant

    Take a look at http://saintpierre.delareunion.net/lieu/front-de-mer-de-saint-pierre/
    It’s a venue page. But it should list upcoming events and not past events.
    Is this a known bug ?

    #11866
    Rob
    Member

    Good catch, Julien – that’s a bug. We’ll get it patched up for the 2.1 release. Apologies for the inconvenience in the interim.

    #12024
    Caleb
    Member

    I see this issue as well. When is the scheduled release for 2.1?

    #12062
    Rob
    Member

    2.1 is coming in mid-January. We’ve got 2.0.2 ready for release either today or Monday, but this issue came in too late to make that release. We’re not having a 2.0.3 and are instead moving straight to 2.1, though not until after the holidays.

    #12346
    Paul
    Participant

    Is there a work around to this issue?

    #12391
    Rob
    Member

    Not one that we’ve documented, but I can see if one of our developers can write up a quick workaround in the interim.

    #12505
    Paul
    Participant

    Any joy with this yet Rob?

    Thanks
    Paul

    #12520
    Rob
    Member

    Hey Paul. Jonah is looking at this one over the coming week; the forums here are slowing down a bit this week (and will be even slower next week) on account of the holidays, so we’re not getting responses out as quickly as normal. But this should be addressed before the end of the week.

    #12545
    Jonah
    Participant

    Hi all, fortunately this is a pretty simple fix. Just copy single-venue.php from plugins/events-calendar-pro/views/single-venue.php to an ‘events’ folder within your theme (create it if it doesn’t exist. Then find this line (should be on line 45):


    $venueEvents = tribe_get_events(array('venue'=>get_the_ID()));

    And change to:


    $venueEvents = tribe_get_events(array('venue'=>get_the_ID(), 'eventDisplay'=>'upcoming'));

    #12566
    Paul
    Participant

    Fantastic thats done the trick.

    #12590
    Rob
    Member

    Excellent! Thanks for confirming, Paul.

    Julien/Caleb: let us know if you’re still having issues after giving this a go.

    #14306
    Julien
    Participant

    It’s OK for me ! Thanks.

    #14365
    Rob
    Member

    Excellent to hear. Thanks for confirming, Julien.

    #975438
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Bug with venue upcoming events’ is closed to new replies.