Skip to:
Content
Pages
Categories
Search
Top
Bottom

wrong pagination in the user profile page


  • giovanni
    Participant

    @make4future

    Hi,
    I don’t understand why it’s shown the pagination in user profile page.
    I’m refering to this page: https://www.make4future.com/forums/users/giovanni/

    I was thinking of hiding it with css for example:
    .pagination { display:none; }

    But the question is:
    what is it caused by ?
    There is a better way to resolve the problem ?

    Thanks in advance !

    Regards,
    Giovanni.

Viewing 5 replies - 1 through 5 (of 5 total)

  • Robin W
    Moderator

    @robin-w

    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


    giovanni
    Participant

    @make4future

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


    Robin W
    Moderator

    @robin-w

    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


    giovanni
    Participant

    @make4future

    Okay ! Thank you for your time 🙂


    Robin W
    Moderator

    @robin-w

    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