Skip to:
Content
Pages
Categories
Search
Top
Bottom

wrong pagination in the user profile page

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robin-w

    Moderator

    I strongly suspect it is theme related or maybe other plugin.

    In either case, it is not directly bbpress, so yes, I’d hide it with css

    @make4future

    Participant

    Thanks for the reply !
    I added the style in the page “user-details.php”, I hope it won’t create problem !

    @robin-w

    Moderator

    you’d do better to put that amended template into your child theme – that way bbpress updates won’t overwrite it

    find
    wp-content/plugins/bbpress/templates/default/bbpress/user-details.php

    transfer this to your pc and edit

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/user-details.php

    bbPress will now use this template instead of the original

    @make4future

    Participant

    Okay ! Thank you for your time 🙂

    @robin-w

    Moderator

    great – glad you are fixed

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar