BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Changing maxdepth comment_reply

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #48530
    @mth75

    @TJCHESTER
    @@vapvarun

    He guys, I was wondering, how can I easily upgrade the max depth (levels) parameter for comment replies (the one that is restricted by 10).

    Regards,

    Marc

    Answers

    #48539

    Anonymous
    @

    Hi @mth75
    You can easily change them from discussion section
    Regards
    Varun Dubey

    #48541
    @mth75

    @vapvarun sorry, i mean above 10!

    #49127
    @mth75

    @vapvarun I need a answer for this one Varun. Look at my homepage (activity wall) http://www.starry-night.nl, i need deeper thread levels. Where can I adjust this?

    #49153

    Anonymous
    @

    Hi @mth75
    You can use following codes in your functions.php of the child theme

    
    function increase_comment_depth() {
    return 20;
       }
    add_filter( 'thread_comments_depth_max', 'increase_comment_depth');
    

    Regards
    Varun Dubey

    #49162
    @mth75

    Hi @vapvarun, thx, it’s implemented now!

    Regards,

    Marc

    #49174

    Anonymous
    @

    🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Changing maxdepth comment_reply’ is closed to new replies.