Oh yeah, this doesn’t look right (the path is wrong):
http://konpaforum.com/bbpress/
Set
$bb->uri = 'http://konpaforum.com/bbpress/';
in your config.php
(edit: missing tailing semi-colon)
I have just installed bbpress everything seems to be going well. I have my
admin password and everything. But my forum seems to not be at the url I intend it to be, but at the index. My site’s address is konpaforum.com. I have to click on bbpress on the index page to get to my forums homepage. I also notice that when I type in konpaforum.com/bbpress in my browser everything is alright. This is the error message I receive from my hosting company:
[Thu Dec 27 20:34:49 2007] [error] [client 75.74.120.59] File does not exist: /home/alezla/public_html/konpaforum/404.shtml
Also how do i access my admin panel for my site. Thanks in advance.
Seasons Greetings from Singapore
Please visit http://www.namastenetizen.com/sbbp/prio.php and provide feedback
Cheers, Kishore.
Can I pull from two different WP blogs into one bbPress Forum?
Hello,
I just finished to translate, download at : http://www.adilade.fr/ftp/bbpress-fr_FR-0.8.3.zip
I work with the german version.
No. Unlike '/bbpressfolder/'
(I presume), 'wordpressuser'
and 'wordpresspass'
are not placeholders for your actual value: they are the literal values you will have there. Check your wordpress cookie; those are what they use. A part of the structure is:
wordpressuser_site-unique hash=your username
wordpresspass_site-unique hash=hash of your password
With his settings, bb should now be using that too.
doesn’t that just make it so anyone who goes to bbpress can work as you?
I just ran into this myself… Didn’t think to check here for a workaround. I have bbpress installed as /forum/ and my approach was to add an htaccess with the following:
RewriteEngine On
RewriteBase /forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^/]+)/(.*)?$ /forum/$1.php [PT,QSA]
It seems to be working fine.
https://trac.bbpress.org/ticket/687
It has been fixed in trunk, but you may need to wait for 0.8.4.
I have tried to use pretty permalinks and am having no luck so far.
Could someone please help me 
I tried using the
Options +MultiViews
and when I click on the links I get 404 Error.
Then I tried using the
rewrite-rules.php.
and I get:
blockquote
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webadmin@kundenserver.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
blockquote
If you go to http://www.328solutions.com you will see it! (That is with the rewrite-rules.php)
Does anyone know what I am doing wrong? If you need more information please let me know! I really want to use BBPRESS as I love WordPress!!! And don’t really want to use any other forum. 
oh btw, seasons greetings
Hi there,
Users can register and login in to my wordpress section of my site, and this automatically makes then a bbpress member also. The problem however affects only people whose user name contains a space in it. Though they are resisted members of both wordpress and bbpress, they cannot log into bbpress.
Any ideas?
Hi everybody,
The french website with the french translation files has closed, is there anybody with the files ? I’ve installed BBPress and now the only thing missing is the translation :o(.
This is stolen from WordPress Extend Ideas. I made (or I should say I duplicated or pirated?) this for getting your ideas to be my motivations. But, while writing this I found out this not just “Ideas”, this actually is an application of how to have different themes for your forums and topics. And you can also have permalinks like /ideas/
or /ideas.php
.
No modifications on core files, but need to add two files. 1 plugin file, some modifications on theme.
You can see this “Ideas” on my forums. Scroll down to the bottom, you will see it. Click on “Got an Idea?” or “Ideas for bbPress” (read the URIs, notice the differences?).
This is not ready for a release, however you can download it from repository and read this draft documentation (if you want to play with it).
And you can post your ideas for “Ideas” or others.
Wouldn’t it be best to mark the entire topic link up? Sounds good, though.
Anyway, for enhancements add a ticket on https://trac.bbpress.org/ and mark it as such.
fel64 wrote:
Should be fixed I thought. https://trac.bbpress.org/changeset/903
That only prevents keymasters from demoting themselves. What I want them to prevent is administrators demoting keymasters.
In WordPress, when a page title is the same as a previous one, the slug gets a number appended to it, like this-was-written-about-before-1
, so I imagine bbPress has the same protection built in. The slug needs to be unique.
I copied and pasted WP_config details and forgot to change it to BBDB
define(‘BBDB_NAME’, ‘bbpress’); // The name of the database
define(‘BBDB_USER’, ‘username’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘password’); // …and password
define(‘BBDB_HOST’, ‘localhost’);
As soon as i corrected these I no longer had any errors.
Hi, livibetter
Thanks! I have sorted it out, besides “$bb->cookiepath = ‘/’; “, I added the following in bbpress config.php
“
$bb->path = ‘/bbpressfolder/’;
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
“
It is strange that I still can not find any cookie file generated when I logged in WP but my WP works correctly, so weird… anyway, my problem is resolved, I am happy now:)
I think bbPress works normal, but WordPress may not. After you logging in WordPress, is that logging effective? Can you get into WordPress admin pages?
Hi, livebetter
Thanks for your reply!
I added “$bb->cookiepath = ‘/’;” in the configure.php, but it does not make any difference, then I check my cookie, and find something interesting, when I logged in WP, it did not create any cookie at all, but when I logged bbpress, it creates cookie for mysite.com, probably that is the reason caused the problem, how do you think? thanks!
yes.
I think you only need
$bb->cookiepath = '/';
If this is not working, please check your browser’s cookies. See what WordPress and bbPress send to you with what host and path. If you not sure what to check, try to clean cookies, then log in WordPress and bbPress.
Hi, livibetter
yes, $bb->wp_home and $bb->wp_siteurl set as http://mysite.com
do you mean this link:
https://bbpress.org/forums/topic/cookie-domain-settings?replies=4