Events-list Format isn't used for the My Events list on buddypress
-
I used the formats section to customize my lists. Everything works fine on the Event page but if i go to the my events tab on buddypress profile section, the list is shown differently… I’ve checked my formats part, everything is fine… I’ve also checked the code of the profile.php of the Events-manager templates (section buddypress) and the function calls the right part of the formats to show the list:
if( count($events) > 0 ){ $args = array( 'format_header' => get_option('dbem_bp_events_list_format_header'), 'format' => get_option('dbem_bp_events_list_format'), 'format_footer' => get_option('dbem_bp_events_list_format_footer'), 'owner' => $bp->displayed_user->id );
So can somebody help me to get through this part of customization?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Events-list Format isn't used for the My Events list on buddypress’ is closed to new replies.