hey, can i use the same wordpress API key for my wordpress and bbpress integrated sites?
This all works fine for me. However, I don’t get any emails from bbpress or wordpress, including new user passwords, password resets, comments, etc. I’ve checked out past forum posts about that topic, and the latest I could find was a year ago, including a topic in which Sam Bauer says that the problem has been solved by adding a solution to the core package in the latest version of bbpress. any reason why integration would interfere with emailing? (i didn’t test email anything pre-integration).
Hey,
I’ve followed this forum and included the following code:
function add_sidebar() {
include ('sidebar.php');
}
add_filter('bb_foot', 'add_sidebar');
But how do I get this sidebar to fit into the main div?
Thanks.