Forums
-
- Forum
- Posts
-
- Installation
- 28,417
- Troubleshooting
- 62,428
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
Right off the cuff, I would do the following until you have it installed correctly:
1) Remove:
$bb->WP_BB = true;
require_once( 'public_html/wp-blog-header.php' );
2) Change to false:
$bb->mod_rewrite = false;
Once you have bbPress installed and integrated with wordpress (logins), then play around with the permalinks and the including bbPRess functions with WP.
Trent