Hey Ryan – It should be possible to integrate version 0.9 with just about any version of WordPress (including 2.7)… except for 2.8? That’s only broken because WordPress decided to change how they handled cookies and broke bbPress integration in the process…
This install of bbPress is integrated with a rails app and therefore they share cookies. No my doing, was the rails dev that integrated the two apps.
My point exactly about access. On a single server setup you might as well give more resources to mysql, it’s much more practical. The idea is to try to eliminate the bottleneck to mysql when you have contention among many clients. You won’t likely get that in a single server setup if mysql is done right.
The memcache layer in wp/bbpress is only one step above the mysql layer and the only thing you are saving is a few cpu cycles from when it decodes the serialized data from mysql to memory. It certainly doesn’t help at all the fact that bbPress 1.0, like WP, now does a gazillion copies of an object in memory as it references data, instead of using pointers like 0.9 does – all those copies add up, you can actually time the 50% decrease in performance on each ROW when displaying the front page with 25 topics and it gets magnified with each plugin used.
http://www.mysqlperformanceblog.com/2006/08/09/cache-performance-comparison/
Cache Type Cache Gets/sec
Array Cache 365000
APC Cache 98000
File Cache 27000
Memcached Cache (TCP/IP) 12200 <<<<====---
MySQL Query Cache (TCP/IP) 9900
MySQL Query Cache (Unix Socket) 13500 <<<<===---
Selecting from table (TCP/IP) 5100
Selecting from table (Unix Socket) 7400
Maybe someone should write an interface into the wp/bbpress memcache object manager to use APC/eaccelerator shared memory instead on single server systems. Apparently that would be significantly faster.
Hi!
I have a simple question to bbpress 1.0 (final) and wp 2.8: Is the bbpress integration plugin still needed for complete integration? I followed the screencast on wordpress.tv. After installing bbpress there´s no problem to login into bbpress and wp at the same time. I remeber my first tests with 1.0 alpha where it doesn´t work…
If MySQL is a bottleneck, then memcached can help on small sites (some pages reduce to zero queries). In those cases though people generally don’t have access to memcached.
perms are all ok, after installation did a chown -R group:user forum/ chmod -R 755 forum/ so that isn’t the problem
The Reputation plugin should work with 0.9:
https://bbpress.org/plugins/topic/bb-reputation/
How is it broken for you?
I’ve heard of there being solutions for pictures (or videos, etc) being uploaded to WP from a mobile device. Is that an option on bbPress?
sorry I am not using 1.0 it was a typo I am using version 0.9 with wordpress 2.7
I won’t pretend to know what kind of user base bbpress caters to or even what actual type of users are out there are using it but memcache is still an option, and one only the end user can determine him/herself; No matter how trivial single digit returns may be to the end user.
I agree. I’d like to see a recommended primer someday.
Referencing the chmod recommendation I gave, I just wanted to make sure the user’s php was actually being read. That was the ‘just to see’ part.
A common problem I deal with is many people have it setup just as you say , where some user X has rw but the Php processor is running off a lesser priv base. Or sometimes the files perms are just completly a mess, like my spelling on the iPhone.
The people who have them working under 1.0 are likely using an older theme, either from a previous version of bbPress or a 3rd party template.
Two observation:
1. I’ve got “last everything” installed.
2. It actually works.
I haven’t checked up your patches yet.
Yah, _ck_’s reputation plugin isn’t compatible with version 1.0. Your best best is to either use version 0.9, or not use the reputation plugin at all.
There are a number of avatar plugins – I’m pretty sure at least some of them work in version 1.0. Which plugin were you trying to configure?
What do you mean about not being able to delete posts… if you’re an administrator or keymaster, you should be able to delete any posts? Do you still have problems if you disable all plugins?
That’s strange. I didn’t deviate from the instructions, but they still aren’t showing. Darn, those are two very important plugins that I wanted to work. I guess I’ll just have to be patient until December.
both worked fine for me on 1.0 out of the box, no edits.
BBCode Buttons and BBPress Smilies work on bbPress 1.0 for me.
I’m having trouble with one of _ck_’s plugins, but I’m not exactly sure if it has to do with her plugin, bbPress or our server.
Many of my plugins (and others) meant for bbPress 0.9 will not work under 1.0
I do not intend to address this until December as there will likely be additional changes to bbPress.
Those that want to use my plugins should use bbPress 0.9 and not 1.0, you can always upgrade later.
Hello there,
I’m a complete newb when it comes to bbPress, so bear with me. 
I’ve installed about 6 to 8 of ck’s great plugins and they’ve all worked with no issues on the latest release (think it was on July 3rd when it was released or something?) of bbPress. Now, I understand that ck has warned everyone about the possibility of the plugins not working on 1.0, but I was wondering if anyone has these working or what I might be able to do to temporarily tweak them.
All of the plugins, except for BBCode Buttons and BBPress Smilies are working. These two are not showing up in the default theme. Any suggestions on what I might’ve missed or something that I should do to see why they’re not working?
BBCode Buttons
I have the bbcode-lite plugin active and working, so it’s not an issue there. I have bbcode-buttons directly in the my-plugins directory, so seems fine there.
BBPress Smilies
I uploaded the full bb-smilies directory to the my-plugins directory and then activated it in the admin panel. But, nothing is showing in the post boxes.
So, I could use some suggestions for those of you that found some work arounds. Thank you!
You cannot use many of the 0.9 plugins under 1.0 final
I have been warning about that for months.
I just installed bbPress 1.0 to my dev server today and something strange is happening.
Instead of “Reply” or “New Topic in this Forum” for the h2 class “post-form”, I am now getting the string “Array”.
Any idea why?
Funny thing is this isn’t happening on my localbox where I installed bbPress 1.0 from 1.0 alpha 6 exactly the same way.
—
I just went into functions.bb-template.php to do a var_dump of the $h2 variable in the post_form() function and this is what I get:
array(1) { ["h2"]=> array(1) { ["h2"]=> array(1) { ["h2"]=> *RECURSION* } } }
Any idea why the $h2 variable is an array when it should be outputting one of the strings “Reply”, “New Topic in this forum” or “Add New Topic”?
I just installed bbPress 1.0 to my dev server today and something strange is happening.
Instead of “Reply” or “New Topic in this Forum” for the h2 class “post-form”, I am now getting the string “Array”.
Any idea why?
Funny thing is this isn’t happening on my localbox where I installed bbPress 1.0 from 1.0 alpha 6 exactly the same way.
[EDIT]
I’m going to open a new thread because my post is diverting from the original intent of this post.
no professionals are listed there on _ck_ site. I am installing under the older bbpress before the beta and now 1.0 with the wordpress version before the 2.8 release.