It didn’t redirect in 2.8RC2, even with the slug, however I am having problems with the permalinks showing index.php as part of them. I might just have to rip out WP and bbPress and start again (not a bother since the site I used them on its not even off the ground yet).
~Andrew~
Hi,
I just installed bbPress “out of the box” without any site-specific changes (the website isn’t officially launched): http://forums.horrid.org.uk
~Andrew~
Did you integrate with WordPress? If so, this plugin can help restore keymaster access after an integration:
https://bbpress.org/plugins/topic/fix-admin-access/
Good luck!
use the RC-1 version of bbpress if you want to integrate the two
use the RC-1 version of bbpress if you want to integrate the two
Ok, I’ve implemented a quick / dirty fix:
In bbpress/bp-admin/install.php, change line 196 from:
$bb_install->input_text(‘user_bbdb_password’, ‘password’);
to
$bb_install->input_text(‘user_bbdb_password’);
Yes, yes they can. You should NEVER have blank lines outside the wrapping <?php ... ?> (they cause all sorts of weirdness)
Good catch, magicgirl.
Hey,
Hmm, frustrating isn’t it? I can’t offer anything else I’m afraid. Cleared your cookies and tried again? I guess that’s the obvious stuff…
“secure_auth_salt” doesn’t show up unless you’ve configured WordPress for SSL stuffs (apparently).
Sorry I can’t help anymore!
it seems i have no secure_auth_salt listed in options.php :S
@byles; ive replaced all security codes a few times
I’ve got the exact same problem, and it’s driving me mad.
I’ve tried to get this working on several fresh installs and it just ain’t happening!
Update: Oh! Fixed! I went to wp-admin/options.php and changed the salts to something else (button mashed), and updated those in bbpress too, and now it works. Don’t quite understand why nobody mentions this in any of the tutorials… Never mind 
Yes, you should create a page with the same name as the directory where you installed bbPress. So, if you installed bbPress in a directory called /forums/ create a page called “Forums” with a slug of “forums” and WordPress will use that directory before it ever shows your blank page.
If that does NOT work, there are simple plugins to redirect any WordPress Page to a URL, so you could use one of those if you wanted to do that instead.
With bbPress you don’t access bb-admin directly. You log in with your keymaster account, and next to your name, if you are truly a keymaster (or someone with admin capabilities) you have a link to Admin. Click that and you are in the bbPress admin. If you don’t have that link, then the account you logged in with is no the keymaster account.
What version of bbPress are you talking about, and are the logins integrated with WordPress?
empty lines can`t make a difference
After I set up the db settings in bb-config.php the forum works like a breeze.
The only trouble is I cannot access the admin module of bbPress.
Any attempt to access /bb-admin/ files redirects me to /bb-press/ directory via my browser.
MANY thanks for any help, I ve been really stuck here..
Many thanks John, this is awesome advice.
i`ve updated the integration plugin
but it`s still not working
Congratulations on bringing bbPress to 1.0 RC1! I am a big fan of bbPress, appreciate this positive and helpful community, the great codebase, the ease of installation and customizatoin, and the overall more “bloggy” feel of the forums, rather than most forum software which feels a lot more like a 1990’s bulletin board.
I’ve looked over past postings about the 1.0 series and about releases in general. I’ve read that 1.0 is based off of BackPress, that it integrates with newer versions of WordPress, that it supports a new plugin for WordPress called “bbPress Live.” What else is of note? (and out of curiosity, what did not make the cut?
With 1.0 on the horizon, can you please summarize some of the key features/changes in 1.0?
I wasn’t aware of the event till just now, thanks for the heads up. I think I just talked my GF in to letting me go alone too.
I’ll be at WordCamp San Francisco all day Saturday, 30 May 2009 and also at the developer day on the 31st at the Automattic Lounge.
If you have problems with bbPress, be it installation, integration, theming or anything then you’ll find me most of the Saturday sitting on the “Genius” Bar.
On the Sunday I intend to do an intro to bbPress for developers as well as a brainstorming session for bbPress to help set some directions for the future. I’m hoping that on the day I can find a few people who are keen to get involved in the project.
If you’d like to come along to either event then you need to hurry as registration is being closed very soon.
I agree with you – the bb_die error page should be pluggable (or at least themable). This has been complained about in the past:
https://bbpress.org/forums/topic/styling-404-page#post-20417
but the developers de-prioritized it:
https://trac.bbpress.org/ticket/690
It’s really embarrassing to me to host forums that show this un-themed page whenever bb_die is called. In the meantime, I may hack the core in the manner ck suggested.
There’s a good overview of bbPress’ translation framework (with links to existing translations and to useful posts) on bbshowcase.org:
http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages
According to that, bbPress uses the same translation approach as WordPress:
https://codex.wordpress.org/Translating_WordPress#gettext_files
The approach seems to be:
1) You download the POT file, which has all the English strings in it.
2) You translate the strings into your language (Greek) and save the file as a .po file
3) You optimize the .po file into a machine readable .mo file
Looks like you can get the bbPress POT file for whichever version you’re using here:
http://svn.automattic.com/bbpress-i18n/pot/tags/
Good luck!
.. the latest bbpress with the latest wordpress. Could I use the bbPress forum list loop on the frontpage of my wordpress theme? so i can show all the latest discussions.. this wont be on a sidebar, so i dont want a plugin to do this, I just want to use the same code bbPress uses but on WordPress to show the forum topics?
is this possible.? thanks in advanced.
Not sure if this belongs into this thread as it looks like its not a bug, but “feature”. At least in bbpress 0.9.0.4.
I dont think this is the way it should work.
You are adding new topic – and forget to enter something – eg topic title. Then press submit. Error message gets displayed with link to go back to forums. but there are two problems in this:
1. your custom template is suddenly not used (very confusing for users).
2. there is a link “Back to <your forum frontpage>” – this should point back to previous page not homepage! And fields you entered before should be “pre-filled” by your previous input. not cleared.
this default behaviour is pretty annoying for regular users, in my opinion.
I need to translate bbPress user interface to Greek.
I try to find another language file so I can translate it.
I try to find English language file in the language files repository which is in http://svn.automattic.com/bbpress-i18n/ but I find not such file.. Any ideas?