Forum Replies Created
-
In reply to: Performance
Between your first post and your last I released version 1.0, so unless you upgraded you are using the previous release candidate (1.0-RC-3) or the previous stable version (0.9).
The version is stated in the visible footer of the admin area.
In reply to: bbPress 1.0 releasedThis forum is actually now running 1.0 as well. So if you notice any bugs or glitches here let me know.
In reply to: bbPress 1.0 releasedYep, that’s how it looks. Not pretty, but futctional.
In reply to: bbPress 1.0 releasedIn reply to: bbPress 1.0 releasedThe pot will be auto-generated within 24 hours and will be here:
In reply to: bbPress 1.0 releasedIs it an integrated install by chance?
In reply to: bbPress 1.0 releasedDoes this happen on the default theme?
If it works there, is the tag deletion in your template attempted via AJAX?
In reply to: 1.0 RC – How to force all post into 1 category?Trunk now deals with this case.
[2286] [2287]
In reply to: FreelanceSwitch Finally finishedThose are bbPress 0.9 cookies. Don’t know why there are so many though.
In reply to: wordpress_sec not being created?Those values are of course for the bb-config.php file.
In reply to: bbPress Integration plugin for WPMUTo be honest though, I’ve never tried integration across SSL sites, it may not be possible with currently existing tools.
Setting bbPress to also force SSL might do it, but I can’t do any testing right now.
In reply to: bbPress Integration plugin for WPMUIn bbPress to use SSL you need these in your bb-config.php:
define('BB_FORCE_SSL_USER_FORMS', true);
define('BB_FORCE_SSL_ADMIN', true);In reply to: Performance_ck_ could be right about NFS. Also, bbPress does a few extra MySQL queries which seem redundant, but speed things up when you actually have posts in there.
It’s hard to tell what you mean by “slow” when there is no quantitative information to go by.
Let us know who your webhost is as well.
In reply to: FreelanceSwitch Finally finishedNice! Why aren’t you using permalinks?
In reply to: 1.0 RC – How to force all post into 1 category?It shouldn’t show when there is only one forum. I’ll fix this in core.
In reply to: How to add different style to the first post?In bbPress 1.0 you can use
post_position()
inside the loop of posts.In reply to: wordpress_sec not being created?Did you input the secure cookie key and salt in the relevant places?
In reply to: Translation qestion 1.0-RC-3 –> 1.0 final +I’d say about 50% of strings are the same. About 25% of the strings have changed a little bit. About 25% are completely changed or new.
Most of the work will be copy/paste from your old translation files.
In reply to: Simple question about logging inIt is possible to have it work both ways.
I will make a new screen-cast after 1.0 ships to help guide people through.
In reply to: Just one more… release candidate 1.0-RC-3Next release will be 1.0 final sometime this week.
In reply to: bbPress Integration – 1.0-rc-3 plugin – errorsNew plugin version 1.0 has been released with a fix for this warning.
In reply to: RC3 bb_tag_heat_map font size issueChanges are here if you don’t want to upgrade to trunk… [2277]
In reply to: RC3 bb_tag_heat_map font size issueIt’s a bug, fixing now.
In reply to: Error messages with bbPress and WP’s WP_CACHEThere is a major incompatibility between the memcached WP_Object_Cache class that is out there and BackPress. I’m about to add a newer class to BackPress itself that will replace the currently available one.
Once that class is added to BackPress it should fix these problems and a few others I’ve found. You’ll be able to use the new class by adding the following define to your config:
define( 'BB_OBJECT_CACHE_TYPE', 'memcached' );
This will be part of bbPress 1.0
In reply to: Topic slugs & numeric IDsYou don’t have to, and shouldn’t really edit the slugs in the database ever.