Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum and topic pages redirects to page 1


  • Justin Tadlock
    Participant

    @greenshady

    I run a bbPress install at http://justintadlock.com/forums.

    My problem is that when I click to go to the next page or page 2 of a forum or topic, I am taken to the first page. So, users can’t access everything.

    I use these calls in my template files:

    forum_pages();
    topic_pages();

    The links show properly, but nothing happens.

    I’m also using slug-based URLs but have tried all three options with no success.

    My .htaccess file looks like this:

    AddHandler x-httpd-php5 .php
    AddHandler x-httpd-php .php4

    Options +MultiViews

    However, I’ve tried several different versions with no pagination success.

    I also have this integrated into a WordPress install.

    I’m at a loss at the moment and was wondering if anyone had any ideas on what might be causing this.

    [Edit] Here’s an example page 2:

    /page/2

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

You must be logged in to reply to this topic.