Using the same database is fine and actually the easiest way. You must be using the same user table.
Follow the Integration 101 steps to make your cookies match.
Make sure you are not using wordpress 2.6 which is incompatible with the cookies from bbPress 0.9
Ok, i just fine this to show the WP Recent Post on BBpress https://bbpress.org/forums/topic/display-latest-post-from-wp
I’ll try it now. Hope it works for somebody else.
Still looking for how to get the Latest Discussions on all pages.
I’ve never done it myself but I believe you first have to put the translation es_ES.mo file into bb-includes/languages directory.
Then you go into bb-config.php` and change the BBLANG setting:
define('BBLANG', 'es_ES');
Here is more info:
http://www.degabriel.es/2008/04/24/traduccion-de-bbpress-09-al-castellano/
and the file:
http://www.degabriel.es/wp-content/uploads/2008/04/es_es.mo
Unfortunately by some oversight, there is no directly link to the search feature on the default bbPress 0.9 templates (this is fixed in the next version – perhaps too prominently given how weak the built-in search is in bbPress).
You can make a link to search.php yourself in the header.php or footer.php to have it on all pages.
<a href="<?php bb_option('uri'); ?>search.php">Search</a>
Or you can make a mini-form that passes the field “search”
<form action="<?php bb_option('uri'); ?>search.php" method="get">
<input name="search" id="search"></form>
Version 1.0 of bbPress will have built in support for display names like WordPress. By some weird design bbPress has no mechanism to delete users so you just set it inactive and make a new user for now.
843008Inactive
why, when i click in a profile link, ocurrs this error message:
User not found.
Back to bbPress support forums.
Can somebody help me with this??? I would like to show the latest discussions in a sidebar while I’m in a topic. Also I want to import my Recents Posts from WP to BBpress.
GOD bless, Thanks…
That’s what I call reverse integration and it definitely can be done but you are going to have to decide which user table you want to use – you cannot merge them. You’ll either have to use WordPress’s or bbPress. Then you can either rename the usertable or make very specific settings inside bb-config.php and wp-config.php to point to the new table.
Daft question time… I’ve recently built a site based on WordPress 2.6 and want to launch soon, so BBPress integration is out of the question for now. However, I don’t want to use another forum system in it’s place.
So… my question is, If I have a standalone BBPress installation now, is it easy to integrate it with my WordPress installation later on when BBPress gets upgraded or is it going to be a major hassle?
Thanks all!
I experimented a bit with setting up the wp/bbpress integration over the weekend. I can’t get back to it for the next few days but something’s gone awry I need to fix asap. I’m thinking I must have altered something in the wp configuration because since then when we try to access the wp main blog page, the home page we’ve set up comes up instead. I checked the wp-config.php against a previous version and there’s no difference there. Can anybody suggest any other files/settings I may have changed while going through the integration setup that could have an effect on wordpress like this?
dpeeples – I don’t think it matters. I put it right after the secret key line and it worked fine.
I just now got this working! The solution is posted at https://bbpress.org/forums/topic/dropping-multiviews-support#post-16050
Quite simply, turn 1and1 hosting has MultiViews on by default and it must be turned off in .htaccess with:
Options -MultiViews
Then add the /bb-admin/rewrite-rules.php mod_rewrite AFTER the Options -MultiViews.
That was too simple to take this long to resolve.
810039Inactive
In fact, I get an error of “username does not exist” and am troubled.
The upshot was the same even if I returned it to WordPress 2.5.1_ja.
When can keep inputting an arbitrary account name by installation of ‘bbpress’; database error “ bbPress database error:
I become・・・・
[Table ‘databasename.bb_posts’ doesn’t exist “, and installation cannot be completed.]
An installation procedure is bad or is that it is a bug of BBpress0.9.0.2 the problem of the server side?
I want to take a possible cause investigation and measures.
Thanking you in advance
If there’s nothing on your forum yet, then just do a clean install. You have to rename the folder before you install it.
Currently, I’m using myBB on my website (http://forum.compassionatechristianity.org). Is it possible to switch over the current database to BBpress?
I did exactly the same thing and pffft. So I had to rename it back from forum to bbpress on http://spring.net/bbpress (for now!) until I can get it to work at http://spring.net/bb/ (hopefully soon)
Ok. I got an error when looking for the config file because I did not have an .htacess file in the root. So I manually uploaded the config.php file and now it seems to be working without the .htacess file.
Same problem. No luck here.
MySQL 4.0.23
PHP 4.4
Hmmm.
841434Inactive
OK, I’m not sure this is the right place for this but here goes.
I’ve already set up my site. My home page is a wordpress blog that is integrated with bbpress. The bulk of the site is plain html pages. I find that when I pull a post out of wp and put it in a streamlined html page google does a better job of picking adds that match the content and I get more clicks on advertising. Now the question/problem. I want to keep the comments at the bottom of each post after I’ve moved it over to html. They are still there in bbpress and I can place a link to the forum, but I would much prefer to have the comments visible at the bottom of each post. If this is going to be too much work for someone literate in html, semi-literate in php and illiterate in css, then is there someone that can and will write a hack for it?
i followed your instructions as well as i could but got a messed up page after inserting the
$bb->uri = ‘http://your-domain-name.com/forum-path/’
portion in the config code.
Where exactly should it go?
thanks much for the help.
oops….no go. it worked good to navigate to the forum main page, but it messed up any folder under the bbpress/forum folder.
any ideas?
thank you much….so just rename the file? here goes….
Yes you can do this, I did the same thing.
can i just rename my bbpress folder to forum to get my forum url to indicate “forum” instead of “bbpress”?
thanks…probably been answered countless times, i just can’t find it.