• Resolved headworm

    (@headworm)


    When viewing a specific groups event page ie /groups/GROUPNAME/events/
    the Location doesn’t show up, it just displays a hyphen where the location should be. The Event name and the Date is showing but not the location.

    If I view the events list for all groups i.e. /members/USERNAME/groups/group-events/ the location is displayed as it should be.

    All the other event views seem to be fine too.

    Another thing I have noticed though I don’t know if it’s related is that when editing an event i.e. /members/USERNAME/events/my-events/?action=edit&event_id=4 the group selection box doesn’t appear.

    I have disabled all plug-ins, reset Events Manager, removed it and added it again and have also tried other themes but the problem still occurs. Any thoughts?

    Really pleased with this plugin so far but really need this to work.

    http://wordpress.org/extend/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    it’s a bug, but easy to fix. on line 62 of templates/buddypress/my-group-events.php, replace it with:

    $location_summary = "<b>" . $event->get_location()->name . "</b><br/>" . $event->get_location()->address . " - " . $event->get_location()->town;

    this’ll be out in the next update

    Thread Starter headworm

    (@headworm)

    Thank you Marcus, that did the trick although it needed to be in group-events.php, it was already in my-group-events.php.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    oops, well spotted 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Events Manager] BuddyPress Default theme – No Location in /groups/GROUPNAME/events/’ is closed to new replies.