• Plugins: BBPress Version 2.1.2
    bbPress Topics for Posts v 1.4

    Hi I have this bizarre bug- When an admin posts a post in the blog and selects for it to become a new topic in the forum- everything works great. But when the comments go beyond the pagination point (in this case 10, though I’ve tried lots of different numbers) – each page after the first loads a 404.

    So if it paginates like so 1,2,3,4 etc – if I click 2, the pagination fails.

    If I set it so all of the comments show on one page, they all show up just fine. It’s at the point where it needs to paginate that it begins to fail..

    Thanks- let me know if you need any further details and I’m happy to provide them. Hoping to get this project moving!

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter JoshPope

    (@joshpope)

    I seem to have fixed this issue on my own. Please let me know if this is not the correct way of handling this:

    I modified my WP-Super Cache settings and changed it from using mod-rewrite – to standard PHP caching. This changed the end of the url to look like this:
    :: /page/2

    to

    :: /?page=2

    And this only applies to the wordpress posts- not the forum posts, which still use the same structure.

    It appears that this has fixed all my issues regarding pagination in comments. I’ve tried several different paging numbers (10 per page, 15, 20, 25 etc) and they all work. I’ve tried as high as 210.

    (these are in the bbpress settings, not wordpress settings. in wordpress settings i have set it to display 10 responses)

    On another note- I recently ran into big problems with the bbpress search widget. If it is giving you trouble or giving you an error page- maybe try what I did.I’ll start a new thread should anyone have any issues with it.

Viewing 1 replies (of 1 total)
  • The topic ‘BBPress breaks Permalinks for comments’ is closed to new replies.