Forum Replies Created
-
If you have cookies and users integrated it is a pretty trivial amount of code required to force logins to occur on either the bbPress login page or the WordPress login page. It’s also possible to redirect the profile editing pages either way. If you want to list author posts from WordPress on the bbPress Profile page I can’t think of any solution for that except customising your theme with direct queries or using WordPress API if you are deep integrating.
The only way to get bbPress activity listed in WordPress is via “bbPress Live”. It’s currently broken in WP 2.8 due to widget changes there, but I am planning to fix it one of these days. Again, you could also write custom queries to the bbPress tables in your theme.
There are no plans to do that specifically. It has been floated that launching the bbPress installer from inside the “bbPress Integration” WordPress plugin might be a good way to go.
We don’t use memcache to store user sessions, user sessions are stored in the browser cookie.
There is a memcache capable object cache though which is built in to bbPress via BackPress. To enable it (with default memcache settings) all you need to do is add this to your bb-config.php:
define( 'BB_OBJECT_CACHE_TYPE', 'memcached' );Note that this will not work if you are using the memcache object cache in WordPress, and you have WordPress deep integrated into bbPress.
Make sure you update the settings in the bbPress Integration plugin as well and then copy the new code it produces into wp-config.php
I’m adding filters to trunk now to allow customisation of these messages.
The pots are auto-generating again, so no need to request them now.
The bees came about because every icon idea we tried to literally represent those sections’ “posts”, “forums” and “topics” were too similar to other existing icons in the menu or too ambiguous or just plain dull.
In the end we threw around some ideas which would simply be memorable and maybe have some semblance of a hierarchy to them. The hierarchy thing didn’t really work out 100% in the end, but the icons are certainly memorable, plus it gives me a few graphic motifs to use in bbPress collateral.
Categories are meant to have no content so probably shouldn’t display a feed at all.
That’s just a serialised array stored in the meta table. It’s normal.
The IP address is only visible to admins.
I’ve made some changes to the upgrading page.
would be nice to add Gravatar size options in the admin panel
Just set it in the various places in your theme.
Ooops, should be there now.
Download counters for comparison:
Can I infer from the “Themes” link that bbPress will have an official theme directory soon?
It’s on the drawing board yes. Can’t say when that part will get there.
@ _ck_
That is defined for you in bb-settings.php
if ( !defined( 'BB_LOAD_DEPRECATED' ) ) {
define( 'BB_LOAD_DEPRECATED', true );
}So it’ll be the end of 2010.
Closing this topic.
Though I am certain someone will clone it in short time like the did with wordpress.org
I’ll release anything interesting that comes out of the work, but so far it’s pretty standard stuff.
Max size for Gravatars is 512px by 512px
ps. avatars look a tad huge?
Yes, they do
Your theme depends on functions in the plugin you removed.
Is this the case with the default theme?
The voice information that is stored is just a count that is kept up to date in the topic meta. What you want has no easy built in solution.