Yes, there is an option to change the password. Once you’re logged in, just go to your profile, then Edit, and at the bottom of that page you can enter your new password twice to reset it.
I don’t think you need to reinstall anything. Just log in and access the admin and go to Manage > Forums > Edit (one of your forums) and make sure the forums are not all marked “Category.”
Although it’s easy to just reinstall, if you do things the same way, you’re going to get the same result. You can fix what’s already installed unless something catastrophic happened during installation.
You should still supply your forum address, and the version of bbPress you installed, and if you integrated with WordPress, then that version as well. These things will help someone help you solve your problem.
There is normally a way to add new topics. If that is not present in your installation something is certainly wrong. Can you post the URL to your forum?
Is it possible you have all your forums set as categories? If that’s the case, categories can only hold other forums (subforums) not individual topics. Someone posted about that before.
https://bbpress.org/forums/topic/forum-is-category-bbpress-10-alpha
https://bbpress.org/forums/topic/cant-add-topic
What version bbPress are you using, and is it integrated with WordPress (and if so, what version WordPress?)
This is a deeper problem than the role map. If you have users spread across two tables you will never get them to both be able to login.
You need to just use the WordPress user table and migrate any users from the bbPress user table across to it (don’t forget the meta as well.
First just try to get using one set of user data happening. Then try to tackle single login.
Certainly it’s possible to integrate the logins with bbPress, if you want to use a seperate wiki system; all of bbPress’ login functions are replacable. I haven’t heard of anyone doing it for some time, though, but more than a year ago spencerp did it: https://bbpress.org/forums/topic/mediawiki-bbpress-and-wordpress-integration
bbPress is also very young so expectations should not be as high as WordPress (ie. robust plugin library). It’s about equal to WordPress back in 2003. While it benefits from code development on WordPress, it’s still 5 years younger.
But writing plugins for bbPress is as easy for WordPress (and in some cases easier because of improvements over WordPress’s legacy design). I’m definitely an example of this as I had never written a full PHP program or plugin of any kind before my bbPress plugins.
bbPress is designed to be light and extensible. It’s aim is to create a robust framework which can be extended with plugins and themes.
It is designed to be adapted by developers into what they want it to be while it takes care of the core behaviour.
WordPress is very similar in this regard, it just has a much older ecosystem of extensions and a much more active community.
I am also having this problem. Unfortunately, the meta_value is already set to the value __ck__ suggests. Any other ideas?
Basically I’d love to move all of my content from wordpress format and have those blogs be bbpress topics. I read about bbsync but I’d like to convert current content to bbpress what are the options?
In vBulletin, if I want to pay $180, I could get the Porsche (reportedly) of message boards. In phpBB, if I want to grapple with a sizable infrastructure, I could get perhaps the most seasoned of the free forum systems.
What do I get with bbPress? Is it secure? Will it get spammed to death? Is it stable? Is it designed for personal sites or can businesses use it with confidence?
Here’s one very specific question: How do I add a link to bbPress to take people back to my WordPress home page?
BTW, the installation was a breeze.
Hello, as per post title, is it possible to remove this section from the forum frontpage? I’m using 1.0 alpha.
I’m also hoping to remove / disable / hide the following areas:
o ‘Views’ section on the front page
o tag clouds
Thanks for any assistance! This seems like a very powerful and scalable forum – wordpress integration is just icing on the cake. I’ll be poking this more over the coming weeks.
I just wanted to show off what my installation of this wonderful software looks like:
http://themehybrid.com/support
It’s the support forum of my WordPress themes site. Let me know what you think.
The main site is:
http://themehybrid.com
I can confirm that this does work as a WordPress mini-plugin if you replace ‘bb_send_headers’ with ‘send_headers’.
Thanks so much for posting this tip, _ck_. I’ve been fighting against weird layout issues and javascript screwiness ever since I installed IE8.
Hello, since everyone’s been so helpful here, I thought I would give a little back. This seemed like the place to post this. I spent the last few days working with my system administrator to get the ldap plugin to work with our AD. We had done this successfully with WordPress and we were going to integrate bbpress with WordPress, but that layer of complication with ldap on WPMU made it too complex.
So we decided to leave bbpress on its own and use the ldap plugin posted here. Only we couldn’t get it to work at first. When we finally got it working, the local logins, specifically the Key Master account, could no longer log in. So here’s what we changed to make it work:
(1) in function connectUser, where $uid is set (line 327), change the first chunk of the string from ‘uid=’ to ‘cn=’ (this change may be specific to Windows/AD LDAP).
(2) in same function, comment out line 344 (ldap_unbind) because it is both redundant with line 345 and is using the wrong parameter (wants a connection object but $result is just a boolean value).
(3) in function newUser, add the user_nicename field to the database insertion and set it to the variable $user_login. This is a unique key in the database, and if it’s not set, all user additions after the first one will fail because of a duplicate (blank) key field.
We still don’t have local logins working, but that’s okay for us because we don’t want them. It might be something we’ll want to use in the future. I hope this helps anyone who might want to use this.
And it looks like the fix to that is to logout and sign back in through the bbPress site (instead of your wordpress site). Once you do that, wordpress recognizes you are logged in and you can access the Admin section of both sites.
Might have spoken too soon. That at least fixes the login integration and being able to login to my wordpress site, but now, while I show as logged into my bbPress site, I cannot access the Admin section.
I’ve fixed my particular problem. So this is more or less to point out what the problem is so anyone else having the problem can fix it as well.
Once I installed 1.0 Alpha and logged into it, I was unabled to login to my wordpress site. The only way I was able to log back into my wordpress site was by deleting all the cookies for my domain (had to repeat this each time I logged into my bbPress site).
I believe the problem was due to me installing 1.0 Alpha over an 0.9.0.2 install that had wordpress integration already enabled (0.9.0.2 of course wasn’t working since I had also already upgraded to wordpress 2.6). Once I installed 1.0 Alpha, the *_salt values between wordpress and bbPress did not match.
After some cookie juggling to get logged into my wordpress site so I could see it’s *_salt values, then logging into my bbPress site (in another tab), I was able to set the correct *_salt values, delete my cookies once more, and log into my wordpress site. At this point the integration is working again and my bbPress site recognizes that I’m already logged in.
Sounds more like a PHP question than either a bbPress or WordPress question. Sessions are outside the scope of what’s built in to bbPress and WordPress (unless I am completely off.)
Sounds like a WordPress question?
bbPress and WordPress both use cookies not sessions for storing the state. Not sure how you would go about this.
Hi,
i want to add simply sessions in my wordpress’s header (not the completed integration), how to that? like the phpbb session system 
bye!
No
Integration means your users can log in to either bbPress or WordPress and be logged in in the other application. That’s all the built in integration accomplishes.
If you want the cross-posting between bbPress and WordPress, you want bbSync.
https://bbpress.org/plugins/topic/bbsync/
https://bbpress.org/forums/tags/bbsync
https://bbpress.org/forums/topic/bbsync-broken-plugin-like-it-bb-10#post-18577
Also, integration has nothing to do with the visual look and feel of bbPress. If you want to make bbPress look like your WordPress installation, you need to modify a theme to look like it (CSS and XHTML work.)
Pretty thorough discussion of what works and how to do it:
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
What does this integration actually means?
Does it mean that if I install bbpress and wordpress, i can make posts to my forum trough wordpress – which again means I can use rss feeds for that, so a post on a rss feed would be a post on the forum?
Thanks
I am trying to integrate WPMU 2.6 and bbPress 1.0, it will let WordPress users login but the privileges don’t work, I end up having to delete the wordpress integration setting for table prefix to get the old bbpress users to work.
This mini-plugin will fix your layout/graphics
for visitors that insist on using IE 8.0
function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}}
add_action('bb_send_headers','fix_ie8'); // for bbPress
add_action('send_headers','fix_ie8'); // for WordPress
Essentially it makes IE8 render like IE7 by sending a special (invisible) header only to IE8 users.
Problem solved.
It blows my mind that a page that can render perfectly in Opera – which is THE standards browser – can be messed up by Microsoft attempting to conform to standards. What a (continued) waste of everyone’s time.
ps. For those that don’t want to install IE8 permanently to just test their sites, this version will run in it’s own virtual box so it doesn’t affect the rest of your system:
http://start-o.xenocode.com/layers/ie8/8-0-0-0__2/ie8.exe
hi,
i use the alpha 1, if i want to update, i just simply put the new files and erase the old? with wordpress, the bdd is updated too, what about bbpress?
thanks. bye!
I was thinking when I read the subject line that this would be criticism of the amount of change between versions and the amount of work required to update the plugins for each new release. It took WordPress a while to get to their “automated notification” for plugins. Maybe it will take a while for something like that for bbPress.
1. Number of tags: in your template file, where the tags are displayed, there is a call to bb_tag_heat_map – that accepts parameters, the last of which is the number of tags to return. Put whatever you want in there. The first two parameters are font min and font max size, and the next parameter is what measure to use for the font sizes.
<?php bb_tag_heat_map( 9, 38, 'pt', 80 ); ?>
That’s 9pts minimum, 38pts maximum, return the top 80 tags
2. No suggestions for you there. Not sure I understand the concern.
3. This can be done in your template files as well.