@cNc: well, I believe my plugin actually is pretty easy to use: you just have to make it able to write on your config file and then activate it. I don’t know how it could be more simple!
Regarding making it better, sure I will, because it is going to be used in the forum of the company I’m currently having internship in!
It would be just great to test it in different bbPress installation, that’s why I uploaded it in the repository: I’m waiting for your feedbacks!
@ chrishajer… topic has been resolved… My problem has gone..
==================================================
@ gerikg reply regaring your email
Because you was using the wordpress header you wasn’t using the style.css file in the theme. I left it so it’s not used but adjusted the other files.
…:: Yes I’m using my bbpress style sheet into wp style sheet…
I tried your files but they did not work…
Its was a matter of global variable ..
I’ve learned it from this post
https://bbpress.org/forums/topic/seemless-wordpress-integration
<?php if ($forumpage == TRUE) {
bb_title();
echo ” :.: AKN&I”;
} else …
to add the forum feed:
<?php if ($forumpage == TRUE) bb_feed_head(); ?>
in my case I call global variables..
anyway thanks for your help..
============================================
@ pelle .. really sorry dude your plugin did not work for my forums.. I hope it will work for others..
and I hope you’ll make it better and simple..
all the best….
Regards
cNc
how and what do I put in there ?
I also need to display all languages like Japanese and Korean
Thanks
Gibby
Varun have you ever contribute to this community ?
all you do is spam about your premium bbpress template, and in my opinion it was not even worth to spent $20.00 to buy your premium theme –“
BTW: Any developers/users want to take this for a ride and provide feedback? I can give about 5 copies. Contact. But I’m wondering if anyone even uses bbPress anymore… very disappointing response to my theme.
My experience with bbpress is unfortunately very bad: i am a webmarketing manager (not a developer) and i trusted the “Download, install, and you’re on your way!” they claim on the homepage, but since then i had nothing but frustrations.
Obviously i chosed bbpress because of the wordpress integration, but it took me months to make it work, and now ii have it, but full of bugs (plugins not working, empty synced comments etc etc etc).
Unfortunately many people work in my company, and already have many users in my forum, so i just cannot change platform i’ll have to survive with bbpress.
If you have a simple site, lots of patience, know php and are very religious, go on with bb.
The Process
O, I did integration with lastest releases wordpress (2.9.2) and bbpres (1.0.2), I just guess that long chain of previous upgrades can influence on bbpress integration with wordpress (may be database upgrades have some inaccuracy etc.)
Yes it may have been a little different if you did the integration with older releases. The best thing to do is to upgrade WordPress to the latest version, then bbPress, and then do the integration. Rather than integrate the scripts and then upgrade them.
http://www.gajebo.net/
like this ?
if you want i can share the Q&A function, i use best-answer and modified little
This is now been released as a beta and includes a lot of improvements.
http://pixopoint.com/products/pixopoint-theme-integrator/
You can see another example of it in action on the GreekBerry forum (case study). It would be great to see an example of it in use with bbPress too
I’ve been trying to delete a post via the XML-RPC API and just haven’t had any luck. I’m communicating fine with the API, sending and receiving works as expected, and the user has correct permissions. Everything else (as far as getting posts and making new posts) is also worked as expected. However, I’m always getting a return value of ‘0’ from the API, even though the post isn’t already deleted. I’m trying to accomplish this from Buddypress using bbPress Live. Any ideas on how to do this?
My request and response:
<?xml version="1.0"?>
<methodCall>
<methodName>bb.deletePost</methodName>
<params>
<param><value><array><data>
<value><string>forumadmin</string></value>
<value><string>******</string></value>
<value><struct>
<member><name>post_id</name><value><int>59</int></value></member>
</struct></value>
</data></array></value></param>
</params></methodCall>
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value>
<int>0</int>
</value>
</param>
</params>
</methodResponse>
Here’s the code I added to the bbPress_Live class
function delete_post( $post_id )
{
global $current_user;
if ( !$delete = $this->fetch->query( 'bb.deletePost', array( $post_id ), $current_user->user_login ) ) {
return false;
}
$key = md5( 'post_' . $post_id );
$this->cache_delete( $key );
return true;
}
Locate the bb-config.php file it might be in your wordpress folder or bbpress and find the define( ‘BB_LANG’
Hi
When I post something in the forum in Chinese it shows fine in the Buddypress activity stream BUT when you view the forum it’s all ??????????? for the Chinese
Please can you tell me how to fix this
Gibby
bbPress isn’t going anywhere. If you are worried about the lack of initiative in the direction of development, be assured that it will be also be there in bbPress closing down. 
They’ve decided to convert bbPress into a WordPress plugin. But that’s been pending for months now. And when that does happen you’ll sitll have bbPress around. Don’t worry… use bbPress. It’s not got some premium themes and plugins too. The community is working on it behind the scenes.
Hi everyone,
I’ve used bbPress in the past. And now I’ve thought about using it again. But what about all this talk about bbPress dying and closing down I keep seeing everywhere? Are there any truth in these rumors? Should I stay away from bbPress and look for alternatives such as BuddyPress instead?
Also, the last time I used bbPress I had lots of problems with spambots signing up. Have there been made any improvements in this area? Are there any new plugins or such that can stop these spam bots better than before?
I am thankful for any advice or comments!
I’d also like to keep 0.9 for the plugins. So far I’ve had it working fine integrated with a WP 2.9.2 but I wan’t to have WP 3.0. Unfortunately on my test install I can’t get the cookies to sync.
Anyone had any experience with WP 3.0 beta and bbPress 0.9.6?
Al – I glad that my investigation help somebody 
Kevin Muldoon – Thank you, may be it help some people that have trouble with integration. You article about integration very useful and clear. May be difference between my site and site that you setuped – My site has been upgraded from 2.1.x to 2.9.x during using and bbpress was upgraded from 0.9.x to 1.0.x, but you setup new sites.
Hi jakshi,
I’m surprised you had this problem as I did the integration process several times and never had a problem with this. Not sure if this is something that is caused my a setting on a websites host or something similar. I’ve updated the article with your suggestion though so that others will know to try this solution 
Kevin
AlParticipant
Jakshi, a sincere thank you.
I had given up trying to make WP/BBP integration work, having tried everything I could find on-line to suggest how to fix things, but with no luck.
However, your suggestion of halving my key lengths from 64 to 32 has it all working. Amazing.
Cheers!
Al
Hi,
I would like to hire someone to fully integrate my bbpress forum. Is someone interested in a paid job?
You can contact me at info[at]dekritischebelegger[dot]nl
thanks chris…
I was skeptical of my #2 above because I wasn’t sure if the .9 import would work in the new schema. Glad I asked.
My original upgrade failure was due to a DB HOST setting https://bbpress.org/forums/topic/upgrade-errors-it-looks-like-your-database-is-out-of-date
So – regarding your second suggestion
put the new installation of 1.0 files somewhere, change that bb-config.php to point to the 0.9 database, then you can run the upgrade script
The part I don’t fully understand is how will the “DB shuffle” mess with my integration settings? I’m just concerned that if I point a 1.0 install to a recovered 0.9 DB – I will either have 50% integration or 0% integration. Is that okay? Should I complete the “deep” integration steps post-upgrade?
Just looking to avoid having to spend another few hours of troubleshooting to get this going. If I can tweak a bb-config file or do a search/replace inside my DB.sql file prior to the import (and prevent some issues from happening) – I’m all ears.
thanks for the assist!
bforeste
Hello
I need a plugin for create link box in bbpress forum
Thanks
Hello.
I read http://www.wpmods.com/integrate-wordpress-bbpress and do all described thing, but had no success with cookies integration.
Then I read forums, check all parameters, but cookies integration didn’t work.
When I have searched for answer – I have tried to change my BB_AUTH_KEY = AUTH_KEY, BB_SECURE_AUTH_KEY=SECURE_AUTH_KEY etc. parameters in wp-config.php and bb-config.php on somthing simple (‘d’) — suddenly, cookie integration begin to work.
I did several experiments and found that if keys too long – cookie integration don’t work. Keys with length 32 chars — still work, but keys with length 64 chars don’t work at all.
May be this will helpful for somebody.
This one works great on bbPress 1.02 Easy Video Embed for YouTube and other tube videos