This topic has 5 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #180409
     Patrick
    Participant

    Add would like see 60 forum appear in https://raiffet.org/forums/ 

    instead of 50

    thank you

    RICHARD Patrick

    https://www.raiffet.org

    #180443
     Laura
    Moderator

    Hello, try by adding this to functions.php of child theme

    COPY CODE
    
    function bbp_increase-forum-per-page( $args = array() ) {
    $args['posts_per_page'] = get_option( '_bbp_forums_per_page', 60 );
    return $args;
    }
    add_filter( 'bbp_before_has_forums_parse_args', 'bbp_increase-forum-per-page' );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #181094
     Patrick
    Participant

    hello,

    with your code my site is down 🙂

    thank’s

    RICHARD Patrick

    https://www.raiffet.org

    #181177
     Laura
    Moderator

    Hello, i see. The problem is that bbpress has a limit of forums, try by using more categories and less forums or maybe try to hire a developer that could tweak it for you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #181194
     Patrick
    Participant

    if you tell me which file I need to change ?
    thank you

    RICHARD Patrick

    https://www.raiffet.org

    #181217
     Laura
    Moderator

    Hello, its a function of bbpress, check https://bbpress.org/forums/topic/hitting-50-forum-limit-what-can-i-do/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?