File bbpress/bb-admin/index.php
line #32 is:
<li><?php printf('Forums started %s ago.', bb_since(get_inception())); ?></li>
but should be:
<li><?php printf(__('Forums started %s ago.'), bb_since(get_inception())); ?></li>
in order for it to be “gettext-translated”.
The file bbpress/bb-admin/index.php in the bbPress folder archive at http://sostomates.fr/projets/bbpress/bbpress.zip has been modified accordingly.
Hehe, it was a pice of cake. 
http://www.crazy-media.com/bbpress/
AND it is easy to add the extra “step” to ” Website Design > HTML Basics > Whats wrong with my site” to the top-links if you like and it’s easy to group the result on the frontpage if you like.
(“General (forum cat block 1) >
–Latest news (forum under general cat)
–General Discussions (forum under general cat)
–Site Feedback (forum under general cat)”)
Well I think it feels “to much” so I made a new row in the table insted of giving every caregory its own line but its an easy to fix. Well, I didnt found any easy way to add a “middle-forum”, like it is in phpBB. If you clock on a categori you see all avalible forums.
Well, well. My point with this post, if you would like i can post the code and changes. But I warn you, my “hack” isnt realy nice, it demands changes in the db, in the corefiles and ofcause template. And worst of all, it uses crapy if-else and no fancy “all data in the db and one function for each job”-stuff. I’m a newbi so I’m using newbi sollutions.
bbPortal 1.1 is now available for download. Running this script for the first time will show an error message. Just ignore it. It just says there is no database table yet, but this will be created as soon as you press submit.
Other changes:
– Made bbPortal a plugin
– Added an admin menu for editing the portal page (admin/content/portal)
– Fixed a bbPress CSS bug that caused all <h1> and <h2> fontsizes to be different in every browser
– Changed how the portal’s menu is placed (original #main in the style.css is put back again)
– Cause bbPortal is a plugin now, chances to the bb-includes/template-functions.php file are no longer needed.
You can put back the original bbPress template-functions.php file
You can download it here:
http://www.bbportal.org/
Happy new year!
first an initiative would have to be put out. i REALLY think it will benefit bbPress, hope it gets into the bbPress Core files somehow.
i’m also facing the same problem, has anyone solved it? or will bbpress work a UTW integration?
It was no problem at all.
By the way, he also posted one over here sigh: https://bbpress.org/forums/topic/6/page/2?replies=48#post-2677
Dang spammers! 
spencerp
I have made a .pot file, a fr_FR.po file and a fr_FR.mo file from version 561 in the bbPress Subversion trunk.
http://svn.automattic.com/bbpress/trunk/
svn co http://svn.automattic.com/bbpress/trunk/
The localization files are based upon the previous French localization files for bbPress made by Luc St-Elie.
https://bbpress.org/forums/topic/6#post-331
• The bbPress 561 folder:
http://sostomates.fr/projets/bbpress/bbpress.zip
• The pot file:
http://sostomates.fr/projets/bbpress/trad/bbpress.pot.zip
• The French po file:
http://sostomates.fr/projets/bbpress/trad/fr/fr_FR.po.zip
• The French mo file:
http://sostomates.fr/projets/bbpress/trad/fr/fr_FR.mo.zip
See it in action at http://sostomates.fr/
Comments welcome at http://sostomates.fr/bar/topic/20?replies=1
i’ve integrated WP and bbPress to my satisfaction (functions anyway). so now i tried integrating the look.
consulted http://bbpress.org/forums/topic/38/page/2?replies=29 and tried to do it with Tarski. it works beautifully. now i tried it with K2. it somehow doesn’t work? i got this error…
Fatal error: Cannot redeclare widget_akismet() (previously declared in /home/gray/domains/unlimitedinfinity.com/public_html/wp-content/plugins/akismet/akismet.php:376) in /home/gray/domains/unlimitedinfinity.com/public_html/wp-content/plugins/akismet/akismet.php on line 376
would someone please point me in the right direction? i understand it’sa double declare of Akismet plugin. so how do i like not make that second declaration? if say i didn’t want to edit K2, where do i turn this function off in bbPress?
i agreed, so much i’m having trouble trying to insert the wordpress’ theme’s tags into the bbpress template…
Yes, see here -> https://bbpress.org/forums/topic/6/page/2#post-2617
It seems there is a gettext mark-up error in 0.73. If you want to use a localized 0.73, make another .mo file where the line in question is not translated.
Newer versions from svn trunk work fine.
Occasionally, a post will get flagged by Akismet as spam, and it’s because of the apparent limitation on links. Posts with 3 links do not get flagged, posts with 4 do. Is there a workaround for that, or barring that, can you whitelist specific posters so their posts are not checked by akismet or they are just passed through, like a whitelist?
Looking through bb-includes/akismet.php I found this on line 121
bb_trusted_roles() ... // Don't filter content from users with a trusted role
How do I set specific users for a trusted role? In user admin, I see only administrator, moderator, member, inactive and blocked. Everyone is a member now.
Also, I am integrated, if that matters.
Maybe something in wp_usermeta (bbpress_capabilities or user_level)?
Could I add ‘member’ to
./bb-includes/functions.php:1546: return apply_filters( 'bb_trusted_roles', array('moderator', 'administrator', 'keymaster') ); (knowing the downsides, whatever they may be?)
Thank you
Some of that is already implemented into the bbPress forum software, for the messengers.. try this thread..
https://bbpress.org/forums/topic/404?replies=11
spencerp
this really cool feature is available in Vanilla and i really do think bbPress should use it too. rather than everyone creating a specific plugin and/or hack for adding new fields: DOB, website, messengers, quote, interests, etc… why not have it user specified?
like say i’m in my profile editing page, i can choose to fill in the existing fields, or add new ones of my choice. say i create a new field: “mobile number”, then i fill in the field’s data and save it for my profile. nobody else will have this “mobile number” field in his/her profile page except me (unless they add such a one too).
in a future version, i suppose some ajax could be employed where as we type in the “field name” there would be a live search suggesting similar (if not matching) existing fields.
what do you guys think?
RESOLVED:
Deleted cookies and other private information from Firefox, and reinstalled. Just a glitch in the matrix.
Thanks.
I am actually having an issue with the login and logout. I logged in perfectly from my initial install. I went to adjust the template by duplicating the files in the bb-template/ and creating a my-template/ directory. While logged in I am able to perform as one would expect; however, I was unable to logout.
When I hit the logout link it takes me to “http://mydomain.com/subdir/login.php?logout”
Then returns to the previously viewed page, but I am still logged in. I went to change the password as I thought it may have been a purposeful measure to make sure an individual changes their password. I was immediately logged out, and now I am unable to log back in using my old password, or the new one I created.
Thanks.
Hmmm… ok going to do a clean install on my test forum, perhaps another plugin is jamming…
Thx
Got it fixed, it was another plugin, fixed the error, thx again
zip is removed
Ehm … donno where exactly should I get errors?
I installed this file .. I can post … I can login .. I can access the Portal-Configuration … 
Everything seems to work for me.
Checked it, but that’s not it. Also get this error when login in (same as when posting):
Warning: Cannot modify header information – headers already sent by (output started at /xxx/bbpress/my-plugins/bbPortal.php:2) in /xxx/bbpress/bb-includes/pluggable.php on line 39
Any other ideas?
Made a zip of the current plugin, just put it into your plugin folder. Now try to post a new post or anything and the error will occur. The new form in adminpage/content/bbportal works great.
NOTE:
This is for testing ONLY. The plugin aint done yet or compleet!!!!
http://www.sourceskins.com/bbPortal-BETA.zip
Oh yeah, I agree totally about how it could “slow down” a forum.
I’m not worried about that really, I’m specifically asking if/for this to be possible with bbPress, so I don’t have to use those *other* forum softwares though.. 
I guess I’ll have to wait on what Josh comes up with, I think he’s planning on doing something about this then.. whee!
spencerp
Very nice looking. Glad you’re using a few of my plugins
Theming bbpress isn’t so easy yet, but it’s doable and you certainly did a good job.
Ok, so I just looked at the pretty permalinks tutorial on bbpress.org… I had no idea that the forums generated it automatically. I’ll change the wording to make sure people know to change “forums” to whatever
Yeah, how did you know how to make the rewrite rules for bbpress? How was their directions worded? I’ll word it like that.
That php error is usually caused by white space/blank lines before the <?php or after the closing ?>. I would check for that first.