After doing some reading I am going to assume someone is going to tell me to use the alpha 6 version of bbpress? Would it be wise for me to do the whole setup from scratch, re-uploading wordpress and then testing bbpress again?
Hello I have installed bbpress and gone for full integration however had some issues, first the wp-config files had some lines changed and all of a sudden some code appeared on the home page. I have fixed that however my home page is no longer being used and it just directs to the blog straight away. another more important problem i am having is that i have completely lost access to the wp-admin area. i can view the login page and after that all disappears!
successfully installed bbpress on my wordpress 2.7
Is their anyway to have the forum actually be within the site so everything is together instead of having its own theme?
This is to clear up this issue. Frankly I had forgotten about this post after solving the problem. Whoops. Sorry.
I was trying to fire up xmlrpc access from wpmu to bbpress. Your bbpress_live plugin wasn’t working. buddypress’s group forums weren’t working. Surprise, it uses the bbpress_live classes.
Turns out the wp http api lib uses the curl lib as the default transport mechanism. It goes out and gets the requested url using curl by default if it’s installed. It’s installed everywhere and on everything except my kitchen toaster. So, curl resolves ip addresses by first looking at your /etc/hosts file. Then it goes to dns for resolution.
The /etc/hosts file and linux are happy with hosts defaulting to 127.0.0.1 for mysite.org. I live in apache all day long and don’t care what’s in my hosts file. I should have. 
Changed /etc/hosts to have the actual ip address to my domain and xmlrpc, bbpress_live, buddypress and the rest of the universe are happy.
Thanks for the quick response Sam!
synchronization between wordpress and bbpress is OK! However bbpress not recognize me more as a super administrator! I do not know how can I become super administrator ……
thank you
I spoke too soon. My private message plugin turns up a 404 page now.
Offer hosting for the images for your members so you stop them from hotlinking.
https://bbpress.org/plugins/topic/bb-attachments/
@Sam
Please correct me if I’m wrong, but if you check out http://www.delsolownersclub.com/forums/, the links for the feeds from WordPress seem to point exactly where they should.
The only problem that I had personally was using wp_enqueue_script('jquery');
in my wordpress functions.php file. I replaced it with
if (!defined('BB_PATH')) {
wp_enqueue_script('jquery');
}
And all is well again.
When I try to install bbPress 0.9.0.4 I see infinite times this message
Warning: cannot yet handle MBCS in html_entity_decode()! in /web/htdocs/www.XXX.com/home/forum_/bb-includes/wp-functions.php on line 113
Anyway, I completed my installation. But what I try to get my forum, I see again the first page to install it…
Any ideas?
That only works for FireFox, fernandot 
Basically the urls are (assuming your bbpress is in a folder called ‘forums’ and you’re using pretty permalinks)
http://domain.net/forums/rss/ – All posts
http://domain.net/forums/rss/topics – All topics
I risked the upgrade because I got sick of having to manually set the roles everytime someone registered. It works perfectly now. Seems like the plugins dont cause any problem either, and I use quite some of them.
Little problems I encountered during installation:
- The trunk files from the backpress linked in this topic were incomplete (http://backpress.automattic.com/changeset/190/trunk?old_path=%2F&format=zip). Had to download the official download link on this website.
- I used the upgrade guide on this website. But I also deleted my htaccess files following those steps. As a result I couldn’t go to any link without getting a 404 and I had no idea what caused this. Luckily I read something about permanent urls in the backend and having to edit the htaccess, so I managed to fix it pretty fast (considering I know very little about programming and stuff).
- I had the same cookie problem as SteveDrum. It sufficied to open both the wp-config and bb-config and just copy the auth keys from wp-config to bb-config. In the backend it seems like they were filled in, but they weren’t. The installation / upgrade didnt ask for them either.
Besides that everything looks great! :] thank you.
When you load WordPress inside bbPress, it is detected and all WordPress filters are cleared, including default filters. This means that most of what wp_head() usually does won’t happen. It’s the wrong thing to do in any case as the wrong RSS and XML-RPC links will get inserted for a start.
Having said that, using a plugin in bbPress you can easily add filters back in to wp_head().
That RSS you demand is integrated in bbPress. In your browser navigation bar, if you click to the RSS icon it shows you the list with the two RSS feeds availables. One is for latest topics and other one is for latest messages in all topics. If you see my forum ( http://forowordpress.es/ ) I’ve added two links to both in the sidebar (redirected to feedburner as you can see).
Hi there,
Does anybody know of any script that will import data from snitz forums to bbpress? My forums are currently on snitz but I would like to migrate to bbpress on the next phase of my new website.
Any help would be much appreciated.
Thank you very much!
This is not specific to BBpress but you may be able to help out (i do use bbpress!)
Users of my site are hotlinking images in threads, perfectly acceptable behaviour.
However, occasionally the site where the image is coming from is using replacement images – usually porn. The user doesn’t know what has happened because the correct image is stored in their cache.
Is there a way to stop this from happening and check if the image shown corresponds to the image being linked to and if not supply our own replacement?
囧国科学院 http://cartoon.lamost.org/
bbPress 中文讨论区 http://cartoon.lamost.org/forum.php?id=2
现在的问题是,可以发中文贴但是不能注册中文用户名界面,汉化也出现乱码,字符集的问题?
欢迎来访和讨论
Well, I think that with 1.0a6 it works, because I’m using it with deep integration and it seems to be working just fine. The order that they’re loaded in could be an issue however, as I’ve experienced some issues that I haven’t been able to troubleshoot effectively yet.
cleared my cookies… checked i had that plugin working on wordpress…. but it still messes up.
it’s only on that one example though. it works alright with all the other variations
i looked at the cookies as i went through it.
i start with no cookies.
when i log in to wordpress i get quite a few cookies… two of which start with the phrase “wordpress_logged_in”
when i log out of bbpress, only one of these cookies disappears. which is presumably why i stay logged in to wordpress.
can i ask, should there really be two cookies called that? or should there just be one. it seems that wordpress is creating two cookies for everything, one for itself and one for bbpress
Howdy, it’s my understanding that when integrating like that the wp actions and filters are no longer valid. wp_head() just calls do_action(‘wp_head’). If there’s nothing hooked up to ‘wp_head’ any more, nothing happens.
Could be.
How is this achieved? how can you see the logs? And are IP’s logged on each post and comment so they can be tied to the user’s ID? Can this be ported to work in all of WordPress MU? Thsi would be very handy. Thanks!
Hi,
I’m running the latest 1.0 Alpha release.
I’ve set up deep integration which works okay. However, for some reason wp_head does not seem to be working at all.
Any ideas on how to use wp_head within bbPress?
Hi,
the vcard system is on bbpress or with a plugin?
i’m interesting to integrate the informations of jabber profile on the user’s profile in bbpress.
bye