Hallo everybody,
It’s still in development but I am ready with the layout and it works very well.
http://www.jeansbox.nl/forum/
The site has been made without deep integration. I have just used the tutorial of _CK_
http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration
What do you think about it?
i was forced to switch to a linux server because my windows server was incompatable, i master in php,asp.net,vb.net and a ton of others but i couldn’t do this! where can i report this bug
Michael R, it’s acting normally today. Maybe alexandanthony made a change and will post back what was causing the problem.
HSeatSleeper
it’s a great idea but you miss something: there are a lot of duplicate IDs and users
agl666 I’m no whiz but i would export both databases and merge them into an sql file, then dump back into your wpmu install. This will be a tricky operation, but unless someone else has a better idea I see no other way to do it.
Just to follow up, what I did was use ssh to export my bbpress users from the db, and my wp users from the db, merge the 2, and bring them back into the wp db. Then turned on integration, and it works.
This took a long time and was a little hairy, but it works nicely now.
Thank you guys so much for your help!~
i switched to a linux server, kinda fixed the issue
I can’t actually see where the problem is – not that I can find a problem. Just tested your forum, and it seems to work okay.
function wp_redirect($location, $status = 302) {
global $is_IIS;
$location = apply_filters(‘wp_redirect’, $location, $status);
$status = apply_filters(‘wp_redirect_status’, $status, $location);
if ( !$location ) // allows the wp_redirect filter to cancel a redirect
return false;
$location = wp_sanitize_redirect($location);
if ( $is_IIS ) {
header(“Refresh: 0;url=$location”);
} else {
if ( php_sapi_name() != ‘cgi-fcgi’ )
status_header($status); // This causes problems on IIS and some FastCGI setups
header(“Location: $location”);
}
}
in file functions.bb-pluggable.php in bb-includes
Could you post the code so we can have a look?
i found the code thats doing it but i cant take it out
Greets 
I recently had a problem with my tag cloud, which I have not resolved. I landed up having to revert to the default tag cloud.
Now that I’ve done this, the tags look too close to eachother. So some tags look as if they are one, when they are actually two.
My idea is to separate them with bullets (•) of the same size. Once again, I don’t wanna go messing around with the core unless I know what I’m doing.
Any way to do this?
Peace, Michael
Hi!
I have a forum running on bbPress and a WordPress MU, which I installed later. Both have users, some of them is present in both bases.
So, we have two bases with some duplicate IDs and users. How can I integrate bbPress users into a WPMU database with less price?
Thanks
johnhiler: No changes to my theme. I did add one plugin a couple weeks ago (chrishajer’s plugin in this thread):
https://bbpress.org/forums/topic/open-target-in-a-new-window
I haven’t switched to Kakumei, and so far it’s working again. I’ll keep an eye on things…
Two options :-
1. Load WordPress header and footer with deep integration (not recommended)
2. Design the same theme for bbPress (way to go)
I suppose this actually had nothing to do with BBpress at all, but my host instead.
I got them to restore a newer backup now so everything is okay again.
Though this all got me thinking what BBpress could offer to protect against this sort of thing. I know you can back up SQL bases in Cpanel, but maybe you could make a backup file of the users in the adminpanel of BBpress?
Lets say there was a risk of loosing something, you could back up your users, and if you lost some, you could restore their accounts with ease.
So I have already created bbpress forum called http://www.justinbieberzone.com/forums and the blog is http://www.justinbieberzone.com
What next step?
I dont worry about cookie and those stuff, I just want the forum look like the blog.
Now How do i combine the two? I want the forum embedded inside the wordpress. I don’t like it looks like completely different forum.
Thanks.
Where in bbPress should I start looking for URL rewrite problems?
First obvious problem is straight after login. The URL should be https://bla.bla/pub/ but it becomes https://bla.bla/pub/pub/ instead. Worked in 0.9, stopped working in 1.0. And there’s no .htaccess file to be found anywhere, neither do I have any rewrite rules in the Apache2 config.
Jeroen
Hi I’m trying to integrate bbpress a little more with my wordpress theme and I need some help to see if some things are possible.
First I would like to display the total amount of posts made in my bbpress forums on my wordpress mainpage, not sure how I can call that info though. example “there are a total of 125 posts on the forums”.
Also, is it possible to have the amount of posts a user has made in bbpress on their author.php in wordpress, example: “user had made 50 posts on the forums”.
Thanks for your time.
Hmm, I checked over all the comments here and didn’t see any similar reports:
https://bbpress.org/plugins/topic/unread-posts/
Have there been any changes at all to your theme or plugins recently? Also: if you use kakumei and deactivate your plugins… is the bug still popping up?
I’m running bbPress 0.9.0.6 and the last version of Unread Posts.
Suddenly today, topics flagged as having unread posts are linking to the wrong topic.
For example, this should have been the correct link:
http://www.mysite.com/topic.php?id=295#post-30381
But it’s going here instead:
http://www.mysite.com/topic.php?id=265#post-26936
The freshness column is correct (if it’s there’s only 1 new post, obviously).
So I see it is possible, I just tried this:
https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work#post-61676
but that didn’t work either, after following all the instructions it doesn’t log me into the blog after I log into wp.