@zaerl
sometimes? thats my concern. Either it will have some delay for the fresh data to display because of cache or it will just show the exact details without cache.
What’s the point of screwing up the values sometimes?
Drop the bbPress tables in the database and re-install. If you are integrating via install only, then choose the WordPress admin username to start with(select from the dropdown), don’t enter the same username as different username as that would cause conflict with the already existing one.
If you have integrated bbPress with WordPress (same user database) you cannot choose a login name that already exists in WordPress.
Why there is a need for recount? Why would the counts go out of sync at the first place?
Cause bbPress uses a cache system in order to minimize database queries and sometimes it goes out of synch.
I’ve installed bbPress 1.02 with WordPress 2.9.2 and the WordPress user account integration is working. I can login into bbPress with a WordPress account. I’m having a problem with role mapping though. I’ve mapped the WordPress Administrator role to the bbPress Key Master role but when I log into an Administrator account I only see the first set of admin links (Forums, Topics, Posts) and not the second (Appearance, Plugins, Users, Tools, Settings). This makes it kind of hard to administer bbPress. Any ideas? Thanks.
That I can’t answer, but some one will right?
I have recently installed bbPress when migrating from Drupal, so now I have WP+bbpress running side by side. I have noticed that there has been very little work done lately on the development of bbPress. If you look at the Trac timeline, no event since 4/14.
So I am concerned that there might be little work being done on this great system. I assumed (perhaps erroneously) that since bbPress is owned by Automattic, there would be enough resources to keep moving it.
Does anyone here know where it stands ? Otherwise I am concerned that I’d have to look for other forum solutions, and this is not something that I’d want to pursue at this point.
thanks !
Leo
@ashfame
I read your article, and I sure that I done all this step (instead setup of new wordpress, I use my blog that already existed ), but cookie integration with 64 chars keys still not work.
@gerikg
Thanks for the link!
Why there is a need for recount? Why would the counts go out of sync at the first place?
I posted to a topic here and on the frontpage only the no of posts displayed is correct. Voices count, last poster and freshness is wrong.
Here is the screenshot – http://screencast.com/t/OWQxNzdjN
Earlier we have seen negative counts of topics under forums. What were those? Any ideas?
@jakshi
I have always done all my integrations with the keys generated from the link gerikg shared.
You can take a look at my tutorial – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
and you will only need secure_auth_salt key when you are using https protocol
Did you setup user role map in bbPress under WordPress integration settings? http://wpwebhost.com/wp-content/uploads/2010/04/userrolemap.png
This issue has been reported before with deep integrated sites. Every page of the forum will return a 404, I believe, but depending on the browser, you sometimes see the content instead of the errors. Here are the headers returned from your forum:
Response Headers - http://www.johnthebaptisttv.com/bbpress/
Date: Fri, 30 Apr 2010 15:20:41 GMT
Server: Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
X-Powered-By: PHP/5.2.11
X-Pingback: http://www.johnthebaptisttv.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Last-Modified: Fri, 30 Apr 2010 15:20:41 GMT
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
404 Not Found
http://www.themelab.com/2008/04/17/is-your-bbpress-installation-returning-404-errors/
https://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-13156
I also think a simple solution was to include wp-load.php instead of wp-blog-header.php. Which one are you including now?
What version of WordPress are you using?
What version of bbPress are you using?
Did you upgrade from an older version of WP?
Did you upgrade from an older version of BBP?
Which steps or tutorial did you take?
Do you use shared hosting service?
Does your server use php5 and is it active?
Are you using BuddyPress?
checked trac… 103 was not released, i think we have bad future.
Take a look at the CSS, it’s all very basic stuff.
Firebug will show you.
Okay, perhaps the good folks around here can help me with this.
I checked the website that Kevin posted here, and it asks me to put this code:
require_once('mobile_device_detect.php');
mobile_device_detect(true,false,true,true,true,true,true,false,false);
Now, I have no clue in which file exactly to put that code, or how the code should be wrapped.
Any suggestions?
If i can find a way to redirect the browser to a different mobile version URL, that would be a good start already, to start working on a mobile version.
If once it works, i will sure as hell put the code here.