Hey dude,
lovely template. Its what I’ve been after, after finding out it wasn’t that simple 
I’m going to assume that its a custom template and not one you downloaded? If it is one you downloaded could i grab the template from you?
So, I need an integration between WordPress and bbpress posts.
E.g.: I post a new post (!) in my blog and automatically it creates a topic in my bbpress forum. They share the same comments.
Is it possible (of course, but you know)? Somebody knows some plugin that do it?
Sorry my english…
I am glad to read this.
I too have been looking to replace my phpbb board and integrate my existing forum with WordPress.
I’m concerned with the slow speed of responses and development on bbpress.
I know the developers are all doing this voluntarily and in their spare time. There are no guarantees in life and so even though people and companies may say they are committed to something, it doesn’t mean its forever as things change so rapidly in this world. We just have to move forward in faith and hope that things improve.
Well, if someone what show most recent signed up users on footer of your bbpress forum, you can use my function below:
function show_recent_users($howmany=10, $show_avatar=false){
global $bbdb;
$recent_users = $bbdb->get_results( "SELECT * FROM $bbdb->users ORDER BY ID DESC LIMIT $howmany" );
if($show_avatar){
$users = array();
foreach($recent_users as $user){
$users[0].= '<td>' . bb_get_avatar( $user->ID, 48 ) . '</td>';
$users[1].= '<td><anc href="' . get_user_profile_link($user->ID) . '">'. $user->display_name . '</td>';
}
echo "<table id='tb-users'> ";
echo "<tr>" . $users[0] . "</tr>";
echo "<tr>" . $users[1] . "</tr>";
echo "<table>";
}else{
echo "s| ";
foreach($recent_users as $user){
echo '<anc href="' . get_user_profile_link($user->ID) . '">'. $user->display_name . ' | ';
}
}
}
Replaces anc to a, of course, I used and to bbpress don’t treat it as a markup code.
To show just name uses:
show_recent_users(10);
To show gravatar and name, uses:
show_recent_users(10,true);
And now, just put the code above in top of the file footer.php that can be found on your theme
If you want it, you can see the default layout of bbPress at my own forum: http://ajuda.blogwordpress.ws
Hi, I started using bbPress there are 2 days, see my forum at: http://ajuda.blogwordpress.ws
My forum is about WordPress and bbPress
Well I think there should be a list available somewhere, at least the official list of example sites should be updated, I’m sure there are great sites out there, but they are hard to find. One could get the idea that it is not popular and give up installing bbpress.
Just a couple off the top of my head:
http://www.bbconverter.com/forums/
http://devpress.com/forums/
There are actually a ton of sites out there using bbPress.
yeah, every research about example bbpress forums ends up with some examples that were posted 3-4 years ago and when you try to open them you end up on either a parked domain or just another dead 404 page. It seems like those pages that had bbpress were somehow doomed and failed miserably.
Even the official demo examples at https://bbpress.org/about/examples/ are no where to be found. Technorati doesn’t seem to have a forum anymore and the support forum is only accessible for VIP wordpress members.
It seems like the only working examples of bbpress are the wordpress forum and the bbpress forum. This doesn’t really leave any good impression. I’m getting second thoughts about installing bbPress.
This is a great idea, I can’t believe no one has ever done that for bbpress. Revenue sharing is something that made even vBulletin very popular, bbPress should have this.
You mentioned starting a forum here about Akismet … has that started?
We have a bbpress forum integrated with wp 3.0.3. I would like to be notified via email whenever someone creates a new thread. I checked the settings but couldn’t find any that would let me do this. Is there any easy way to do this? Are there any plugins for this or do we have to get a programmer to do it for us?
Would greatly appreciate your responses.
Thanks in advance!
That did the trick. Thanks for the help
Hi guys,
First of all thanks for your continued efforts to build bbPress. I’ve followed the HowTo video and that got me up and running with the templates reasonably quickly. I created my own child theme of 2010 and re-skinned it. All seems to have worked well.
My only remaining issue so far as I can see is that there is no way for the user to know that they have registered. The email gets sent out but there really needs to be something like “Thanks for registering, you’ve been sent an email.”
On my system when you register the registration form doesn’t change so it looks like nothing happened.
Inspecting the POST submission with fiddler I can see that there’s a “redirect-to” field. I suppose that’s what I need to change to redirect and give the message, but what message should I display?… considering that the mail server could be down or something, I wonder if there’s a status code or whatever? What do you normally do?
thanks,
AndyH
PS: After trawling the forums for tips I found these plugins helpful and complimentary to a bbPress install…
Members (for fine grain permissions)
SB Welcome Email Editor (to edit the registration emails, works well)
WP-reCAPTCHA (captcha at registration)
Private Messages for WordPress (for a basic pm system)
Provided you are talking about the integrated multisite solution and bbpress 2 (not the standalone versions): yes, that should work. In multisite mode, you always have one main site which holds all the users. All sites in the network work with this network-wide userbase, so a bbpress installation on any network site will also do so.
My question is, will bbpress allow me to achieve this?
Hello to all 
I have multiple WP blogs on different domains. I would like to unite all of them in one WP MU installation. I know it’s possible and I think I can manage to pull that of.
After that, I would like to install bbPress on another X.com domain. Is it possible to connect all of the WP MU domains users with the users at bbPress? So if someone registers at bbPress can log in at any WP MU domain, and vice versa.
Actually I’m pretty sure that can be done, but I need to know how and if there would be any drawbacks to that solution? Will it remain stable and so on?
Thanks
bbPress is no longer used on that website (would edit the link if I could) after I handed the site over to be ran by the community so what you are likely looking at now is the theme I designed for the new forum script they use.
Also I see you have the lates posts showin instead of just the forum.
How did you do that?
If that is the bit I am thinking you are looking at, that is simply just the build in WordPress feature that pulls from a RSS feed.
bbPress is no longer used on that website (would edit the link if I could) after I handed the site over to be ran by the community so what you are likely looking at now is the theme I designed for the new forum script they use.
Also I see you have the lates posts showin instead of just the forum.
How did you do that?
If that is the bit I am thinking you are looking at, that is simply just the build in WordPress feature that pulls from a RSS feed.
I have to agree with @WhiteRau, a thorough read through the sticky post (and then his to reiterate in my mind), I was able to combine the bbpress template files with my child theme.
My question is that I’m trying to modify the output and html layout of my bbpress template files, and I can’t seem to figure out a solution.
1. My forum is on the page: Forum, and my forum base slug is: forums. Different, you see? That’s because I want to show the Latest Topics, not default to showing all my forums, when you click the menu for Forum (very much like the bbpress.org/forums).
2. I’m using a page template for the Forum page that outputs the Latest Topics, except as soon as you click away from this page, it reverts back to the default layout.
Problem: I need all the forum pages to use the same layout, preferably a custom one, and the ‘front’ Forum page to output the Latest Topics.
Any ideas?
click on the forums link under the settings tab. On that screen, where you set the number of topics to display etc.. click save. That sets the permalinks for bbPress.
Also make sure that your actual permalinks settings page uses something other than the default top option. Chose any other option and click save.
That should get you going.
@tony lies… sorry for sounding so medieval lol, but i installed it on a non-twenty ten theme and it works just fine.
mind you, it took jackie chan style css kungfu to make it look right, but its doable
I just installed 2.1.bleeding to try out bbPress on my site. Totally automatic and smooth as could be. For the record, I’m using the Simple X theme on my blog. Layout needs a little tweaking, but it all worked immediately.
Most of my site is PHP with the blog secondary. My goal is for the user on a custom PHP page to create a ‘item’ on the base site, and at the same time begin a discussion topic about the ‘item’ on bbPress. They would complete a form with various data that includes a title and comment box. I want to take what they enter and handle part of it on my current site and then create a related new forum topic using the title and comment.
I suspect this can be done by calling some ‘create topic’ function, but being a novice at this I have no clue how. For the record, my url structure looks like ‘xyz.com/blog/forums’.
Is this possible? If so, how?
Thanks for any help,
Hugh
I’ve just installed the 2.0.2 version and I get a 404 error when I click on one of the forums link. Do I need to follow the steps on this post in order to get it running right on my site?
Thanks.