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.
Sorry to post yet another integration thread, but maybe someone can help me.
I have a forum with 5000 active users that I’m trying to integrate with my blog. What I’m trying to achieve is single sign-on, and eventually to use buddypress.
I’m using wp 2.9 and bbpress 1.1, I integrated them fine, but all the current posts on the forum were screwed up, written by “Anonymous.” I’m assuming that because there is no user data for these writers in my wp install, bbpress couldn’t figure out who was writing them.
So I undid the db integration, I was hoping for simply cookie integration. After 2 hours of salts and keys and logging in and out, I can’t get it to work. Is it even possible to work with cookies so that logging into bbpress also logs you into the blog?
And back to my original problem – would I have to import all my users from the db to my wp tables for that to work? Has anyone ever done this? It’s definitely possible, it just seems like a lot of complicated work for something that I’m sure many people are trying to do.
We’ve been doing them every week at the same time, PeteMall was going to post the logs from the latest one.
When’s the next meet-up, anyway?
chrishajer: i looked everywhere, i can’t find that code or anything that looks like it could it be a topic someone put with html in it?
Interesting, you’re going to throw the whole internets into a loop!
Here are the headers:
[~]$ curl -I http://strangebutfunny.net/forum/topic.php?id=2
HTTP/1.1 200 OK
Content-Length: 0
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/7.0
X-Pingback: http://strangebutfunny.net/forum/xmlrpc.php
Refresh: 0;url=http://strangebutfunny.net/forum/topic.php?id=2
X-Powered-By: ASP.NET
Date: Thu, 07 Jan 2010 17:09:09 GMT
Why is there a “Refresh: 0;” in there? Do you have a fresh in any of your header.php files, maybe to direct people from the website to the forum?
ipunkbali, please start a new topic for that integration question, or just browse the tag to see how others have done it. https://bbpress.org/forums/tags/integration