@usera
Instead of memcache, output caching might be a better option for non-logged in user. Something like WordPress’ SuperCache plugin.
More information can be found about this discussion here:
https://bbpress.org/forums/topic/covert-wp-super-cache-plug-in-for-bbpress#post-37072
Essentially, a lot of people would love the SuperCache plugin to be converted for use with bbPress … but no one has yet committed to performing the work needed to convert the plugin
Can someone tell me what’s the status with bbpress and memcache? I see backpress is meant to unify memcache in both installations but is there a working beta to get both working? I currently using version two of the object-cache on my wordpress and unfortunately i suppose that is what is causing the problem with the bbpress integration plugin. Any clues or more info?
Thank you.
Hehe, most people talk as though bbPress doesn’t exist. 
I personally talk as if bbPress 1.0 doesn’t exist… 0.9 or bust!
I haven’t used Vanilla, so I can’t comment on them… I wish there was more benchmarking across boards platforms for speed. But I haven’t seen much on that front…
Hi There,
I was looking into bbpress, but I hadn’t really seen any themes that caught my attention with the exception of the theme at the following:
http://mu.wordpress.org/forums/forum/5
In my opinion, it is the simplest and cleanest of all themes I’ve seen. Is there a theme like this available for download? Most of the other bbpress themes I’ve seen look too busy and cluttered, and prefer the simple and clean look of the aforementioned.
Thanks in advance for replies.
How did you embed youtube videos in the forum?
It’s not a deep integration: But that’s something I will try later.
http://img263.imageshack.us/img263/52/pimpedforumbbpress.jpg
Spent quite a few days on this, sitting up from morning till late night. It’s a forum for my website about the late Michael Jackson. You could call it the official fanclub for Norway. I do, since I have a kickass domain.
Main color is golden (yellow-orange) links are darkred.
Using CSS3 from the future, all boxes, buttons, posts, inputs have rounded corners.
I removed all borders from the original Kakumei, since I thought that looked too messed up. I also made “Add new” button much more visible. Since this very button is the key to a growing forum. What do you all think?
Hi, do you notice the little -moz thing in front of the CSS property? That is an internal Firefox only CSS property. IE does not support rounded borders at all (and maybe will not soon). Safari on the other hand and all other webkit based browsers (Chrome, Konqueror) do support it via their own special CSS properties.
So for Safari(and Chrome) the code will be:
-webkit-border-radius: 6px;
for Konqueror (not very widespread but anyway):
-khtml-border-radius: 6px;
and since rounded borders are a property from the upcoming CSS3, here you have the standard definition (which you should also include for the bright moment in the future when all browsers will natively support it):
border-radius: 6px;
Of course using these properties will render your CSS invalid in the W3C validator.
Extended info on CSS3 border-radius:
http://www.css3.info/preview/rounded-border/
Cheers 
Pssst! But hey – is that a bbPress issue? And why post in “Installation” subforum?
I don’t agree with that. I dont know shit, and still I’ve managed to set up several great websites. Thats why i chose BBpress, to not have to understand shit. Just let it drive itself.
I was hoping someone could do it for me.
Well there’s your problem right there 
Making a theme is easy AND it won’t break the source code or become beyond repair. A theme is all HTML and CSS, with a little PHP tossed in, and not the coding kind of PHP where you have to make SQL calls. Unless you want to, of course.
Go to https://bbpress.org/documentation/themes/ for the basics. You’ll need this under your belt if you ever hope to maintain a forum without going nuts.
Try define( 'BBDB_HOST', '0.0.0.0' );
my-templates are 750, you’re saying it should be 755? Does that apply to my-plugins too?
Anyone want to tackle my other problem? (https://bbpress.org/forums/topic/wordpressmu-bbpress-theme)
WP and BBpress Themes use (95% of the time) the same css tags. You will have to open your BBpress css and just insert and remove tags from WP css or sometimes rename the css tag.
and I think it’s <?php wp_head(); ?> in the header.php
and <?php wp_footer(); ?> in the footer.php
Help! My install failed halfway through. It asked me to manually re-define some integration fields (which were already correct). The message on the screen was that the install failed.
Now, when I go back to the forum, I get redirected to the install.php and this message appears:
“Oh dear!
bbPress is already installed.
Perhaps you meant to run the upgrade script instead?”
How do I re-install?
Good call Ipstenu… bbPress 1.0+ creates those folders itself rather than having users create them, which can lead to permissions problems:
https://trac.bbpress.org/ticket/1139
OK should be simple right? Worked when I did it locally using MAMP and all was fine, then going live uploaded and …. nothing just the ‘ERROR: Could not establish a database connection’ message.
WP is installed in the main directory and bb press is in lalala.com/forum
I’ve gone over the wp-config files and they are the same, any ideas guys?
// ** MySQL settings for BB** //
define( ‘BBDB_NAME’, ‘lalalala_live’ );
define( ‘BBDB_USER’, ‘barry’ );
define( ‘BBDB_PASSWORD’, ‘****’ );
define( ‘BBDB_HOST’, ‘localhost’, ‘0.0.0.0’ );
define( ‘BBDB_CHARSET’, ‘utf8’ );
define( ‘BBDB_COLLATE’, ” );
$bb_table_prefix = ‘bb_’;
// ** MySQL settings for wordpress ** //
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘DB_NAME’, ‘lalalala_live’); // The name of the database
define(‘DB_USER’, ‘barry’); // Your MySQL username
define(‘DB_PASSWORD’, ‘****’); // …and password
define(‘DB_HOST’, ‘0.0.0.0’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
$table_prefix = ‘wp_’;
Hey everyone ..
I installed wp 2.7.1 French version (Last version compatible with a plugin I need)
I’m wondering, which version of BBpress with French package I may use for an easy integration …?
thanks.
I only used Vanilla for a couple hours. I have a knee-jerk reaction to most code and if I don’t enjoy using it right away, or have issues setting it up/themeing it how I want, it gets dumped.
And I’m not comfortable telling you strengths and weaknesses because they’re subjective. Seriously, I say it a lot but it’s true.
Me? I don’t like PMs and reporting posts, membership ‘levels’ and all that hoopla. So for me, bbPress is great because it’s small, simple and I can write plugins for it since I’m familiar with WordPress. But see how subjective that is? You may want those things and see it as a weakness that bbPress doesn’t have them.
Knowing what each products strengths and weakness will help determine if it fits needs.
I think you’re doing it backwards. Start with a list of your needs and your wants. Then go ask each place ‘Can you do this and if so, how hard is it?’
@Ipstenu
So, what are bbPress strengths?
What are Vanilla’s strengths?
What are bbPress’ weaknesses?
What are Vanilla’s weaknesses?
Knowing what each products strengths and weakness will help determine if it fits needs.
Pratik, those BB_ definitions should be in your BB-CONFIG file, not your WP-CONFIG file
Move ’em over and try again.
My original post is simply trying to understand *what* makes one of these forums systems better than another (pro/cons).
I’ve said this many times before: It all depends on your needs in a forum.
I’m not trying to avoid the subject, I just think it’s SO subjective that there is no answer. _ck_’s needs are different from mine, mine are different from yours. We may all have some things in common, but not all. Make a list of what’s important to you and then go find a forum that fits the bill. There is no one answer that forum A is better than B and they’re both better than C but worse than D except if you want to do foo and bar … You see how that gets weird? 
I didn’t like Vanilla when I tested it, and I certainly didn’t find it easy to integrate with WordPress. In fact, their Single Sign On page says it’s still in Beta.
Also most apps talk like their competitors don’t exist not to be mean, but because it quickly turns into bashing and no one likes that. The beauty of open-source is that anyone can do anything with everything
Why do you have bbPress keys in your WP config file? Looks like you messed up following the tutorial. Re-try!
@_ck_
I’m not saying that I like/dislike Vanilla more than bbPress.
Just watching that video on ReadWriteWeb, Mark makes some pretty big claims about Vanilla and it’s use.
My original post is simply trying to understand *what* makes one of these forums systems better than another (pro/cons).
I’m particular integrued as to Vanilla claims that they are the “WordPress.com of forums systems” and how they integrate soooooo easily with WordPress.
Mark, Vanilla founder, talks as though bbPress doesn’t even exist.
Well,
In my wp-config.. i cant see this line…
instead there is all this…
define( ‘BB_AUTH_KEY’, ‘*****’ );
define( ‘BB_SECURE_AUTH_KEY’, ‘*****’ );
define( ‘BB_LOGGED_IN_KEY’, *****’ );
define( ‘BB_NONCE_KEY’, ‘*****’ );
define(‘BB_AUTH_SALT’, ‘*****’);
define(‘BB_LOGGED_IN_SALT’, ‘*****’);
define(‘BB_SECURE_AUTH_SALT’, ‘*****’);