Forum Replies Created
-
In reply to: Sometimes Less Is Just Less
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.
In reply to: Sometimes Less Is Just LessThere 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.
In reply to: bbpress and memcache?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.
In reply to: WordPress / BB Press Issue with logging in usersMake sure you update the settings in the bbPress Integration plugin as well and then copy the new code it produces into wp-config.php
In reply to: Custom text for password mail messageI’m adding filters to trunk now to allow customisation of these messages.
In reply to: bbPress 1.0.2 and bbPress 0.9.0.6 releasedThe pots are auto-generating again, so no need to request them now.
In reply to: Sneak peek at bbPress.org 2.0The 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.
In reply to: Forum category RSS Feeds DebuggingCategories are meant to have no content so probably shouldn’t display a feed at all.
In reply to: problem about format of meta_valueThat’s just a serialised array stored in the meta table. It’s normal.
The IP address is only visible to admins.
In reply to: bbPress 1.0.2 and bbPress 0.9.0.6 releasedI’ve made some changes to the upgrading page.
In reply to: Sneak peek at bbPress.org 2.0would be nice to add Gravatar size options in the admin panel
Just set it in the various places in your theme.
In reply to: bbPress 1.0.2 and bbPress 0.9.0.6 releasedOoops, should be there now.
In reply to: bbPress 1.0.2 and bbPress 0.9.0.6 releasedDownload counters for comparison:
In reply to: Sneak peek at bbPress.org 2.0Can 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.
In reply to: bbPress 1.0.1 bug-fix released@ _ck_
That is defined for you in bb-settings.php
if ( !defined( 'BB_LOAD_DEPRECATED' ) ) {
define( 'BB_LOAD_DEPRECATED', true );
}In reply to: Support for 0.9 – how long?So it’ll be the end of 2010.
Closing this topic.
In reply to: Sneak peek at bbPress.org 2.0Though 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.
In reply to: Sneak peek at bbPress.org 2.0Max size for Gravatars is 512px by 512px
In reply to: Sneak peek at bbPress.org 2.0ps. avatars look a tad huge?
Yes, they do
In reply to: Plugins being automatically deactivated?Your theme depends on functions in the plugin you removed.
In reply to: Mask bbPress Installation DirectoryIn reply to: Upgrade to 1.0.1 breaks registrationIs this the case with the default theme?
In reply to: Where to download latest version 0.9In reply to: Username list for each voiceThe 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.