Forum Replies Created
-
Thanks for getting back to me, Ashfame
I had it working great under WAMP (can’t remember what plugins were active at the time though) so will remember this advice for future and continue to test at regular intervals.
All the best, Karl
Thanks for getting back to me, Ashfame
I had it working great under WAMP (can’t remember what plugins were active at the time though) so will remember this advice for future and continue to test at regular intervals.
All the best, Karl
Hi Ashfame,
Yes, that’s right. Quite odd. In the end I settled for integrating logins across both WP and bbPress and maintaining the two separate themes. I’d like to get to the bottom of it though.
Best Regards, Karl
Hi Ashfame,
Yes, that’s right. Quite odd. In the end I settled for integrating logins across both WP and bbPress and maintaining the two separate themes. I’d like to get to the bottom of it though.
Best Regards, Karl
Hi,
I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:
/* Deep integration */
if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}
No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.
Best Regards, Karl
Hi,
I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:
/* Deep integration */
if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}
No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.
Best Regards, Karl