Please review the 30+ other WPMU questions and answers.
https://bbpress.org/forums/tags/wpmu
bbpress.org runs 0.9.0.2 here.
Does anyone have a guess at the version of bbPress that’s running bbpress.org/forums/ or wordpress.org/support/ ?
Is there anything that would give it away in the source if you looked? Like a specific class or id that came about in a specific version?
This is the latest discussion I heard about the issue:
https://bbpress.org/forums/topic/diacritic-letters-i-username-like-goran
What is the primary language of your forum?
bbPress is beta software right now. The latest beta release is 0.9.0.2. That release is not compatible with WordPress 2.6. The decisions are up to you.
The compatibility is only an issue if you want integration. If you don’t need integrated users between bbPress and WordPress, then install bbPress 0.9.0.2.
There is a discussion of changing the number of front page topics here:
https://bbpress.org/forums/topic/how-to-restrict-number-of-latest-discussions-on-front-page
To put the categories first and the latest topics after, you just need to move those things around in your front page template (front-page.php in your template directory).
You’ll need to find other WPMU users who have successfully done this. 1.0 alpha is brand spanking new and unstable. A bug today may be gone tomorrow.
Is it the same with single WordPress integration?
Could I provide each independent forum for each blog created in WMPU?
Hey all, I now this project is voluntary but I still don’t have anu solution over a week later, I honestly don’t understand what is going wrong, can some one please help!
Sorry to be blunt, any help is appreciated.
Thanks
This should be put into TRAC
http://trac.bbpress.org
If not use for production site, but I am using WordPress 2.6.1 and want to use bbPress stable version. What can I do?
bbPress would have the same requirements of a host as WordPress. So you can check this or ask your host:
https://bbpress.org/about/requirements/
https://wordpress.org/about/requirements/
If the host already runs WordPress, they can do bbPress.
Never use an alpha of any product for anything other than testing. Otherwise it’s 100% at your own risk.
bbPress 0.9 is very stable.
There are sometimes daily updates to 1.0 alpha (via the SVN of the trunk) but it will not be “finished” for many weeks.
Who is reviewing 1.0 alpha? You can’t review 1.0 alpha, it’s not finished. That’s like reviewing a car that has no interior.
I love bbpress, and am anxiously waiting for bbpress 1.0. I’d love to put up my forum now, but have heard mixed reviews on alpha 1. My question is, what is wordpress.org and bbpress.org using? The obvious answer I would think is some form of bbpress… correct?
Since I don’t want to use an ‘alpha’ launching a new site, how do I get the version that bbpress.org is using now, or what wordpress.org is using now? With the thousands of users and posts, it seems like that would be my best bet for stability.
Should I launch my site with the 9.x version or does anyone think a more stable version will be released within the next few weeks?
I’ve just installed (yesterday) the newest stable versions of WP and BBPress but am having problems with the cookie integration.
Account information is working and shared (you can login and register on with BB or WP), but being logged in/out of one does not effect the other.
My bb-config.php didn’t have a SECRET_KEY, but i’ve added one now :-
define(‘BB_SECRET_KEY’,’blah-blah-blah’); // (ok not exactly blah blah blah)
and put the same (omitting BB_) in wp-config.php.
I also set the following in wp-config.php
define(‘COOKIE_DOMAIN’, ‘mydomain.co.uk’);
define(‘COOKIEPATH’, ‘/’);
This doesn’t seem to be required in bb-config.php (? is that right ?)
bbPress is installed at mydomain.co.uk/forums
I’m not sure what i’m doing wrong, it’s probably simple, but I just seem to find lots of conflicting documentation for different versions and nothing i’ve tried seems to have worked.
Other question, will there be a conflict between mydomain.co.uk and http://www.mydomain.co.uk as I’ve set cookie_domain to omit www. but when public users will likely prepend www to the domain name.
Hi I have a forum http://peopleandlanguages.com/ I used the kakumei template and changed the image. Besides that its a pretty easy install and like bbpress. I am using the alpha 1.0 However,
I try to log out I get this: Thank you.
Database error: []
SELECT * FROM bb_online WHERE user_id = LIMIT 1
Caller: online_logout
Warning: Cannot modify header information – headers already sent by (output started at /homepages/18/d95001024/htdocs/peopleandlanguages/bb-includes/backpress/class.bpdb.php:276) in /homepages/18/d95001024/htdocs/peopleandlanguages/bb-includes/pluggable.php on line 213
Hello,
I was wondering if you can install BBPress and a Yahoo merchant Store?
any help appreciated.
Thanks,
Kent
no i have a default install of bbpress 1.0 trunk. and yes, the javascript is not loaded, why?
No, if you have bbpress and wordpress integrated, and you are with bbPress 0.9, you should stick with WordPress 2.5 because that’s the only version that works with bbPress 0.9
There is nothing wrong with WP 2.5 and no need to upgrade to 2.6, because if you do, you’ll need bbPress 1.0 alpha which is unstable and has bugs.
Okay, carefully edit your /etc/my.cnf
(ask if you don’t know how to edit) and REPLACE what’s in there with this:
[mysqld]
max_connections = 400
key_buffer = 16M
myisam_sort_buffer_size = 32M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 1024
thread_cache_size = 286
interactive_timeout = 25
wait_timeout = 1000
connect_timeout = 10
max_allowed_packet = 16M
max_connect_errors = 10
query_cache_limit = 1M
query_cache_size = 16M
query_cache_type = 1
tmp_table_size = 16M
skip-innodb
[mysqld_safe]
open_files_limit = 8192
[mysqldump]
quick
max_allowed_packet = 16M
[myisamchk]
key_buffer = 32M
sort_buffer = 32M
read_buffer = 16M
write_buffer = 16M
[mysqlhotcopy]
interactive-timeout
After you edit it you’ll need to restart the mysql engine by typing this in the ssh:
service mysql restart
(optionally there’s also a mysql restart in cpanel)
Then do a couple of refreshes on your bbPress pages and it should seem a bit zippier.
For now you should be okay with cpanel and whm – they do make life much easier running a server. There are things we can fine tune eventually.
However you have one HUGE problem.
You have no mysql cache enabled, at all!
When we get it fixed you will see a big difference in bbpress (and wordpress) performance.