Forums
-
- Forum
- Posts
-
- Installation
- 28,400
- Troubleshooting
- 62,332
- Themes
- 10,397
- Plugins
- 15,319
- Requests & Feedback
- 14,934
- Showcase
- 3,254
-
!defined('DB_NAME')
is redundant, since you should be only one can code on your files.
I will use
if ( !strpos($_SERVER["PHP_SELF"], 'bb-admin') )
require_once('../wp-blog-header.php');
Anyway, you did a great job!
PS. could you show us your forums?