Search Results for 'bbpress'
-
Search Results
-
Topic: Norwegian translation
If you’re looking for a Norwegian translastion, you’ll find one her; Norwegian_bbPress_08x.zip.
If you read Norwegian, you can read more here; NorskWPMU.
—
R
Topic: Integration with WPMU
To get bbpress login integrated with WPMU I had to add the following lines to config.php, after $bb->wp_xxx settings:
if ( isset( $bb->wp_table_prefix ) ){
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
}
Because WPMU does not use HASH in its COOKIES.
Topic: New posts deleted
Hi, I just successfully installed bbpress and I love it to bits!
I’m not sure why but new posts are automatically deleted from my forum. Is this part of a spam preventive feature? Or did i miss something?
Thanks for everything!
0.8.2.1: Just look at all those periods!
This is bbPress 0.8.2 with a security fix included. Everyone should upgrade (if you’re upgrading from 0.8.2, you can take a shortcut if you’re comfortable doing so. See the above blog posts.
Before I break things, I wanted to know if I can use the same table prefix for both BBPress and WordPress? The reason I ask is because I have several sites in the same database and I’d like to pick a convention. Anyone know if this will cause any problems?