gloom (@gloom)

Forum Replies Created

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

    Member

    Thanks for the tip. I’m talking with my developer now, and it seems we’ll go for making a plugin.

    @gloom

    Member

    Will do – thank you for the masterful quick response (and a working solution right off the bat :)

    My only other question in terms of bbPress is how to set it up so that new posts in particular categories are automatically added as new topics in respective parts of the forum.. but that’s not at all related to my original issue, so I’m breaking the thread here (feel free to point me in the right direction though :)

    @gloom

    Member

    I’m glad to report that this fixed all my issues with bbPress 2.0 beta 2b. :)

    @gloom

    Member

    Almost, yeah :)

    /%year%/%category%/%postname%/

    This is the .htaccess:

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteRule ^index.php$ – [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    @gloom

    Member

    Update: I can’t edit posts that are the first one in a new topic either. The page just refreshes and I’m back where I was when I click “Edit” on such posts.

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