It’s GPL, but there is no indication of that anywhere here officially. There is a ticket to address this issue. https://trac.bbpress.org/ticket/642
Mine is at http://akirakurosawa.info/forums/ . I’ve done a little bit here and there, although more behind the scenes than with the theme.
The installation is integrated with the rest of the site, which runs on WordPress. So much so, in fact, that I even ended up modifying a WordPress Avatar plugin so that I can use the same plugin for both WordPress and bbPress. (Although I don’t actually use it for the WordPress side at the moment.)
The bbPress installation itself has the following plugins:
– Allow images
– Comment quicktags (with some modifications)
– Display name (with some modifications)
– Fix bbPress
– Quote
– WordPress Integration
I’m adding things little by little as the users request new features.
hey, i found this link: http://timjoh.com/list-of-bbpress-template-functions/ yesterday – which has a list of all the template functions (up to 0.8.1).
i was going to use that as a reference until bbpulp had more info –
but now i see that the wiki has already begun to fill out..
i guess i’m still a little confused by all the terminology, perhaps someone could help me by distiguishing between the following terms:
– template functions
– pluggable functions
– plugin functions
– filters (defined earlier)
– hooks / actions (defined earlier)
maybe all this could be included on the wiki too?
anyway, the list of template functions might help since i see that no link has been created yet for it under the heading: “Theming documentation” on bbpulp.
fel64, thanks 
I will try the post plugin
Thanks. Yeah I hear where you’re coming from, TinyMCE slows my site down a bit and im having trouble with blockquotes, but you can slim it down and make it tiny, so i’ll stick with it for now… ive already started copying over all my emotions into it
Like fckEditor…
But to be honest, these scripts are too big for bbPress. bbPress only supports a blockquote br code em strong ul ol li
and not colors, images, tables, font types etc.
I am thinking of writing a wysiwyg editor that only supports these standard markups and when an extention/plugin is installed (smilies, images) it will support these too. And it will be skinable ofcourse to match the theme installed.
But I am a busy man, so this will not happen anytime soon
@ box87, can you give me/sent me what you have changed and where? This error also seems to effect people that use php 5+, so if your changes fixes these errors, I realy would like to have them
(mauricederegt[at]gmail.com)
About adding menutabs (not pages); it will be in the next release. You can create new tabs in the admin area and drag&drop them around. Only downside is that the tabs won’t be highlighted when you are on the page where the new tab points too. This has to do with the bb_location and knowing-on-what-page-you-are issue (is_pagename) .
It already is possible to automaticly add a menu tab to your list when activating a plugin that has a page on its own (like the memberlist plugin). But I need to do some more testing for this and documentation of how to do this will proberly be released when bbPress 1.0 (with plugin activation) is released (cause the way this works can be changed)…
Also I am thinking of rewriting this plugin after the bbPress 1.0 release to use jQuery. 1.0 uses this libary, so why not make use of this and reduce the extra files needed to drag&drop the tabs around 
Well for now, send me your fix so I can put it in the next release. Big things are ahead!
hey cool.
i was just looking for something like this and you just created it minutes ago!
i guess i’m too early.. not much there yet obviously.
in the meantime, anyone out there know the filter/action that would allow me to disable the bbpress registration page entirely ( ie: registration.php ) ?
i’d love to do this via a plugin rather that hack the core bbpress files or delete/move the file altogether.
it would be like a “registration is temporarily disabled” plugin.
optionally, to be able to change the appearance/text on the registration page would be my next challenge. but one thing at a time.
by the way, good work everyone!
How to do it? Write a MySQL query that transfers the info.
Otherwise you could use the bb Post plugin, edit the relevant posts so they get created as threads, and then delete them in WP.
Hello all,
When I installed bbpress intially, everything worked fine. After about a month of use though, the email message is not being sent during registration. I assume this might be due to a change with my host (dreamhost) but I don’t have any idea where to start looking for the problem.
I also have many wordpress blogs installed across dreamhost and have experienced no such problem on any of them.
Can someone please point me in a direction (to test) that might lead to a solution?
Thanks
Ryan
Null,
Poo poo on TinyMCE but dont offer any other solutions, why don’t you. How about some links to the other better ones?
Any ideas on this from anyone?
Hi, Felix.
I also got Redirect Loop error. bbPress keeps redirecting me to the same tag page as it compares decoded actual uri string and non-decoded should-be string.
$bb->debug = 1
will show the actual- and should-be- request URLs for the tag page, instead of redirecting former to the latter.
This trouble is issued as a difect at https://trac.bbpress.org/ticket/585 , which I may have mixed up.
Nice, love the design, shame bbpress.nl is already taken
I´m happy to announce the launch of the german community “bbPress Deutschland“.
Let`s spread bbPress!
yeah, it was a workaround before … i don’t think it matters much anymore since i changed .threadpost to display:block so it stretches all the way instead of depending on line-height.

and about the badges plug-in … i’m not sure what you mean (sorry, i’m very new to bbpress so i still don’t know my way around that much). I changed the profile/admin keys on functions.php
These forums use the Spanish Translation and some extra language tweaks i added on my own …
Forums for Temporada de Patos
the plugins i use are:
Allow Images
Avatar Upload
BB-Emoticons
BB-Ratings
BB-Signature
Front Page Topics
Indicate New Posts
Page Links for bbPress
Post Count
Private Message
Quicktags 4 bbPress
Quote
Simple Online List
And a Custom BB-Badge Plug-in i made 
The skin is an edit of the original bbpress theme, i made it to fit the main site (a WordPress blog). The icons are from the Tango Project.
The most noticeable changes in the layout are on the forum displays (front page and the one for each forum) and the profile.
Hi, same problem here in Japan (no wonder;-p)
The error is caused by a function bb_repermalink()
in bb-includes/functions.php
, which redirects the request to the correct permalink. You will see what is happening by setting the debug flag in your config file and access the tag page which causes the error
config.php
$bb->debug = 1;
Must be lacking utf8_uri_encode()
somewher. I tried adding this right before the evaluation part at the bottom of the function and it seems to be working so far.
$domain = bb_get_option('domain');
$domain = preg_replace('/^https?/', '', $domain);
$check = preg_replace( '|^.*' . trim($domain, ' /' ) . '|', '', $permalink, 1 );
$check = utf8_uri_encode($check); // add this line
Well, I don’t really understand the structure of the bbPress source code so the solution here is something very opportunistic and may cause a side-effect.
Hi spencerp! 
I am not using WP, so the integration is taking place between MW and BB only. BB was already installed, and I have 26 users. Integration took place *after* I installed MW in the same database as BB.
citizenkeith, are installing MediaWiki with those changes and additions already done to it, before actual installing of it? Or are you doing these changes/ additions to MediaWiki *after* MW installation is done? Also, is all three (wp, bbpress and mediawiki) installed in under same database?
What I did, was, had bbPress and WP installed *first*. And integrated first. Then, I installed MediaWiki into the same database as WP and bbPress. Then applied those extensions and additions to MediaWiki…
spencerp
AstRonot: The keymaster is the user that was registered when you installed bbPress, unless you changed it afterwards.
Here’s what I’ve done so far:
Installed Mediawiki. Put Authpress in the extensions folder. Added code to LocalSettings.php. In that file, I tried both with and without these lines, uncommented and with my database information:
# Only include the following if you aren't using the same db as MediaWiki
$wgAuth->setAuthPressDBServer ('FIXME');
$wgAuth->setAuthPressDBName('FIXME');
$wgAuth->setAuthPressUser('FIXME');
$wgAuth->setAuthPressPassword('FIXME');
I added false, 0,
as described here:
http://comox.textdrive.com/pipermail/wiki-tech/2005-August/000028.html
I’ve tried every combination, but MediaWiki still looks for the table mw_bb_users instead of bb_users.
My only option is to re-install MediaWiki without the table prefix, but I’d prefer to avoid that.
You can change bbpress theme at admin area
Hi;
I request change my theme but ı don’t know make it.How I change my bbpress theme?My theme;kakumei Request theme;Crystal I download ftp /forum/bb-templates/Crystal bu I don’t installation it.
I’m sorry.I can not speak english very vell:(
Installed bbpress, checked integration – everything worked fine, I was even able to post a few topics…
Now all of a sudden I can’t login – it started giving me the following:
Warning: Cannot modify header information - headers already sent by (output started at /home/skazka/public_html/forum/config.php:1) in /home/skazka/public_html/forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/skazka/public_html/forum/config.php:1) in /home/skazka/public_html/forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/skazka/public_html/forum/config.php:1) in /home/skazka/public_html/forum/bb-includes/pluggable.php on line 166
I haven’t modified any code, nor any file. It just started suddenly
.
What have I done wrong?