Forums
-
- Forum
- Posts
-
- Installation
- 28,406
- Troubleshooting
- 62,337
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,945
- 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?