Looking forward to this, one thing though, couldn’t “User’s Profiles” be a plugin? WordPress already has many user profile plugins
I love the idea of “keeping things as small and light as possible” (front page quote)
If at all possible, could the code for the “legacy support layer for existing plugins” be kept separate? and therefore easily removable
mr_pelle: How can we contribute if no one submits patches […]
You just answered your own question! 
And as for #538 believe it or not JJJ has submitted a patch, some testing probably wouldn’t go wrong with that, then maybe someone with commit access can add it to trunk!
Hi JJJ,
As always, I appreciate you stopping by 
I have not at any time here solicited people to leave bbPress, and 99% of my conversations about this topic have taken place away from this forum, and for the most part, over the last 2-2.5 months.
I refute entirely the statement that I’m attempting to “fragment the already small community” or do anything in “bad taste”. While I’m a vocal son-of-a-gun at times, I think my record for attempting to support bbPress, this forum, and it’s community over the last 2 years will stand up to some scrutiny.
In fact, my initial post was simply a link to another website on which the discussion could take place. I had, and have, no intention of parking the discussion here. I did take time to reply to people as a courtesy. To me, it’s just being mannerly, but I apologise if it’s been wrongly viewed in a different way.
I never intended this thread to cause any issues, I included a link to a website for people that might be interested, and I’ve only replied to folks who have commented here of their own volition (never having sought their comments in these forums). I’ve tried to be courteous and succinct, though I have failings at both, directly e-mailing people whose contact details have been available so that I could keep the chatter here down.
Could I ask if a moderator would be as kind as to lock this thread?
Thank you.
Kevinjohn
If you’re going to fork it, call it something new and fork it.
I totally agree with you bro 
What’s your WordPress plug-in that’s not a continuation of the bbPress0.9/1/ branches going to be called?
There is no backup support/plugin in bbPress. You may try this (first hit on Google for “bbPress backup”).
Birthday imho is the easiest thing to cheat on, anyway if you want to add/remove usermeta, add these lines to your functions.php (located in your template folder).
Hi! Plugin structure has changed a lot after v5.0: I suggest you to first backup your .htaccess, then delete it and the nicer-permalinks folder too. After that, install plugin latest release (following the instructions) and activate it from the configuration page.
Please note that since v4.1 PHP5 is required.
If you’re going to fork it, call it something new and fork it.[…]
Mmh… strange déjà-vu… -_-“
If you’d like to continue to support or contribute to your favorite existing branch of bbPress, that doesn’t require a fork […]
Are we all getting commit permissions for Christmas? How can we contribute if no one submits patches or even follows TRAC? Some tickets are 4 years old and let’s forget about bbpress.org ones…
Ok thx,
never thought about writing it in the table
Ok thx,
never thought about writing it in the table
Thanks for the update JJJ, sounds like a few lines of code still need to be written, you are the man for the job though!
If you need anything tested, let me know and I’ll do my best to *try* and break anything!
bbPress is not a WP plugin, so there will be absoultely nothing on the WP dashboard.
You’ve to browse to your-forum-name/bb-admin/
KSES is too slow to use for realtime output.
It’s used by WP/bbPress *before* the post is saved permanently (pre_post filter)
But bbcode is stored as bbcode, not converted HTML.
So it has to be converted to html each time a post is shown (post_text filter).
So KSES is too slow for that.
(plus I don’t want to use an external function with regex matches, which makes it ten times more complex)
Okay there are two different people in this conversation.
But no, you cannot change the post order in a topic, at least not correctly and consistently. bbpress internally uses post-position and hard codes the post order.
The system would have to be redesigned.
My user-wall already avoids this problem and allows posts in any order and any spinoff I might create from bbpress will also have this ability.
But for now, no bbpress can’t do that correctly.
Hi,
what I needed was the change of order of the replies on a topic. So that the latest reply comes on top of page instead of the at the bottom of the page.
Topic
|
Latest Reply
Oldest Reply
Since I use only one topic in the forum I was able to do so by changing these lines above. I think that there was indeed some confusing between the problem of changing the order of topic replies and the order of comments.
Kind regards;
wim
Anonymous UserInactive
I know there’s a few threads on WordPress integration, whereby WP and bbPress share users in the database. But I was thinking of doing it another way, prior to launching my site, and wondered if others had done it.
Basically, I would turn off registration for WordPress. No users can register using WordPress, ever. Instead, the registration process is just handled by bbPress.
What I would then need to do, is have a bbPress login in the header of my WP blog. The comments for a post in WP would be handled by bbPress. I would probably have to create a bbPress thread manually, then link to it from the WP post, or somehow integrate it into the WP post.
Is it possible to include a bbPress thread in a WP post, if you know the thread id? I would probably tie the thread id to the relevant post using a custom field in WP, then grab it in my WP template.
Does this make sense? I hope so.
Hey vfb,
thanks this is exactly what I was looking for.
thank you very much
And that’s exactly what I wrote
Always happy for more Blue Sky thinking.
Widgets, and easy theming, are definitely points I would like to discuss in detail further down the line. I absolutely believe that the theme should just deal with simple presentation, and this ties in with that nicely.
Custom post types is actually very simple, and has already been factored in to a certain extent.
WordPress integration is crucial
No, it’s not 
And nor is it going to be a goal of the software.
WordPress is getting it’s own forum software, and I’m sure that will work really well, and meet the needs of many.
What will be happening is that people can extend the user or login classes so that external systems can be tied into the software (MediaWiki, Drupal, WordPress etc).
When I install it using buddypress I get this when I click the “FORUMS” tab:
Warning: mysql_get_server_info(): supplied argument is not a valid MySQL-Link resource in /home/********/public_html/wp-includes/wp-db.php on line 1582
Can someone help me? I really need to use bbpress!
Varjik.
There are plugins for both private messaging and a WYSIWYG editor.
BBPress does work well with WordPress, better than any other forum software. What people like you fail to understand is that whilst, relatively, integrating BBPress with WordPress is easy, it is not something a basic WordPress user who does not have any knowledge of PHP should really do, unless you are prepared for the challenge and prepared that you mgiht not be able to do it.
Regarding themes, you need to edit the BBPress theme you are using. You need to add the Get_Header and Get_Footer tags of your WordPress theme to your BBPress theme files. If you wish to use a sidebar you will need to reference the sidebar too.
You then need your Forum to fit in the Wrapper of your WordPress theme, you do this by referencing the wordpress themes CSS wrapper in the BBPress themes files, using div tags.
You also need to then make sure a copy of your BBPress CSS is in the same directory as your wordpress CSS, you then need to reference the BBPress CSS in your wordpress header.
If you know what you’re doing with web design then those steps should be fairly easy to follow. At the end of the day, a certain level of expertise is required to integrate BBPress with WordPress.
I have managed it, you can see the result at:
Discussions
As you can see, both the WP site and the BBPress forum use the same theme.
Personally, I think if you are already looking to phpNuke then WordPress is probably not for you. I personally think phpNuke is the poor mans WordPress, it’s gimmicky and performs poorly, but if that’s what you find easiest then it’s whatever you think is best
If we are talking “blue sky” here, I’d like to propose a re-think of the content of “forum”, “topic”, “thread” and “profile” pages. WordPress site maintenance took a giant step forward with the addition of widgets.
Blogger.com is aimed at the masses (as any good forum software ought to be) and the “blog layout” tool is a great example. Drag + drop gadgets from a palette and tweak the look of the blog without ever editing a line of code.
Wouldn’t it be nice if forum themes revolved around skinning just the presentation, and the structure of the page could be as simple as drag + drop in the admin area?
Wouldn’t it be nice to allow widgets developed by other people to be dropped into place on the various pages that make up the site? What would it take to allow WordPress widgets to co-exist with bbPress ones?
Now that would make moderating and tweaking a forum easier!
Actually, while I think of it, a “get more widgets” link in the admin area, that seamlessly downloads and activates widgets would be awesome. All the smartphones are going toward an “App Store” why shouldn’t we?
It is all done on bbPress.
I’ve considered making a free theme to get my name out there. But if I do I will most likely wait until the new version is released (the WP plugin). It would allow me to simplify the code somewhat I think. As it stands right now the theme and plugin is a bit of a mess as I was learning and adding features as I went.
Well, I believe this feature is missing mainly because bbPress is not a social network.
If you want to invite someone to a forum, just send him/her its web address!
figured it out:
in post.php:
<p><strong><a>"><?php post_author(); ?></a></strong>
in bb-avatars.php:
if ( $link = get_user_profile_link( $author_id ) ) {
echo '<a href="' . attribute_escape( $link ) . '">' . $avatar . '</a>';
I have been having trouble with the buddypress forums. Basically, everything on the wordpress side of things works, and everything else BP wise works too. However, when I post a topic, the topic get’s posted, but the post doesn’t. So it says that there are 0 posts in the topic.
I am running wordpress 3.0.1 (not on multisite mode) and buddypress 1.2.5.2 in a root install. I have made one code change: before this I was getting an error because of mysql_get_server_info on wp-db.com, so I changed line 1589 (or somewhere around there from return preg_replace( '/[^0-9.].*/', '', mysql_get_server_info( $this->dbh )); to return preg_replace( '/[^0-9.].*/', '', mysql_query("select version() as $this->dbh") );, and that error stopped.
This is not because of any plugins or themes that I have installed: I have tried deactivating all of them to no result. I can not find any solution in any other topics.
And the problem is because of buddypress, not bbpress. I tried installing bbpress separately and integrating it with buddypress, and the same problem occurred when I posted on the buddypress end, but it didn’t when I posted on the bbpress side.
xmlrpc is enabled.
Thank you for your help.