Published on March 10th, 2011 by heywood7
When registering a new account, the registration page does not redirect to the registration-success.php page. Instead, the page remains on registration.php, but only loads the header. Nevertheless, the account is created and the temp password is emailed to the user.
Likewise, when using the password reset form the page does not redirect, but the password is reset and email to the user.
It seems like these two issues may be linked.
Published on March 10th, 2011 by ajz
Hi all!
I am pretty new with bbpress and I got a little problem. I think the timezone on my forum is gmt right now but i need to change it to gmt +1. I have no ide how to change it.. I’ve tried to change it in the adminpanel but nothign happens when I do it.
Any ideas?
Regards,
ajz
Published on March 10th, 2011 by hlwinkler
Hello,
Yesterday in the Akismet stats I noticed that Akismet had marked a couple of posts as spam so I searched for posts marked as spam, found them, saw they they were false positives, and un-spammed them. Today I see in the Akismet stats that Akismet has marked 8 more posts as spam. But, when I search for posts with the status spam or deleted, nothing shows up. What do I need to do in order to see everything that Akismet marked as spam? Thanks.
Published on March 10th, 2011 by Latte
Hi,
I’ve been searching for some hours now but I guess I don’t find the answer because it must be an easy answer 
I’ve successfully integrated BP 1.03 in my WO 3.1 and everything works fine so far.
But the forum looks like it’s another site, I mean it’s basicaly due to the template.
My wish is to have my BBPRESS installed into a WP Page (such as simple:press plugin for example) or just like it is on this very bbpress.org website !
Any clue about how to do it ?
Thanks for your help
Published on March 10th, 2011 by Mike Challis
How can I add a plugin to this site?
I am already a WordPress plugin developer. My WordPress plugins have over 2 million downloads. I made a CAPTCHA plugin for bbPress, I would like to add it. Thanks for any help.
I am logged on, went to this page:
https://bbpress.org/plugins/forum/requests
I clicked on the big button “Add your plugin”
There is no form, just this message:
Add Your Plugin
You can add the plugin you’ve written to the plugin directory by filling out the form below.
This form is only for plugin developers. If you’d like to see a plugin listed here, please contact that plugin’s author.
Published on March 10th, 2011 by Yukon Cornelius
Hi,
I know there are lots of topics out there that are similar, but I can’t find an answer that works for me. Much of the paste bin code is expired, and I have a custom theme which i think is complicating things.
So right now I my front page displays a list of all the forums. I want it to stay that way when i add child forums, and I want to click on the parent forums to go to a list of subforums/child forums.
Instead of this, the children just get added to the end of the list.
<?php if ( bb_forums("depth=1") ) : ?>
<div id="forum-main">
<?php while ( bb_forum() ) : ?>
<div<?php bb_forum_class('bb-category'); ?>>
<?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small>', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?>
<span class="forum-icon"></span>
</div>
<?php endwhile; ?>
</div>
You can view the forum here: http://totallyadd.com/forum
The last category ‘Ritalin’ is suposed to be a child of ‘medication’.
Can anyone point me in the right direction?
Many thanks!
Jimmmy
Published on March 10th, 2011 by tnwinn
Can anyone tell me why my forum looks like this:
http://gogo-gringo.com/forum/
?
I have been looking for a place to change the wrapping or the width, by using Firebig Lite and looking through my CSS, but I’m a newbie and can’t find where to fix it 
Cheers for any help!
Published on March 10th, 2011 by bonnie808
I’ve seen a few topics addressing this issue but none of them could fix it or the post was 4 years old!
I installed wordpress 3.1 in my main directory
I installed BBPress 1.0.3 in a folder in my main directory
– Both use the same database
BBPress worked perfect and I could access the admin dashboard.
I used the bbpress dashboard to integrate WP.
– mapped user roles (Key master – Administrator etc…) then saved.
– filled out the other fields correctly and saved.
Right after i saved it i was booted out of the admin and could not log-in again.
I tried using the bbpress and WP login/password, both did not work.
I compared the keys in both configs and they were correct
I compared the salts from my db to my wp-config and they were correct
I cleared my browser cache and that didn’t work
Since it seems like an internal scripting bug, How do i fix this manually???
Any help is greatly appreciated!
Mahalo in advance!
Published on March 9th, 2011 by amylove
I just installed the Admin Add User plug-in. When I go to Add User, I get an error message that a file is missing: bb-plugins/admin-add-user.php on line 15. Line 15 is this: require_once( BB_PATH . BB_INC . ‘registration-functions.php’);
I cannot find the registration-functions.php anywhere. What am I missing?? I’m running bbPress 1.0.2. I specifically DO NOT want to integrate users with WordPress users.
Thanks!
Published on March 9th, 2011 by BDA4
Hello, I’ve been struggling 8 hours on this and I would appreciate any help
I’ve researched this high and low but cannot find an answer.
Problem: At STEP 2 of bbpress installer I try to access my wp-admin page for the requested Salts, but lo and behold – I’m locked out of wp-admin! I am shown a blank page.
WordPress and bbpress downloads share the same mysql database. bbpress is on same level as wp-admin — eg. mysite.com/forums. (see: https://picasaweb.google.com/andrews.bda/DirectoryBbpress# )
Why would my wp-admin lock me out during the bbpress installation?
Thanks in advance for any help!
~BDA
WP 3.1
bbpress 1.0.3
dreamhost
(((As an aside, maybe this has bearing on my problem….I did not have any auth or salt keys located within my wp-config.php file after dreamhost one click install. I had to manually copy and paste from wp-configsample.php!)))))