Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter YesPapa

    (@yespapa)

    I want to hide this groups in the events list and in the events widget.

    I see this thread but I don’t know how to do it :
    here

    If somebody knows.

    Thank you.

    Which bit are you stuck on?

    Thread Starter YesPapa

    (@yespapa)

    Hi,

    I don’t see how to exactly write this code.

    In the “events-list.php”, where put the code “$args[‘group’] = ‘my’;”:

    $args = apply_filters('em_content_events_args', $args);
    if( get_option('dbem_css_evlist') ) echo "<div class='css-events-list'>";
    echo EM_Events::output( $args );
    if( get_option('dbem_css_evlist') ) echo "</div>";

    Did I have to modify other files to hide events private groups.

    Thank you @caimin_nwl .

    Thread Starter YesPapa

    (@yespapa)

    Ok. Sorry, all is right. I made some mistakes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide events group in BuddyPress’ is closed to new replies.