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
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
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.
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!
I’m having problems editing my profile. When I (or any user) goes to their profile and clicks Edit, it goes to the page that asks “Are you sure you want to edit this user’s profile? Yes or No” and skips the page where you actually edit the user’s info.
I have no idea what the problem is. My forum is located at www.bringyourjacket.com/forums (I just installed it).
Has anyone had any problems with the hierachical forums? I do not see all my forums listed in the “parent” dropdown. If I drag the particular forums I want to be child of some forum they seem to fit, however, when I see the frontpage, they are listed as if they were top level forums. They even appear as top level forums at the top: site >> forum. And not as intended: site >> forum >> sub-forum
I will try deactivating some plugins (I have the private and restricted access plugins) in case they are related, and report back.
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?
I’m having a problem creating sticky topics. The first time I tried it, it seemed to work OK, but now the only way I can make a topic sticky is to manually alter the database topics table sticky to a 2. Using the make sticky switch at the bottom of the table sets the DB entry to 1, and clearing it sets it back to 0, but it only appears sticky if it is manually set to 2!
Has anyone else come across this?
(and how do you get a different coloured sticky background?)
I just upgraded to 0.8.2 and finally can use the pretty permalinks, only to find that when I click on subsequent pages of a thread all I’m seeing is page 1 even when clicking on page 2, 3, 4, etc. Hovering over the link to the next page I can see the page number, but once clicked and loaded the page number disappears.
Did I miss a step?
Hi,
In our forum, we can see the topics filed under any tag. But if we open the all tags page (wordpress-tr.com/forum/tags/, we cannot see the tags, and we see the error message, “No input file specified.” What can be the problem?
A similar problem was discussed here, we use pretty permalinks and Options +MultiViews works, but still has that problem.