Problem solved with the bb-video plugin. Strangely it only converts video link (URL) and not the EMBED code. Instead the issue with the bb-smiles of _ck_ remains an outstanding …
I have a bizarre problem.
Sometimes, when editing a post, I will click in the post text box, and it will automatically throw in a tag, and the B button will change to /B.
The thing is, I didn’t click B, I clicked the textbox!
what the hell is going on?
Thanks for your help. The problem was created by a incopatibile plugin with my version of bbpress (term of service). It was not a problem of memory as I thought.
This is an example of topic where you can see that bbsmiley and bbvideo are not enable.
http://www.il-riscatto-dei-maledetti.com/forum/topic/nora-la-gatta-che-scotta-su-youtube#post-33
Can you help me?
My version of bbpress is 1.02. My forum is under construction
MPESGT01 – That would sort of fall under the realm of BuddyPress, I would think. Still, yes, it’s possible to make a plugin. WPMU/bbPress/BuddyPress would probably do it better
If we use bbPress as a forum… and WordPress as a blog… and that we can add a way that the members can upload photos to their own profile… we would then almost get a social software/php script and that would be awsome !!!
I am not a coder (i’m a web designer) but I do know that it can be possible to create this plug in.
I just saw your next look, the bbpress 2.0 and with that plugin, a profile album, it would be it !!
Than maybe later another plugin for same thing, but videos (either upload or grab via youtube), but this can be invented later… photos first !!
Any chances ???
If someone can hack into my devserver that have no access to internet, the person is more than welcome to do it 
apbai: Nice, so everything is working now?
Interesting, my opinion would actually be the opposite.
bbPress is probably faster in a shared environment than the others (if tuned).
SMF and Vbulletin already take advantage of shared memory like eaccelerator/apc/xcache out of the box and have different levels of caching. Vbulletin is very bulky though.
The magic to bbPress is not performance, it has an “acceptable” rating in performance for 1.0, but what you can do with it and how quickly. You can customize bbPress like no other forum I’ve seen with quite a bit of ease, not just the look/theme but the actual functionality.
Hmm, well this all sounds promising’ish.
I asked Sam Bauers at WordCamp NZ how bbPress would compare speed-wise and server resource wise to other standard forum softwares like phpBB, SMF, vBulletin etc. He said that the others were probably faster on a shared hosting environment, but when mem-caching is running that bbPress leaps ahead in performance. Sam, perhaps you were referring to forums which REQUIRE mem-cache (ie: super large forums) running better on bbPress than the other softwares?
At any rate it sounds like for my purposes that I shouldn’t worry about these things too much and just stick with using it straight out of the box.
This user hacked permalinks to rewrite in a new way… his/her rewrite rules were written for the Isapi Rewrite filter, so maybe that would start you off in the right direction?
https://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done
Good luck!
Your secret keys are supposed to be secret.
Hi. I just installed bbpress without any problems. I am running IIS 6.0 and got my host to install the IIRF Isapi Rewrite Filter, since I cannot use mod_rewrite.
Currently my permalink settings are “none”. If I try to change permalinks to “name based” using the bbpress Admin area, my threads no longer work and show up as 404 pages.
Is anyone familiar with how to use the IIRF Isapi Rewrite Filter to get permalinks working? Many thanks in advance.
I’d be lazy and take something like Tom (db)’s WPNews and flip it around 
For RSS, you can google around for solutions. I’m not sure there are any bb specific ones.
This is the closest plugin that I’m aware of:
https://bbpress.org/plugins/topic/members-online/
I don’t think it displays a total number of registered users though…
Wah, I just go ahead and added
those defines (without ‘BB_’ prefix, of course) in my wp-config.php and everything is working now!
Great find, man! Thank you!
Are you running WP or WP MU?
I couldn’t find those in my wp-admin/options.php…
Hmm, i think i´ve got it to work now, fingers crossed.
This is what i´ve changed from the original:
In bb-config.php:
define(‘BB_AUTH_KEY’, ‘hej’);
define(‘BB_SECURE_AUTH_KEY’, ‘hej’);
define(‘BB_LOGGED_IN_KEY’, ‘hej’);
define(‘BB_NONCE_KEY’, ‘hej’);
— removed by moderator —
The last 3 is find in wp-admin/options.php
And:
$bb->bb_xmlrpc_allow_user_switching = true;
You could write some Updates to make sure there was no ID overlap? That’s what I had to do when we were doing a similar user integration…
Actually – the user who wrote that last thread followed up with a fantastic list of exactly what steps s/he did, including specific update quries:
https://bbpress.org/forums/topic/successful-reverse-integration-steps
I’ve already considered the issues raised in that discussion. I looked at both user tables and it was clear that they would not line up without adding fields to the BBPress user table. There is also the problem of duplicate ids. Since almost all my users are forum members I could almost get away with dumping the WP user table and importing from BBPress. But then I would have the same problems discussed in that other thread. And I have members who have authored blog posts and forum entries.
Ha, you’re not alone. I had the same problem and just post my question a couple of hours ago!
Hi!
I always have problem with the integration of BBpress and WordPress, i have installed bbpress integration in wordpress and stuff but still it doesnt work!
The cookies kinda works, when i login to WP i get loggedout of BBpress and vice versa!
Is it because i install it on localhost or something?
Couple of pictures, can anyone spot whats wrong?
wp-config:
http://farm3.static.flickr.com/2440/3834816298_90df119df5_o.png
bb-config:
http://farm3.static.flickr.com/2603/3834023401_f2f11b96d9_o.png
WordPress options in bbpress;
http://farm4.static.flickr.com/3430/3834023493_e10e719e75_o_d.png
bbPress options in WordPress:
http://farm3.static.flickr.com/2539/3834023615_27c8daed00_o.png
I really appreciate some feedback!
Right, I was not using WPMU. I did get the keys to match and also installed BBpress intergration plugin. There is only one line I was asked to add to wp-config.php:
define( ‘COOKIEPATH’, ‘/’ );
I added that too. But somehow it just doesn’t work:-(