« Reset Passwords More Tag Support »

Tags and Pretty URIs

April 27, 2005 8:37 pm — Meta — Matt

bbPress now has rudimentary tag support and gorgeous URIs that don’t require mod_rewrite. You can see both in action on the WordPress forums and I’ll be revving the tag support significantly in the coming weeks. There have also been numerous profile and performance enhancements you may want to check out.

5 Responses to Tags and Pretty URIs

  1. Guest says:

    How is it possible to do these urls without mod rewrite?

  2. Paul says:

    You use $_SERVER['PATH_INFO'] in PHP I think and also force Apache to treat filenames without extensions as PHP files. You’d then split up the path information into topic ID etc. I’m not sure if that’s how bbPress works but that’s one way of doing it.

  3. Matt says:

    Yep that’s what we’re doing.

  4. Ant Eksiler says:

    I think what you should be doing it is that make bbPress work WITH wordpress like a plugin… I believe that they should work together for the site.

  5. Look for a demo of the (highly modified) latest version over here: http://www.tractorfan.nl