Superficial WordPress Integration (sans db), can’t login
-
I am attempting to integrate bbpress rc-1 into a wp blog (2.7.1) so it utilizes the same header and footer, but I don’t need db or login integration.
I only need to load wordpress so I can call
get_header()
andget_footer()
. When I add this to the top of bb-config.phprequire_once('/path/to/wp-blog-header.php');
it seems to destroy the ability to login. I am simply routed to another page (Add New Topic), without actually having been logged in. If I try to access bb-admin.php, it spits me back onto the index page.Any guides suggestions?
- You must be logged in to reply to this topic.