Skip to:
Content
Pages
Categories
Search
Top
Bottom

Comments won't un-thread – trying to use streamed comments


  • cambridge15
    Participant

    @cambridge15

    Hi there,

    In my discussion settings I have disabled threaded comments, in buddypress plugin folder I changed “threaded” to “stream” in bp-activity-template and still my comments allow for threaded, multi-layer deep comments. I’d only like for one stream of comments, no levels.

    tb.vasudo.com

    Any ideas?

    Thanks,
    Will

Viewing 1 replies (of 1 total)

  • Visual Harbor
    Participant

    @visualharbor

    In this file:
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/activity-loop.php

    Find Line 1:

    
    <?php do_action( 'bp_before_activity_loop' ); ?>
    

    Change Line 3 to this:

    
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'display_comments=stream' ) ) : ?>
    
Viewing 1 replies (of 1 total)
  • The topic ‘Comments won't un-thread – trying to use streamed comments’ is closed to new replies.
Skip to toolbar