• Hi there!

    I work with events manager in the groups of Buddypress. If i click on the menu tab “events” I get a list / table of future events.

    The list / table only list the name, location and date/time. I want to add an extra column to the table/list: the details of the event.

    Does anybody have an idea how to do that? I am not a programmer….

    Thanks in advance!

    Bjorn Vos

    The page I need help with: [log in to see the link]

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

    (@angelo_nwl)

    Hi,

    you can modify template file at events-manager/templates/buddypress/my-group-events.php

    to use templates: https://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/buddypress/my-group-events.php

    Thread Starter bjornvosehv

    (@bjornvosehv)

    Hi Angelo,

    Thanks for your reply. I copied the template file, but the buddypress files were placed wrong.

    I am editing group-events.php in the buddypress folder. I thinkthis displays the tbale with events in the buddypress group?

    I have added the column header, but I can’t find the code to display the event details. I tried:

    <input type=’checkbox’ class=’row-selector’ value='<?php echo $event->event_id; ?>’ details=’events[]’

    and

    <?php echo $event_details; ?>

    But those don’t work. Do you know what code I need to display the event details?

    Thanks in advance.

    Bjorn

    • This reply was modified 4 years, 11 months ago by bjornvosehv.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buddypress: Extra column in group events list’ is closed to new replies.