Forums

Join
bbPress Support ForumsTroubleshootingPagination Breaks after 44 Pages

Info

Pagination Breaks after 44 Pages

  1. I'm not sure what's going on here but my friends and i have been adding to this thread:
    http://letsmarinate.com/topic/funny-pic-marathon

    for a LONG time and as of the other day we hit 45 pages worth of posts.

    As you can see, the pagination stops @ 44 pages.

    If you manually hit page 45: http://letsmarinate.com/topic/funny-pic-marathon/page/45

    it works.....

    Has anyone experienced this? thanks!

  2. Probably you have deleted some posts here and there. Try to recount everything from the admin page (bb-admin/tools-recount.php). I have tested get_topic_page_links (the function that generate links) and I don't see problems.

    Your count says 1533 posts but 35*44 + 7 = 1547.

    Also add:

    .post img, #post_content img {
        max-width: 450px;
    }

    to your CSS.

  3. I had this same problem -- a recount fixed it. Thanks zaerl!

  4. You must log in to post.