1. No, that is to prevent search engines from caching a copy of your site. It will still be indexed, you’re just telling the search engine not to cache the site.
2. PHP. You need to do a little PHP that says “if this is the first post, then show the adsense, otherwise, don’t.”
advertisements after the first message
3. It’s not that easy. It’s better to create a bbPress template that looks like your WordPress template. But you can read others experiences by browsing the integration tag.
4. Why do you think page views should be showing up? That’s not built in.
What version of bbPress did you install, and what plugins did you install?
Hello bbpress forum!
I successfully integrated bbpress into my WordPress installation. I have shared user database and header/footer function.
Now I want highlight the Forum Tab in the header menu, of course only when people are showing forum pages. I read in this forum that I can use $forumpage variable. So, I can use it in a conditional function, like <?php if ($forumpage = TRUE) { echo ” id=”current””; } ?>
But, such variable is always TRUE, also in non bbpress page.
Where is the trouble?
Sorry for my little english!
Hi,
Is there a template similar to functions.php in wordpress where you can integrate a backend in to control various bits and pieces of bbpress?
Thanks,
Richard
kswif:
You mean you trying to get it working like I have on my site?:
http://newsedge.webjunk.com
I’m using a nice hack for wordpress that lets me install wordpress once, and have multiple urls use those files, so when updating day comes, there’s a single update to be done. Is this possible with bbpress? If so, would anyone like to share how to? I’d be willing to test
Yes, you need to have a SECRET_KEY defined and it has to match BB_SECRET_KEY. Comment out the other four keys in wp-config.php as they are not needed when the cookies are downgraded. You can visit https://api.wordpress.org/secret-key/1.0/ for a quick key generation.
Good luck!
no but it’s a good idea
the problem is kakumei doesn’t have a sidebar by default
It seems pretty clear that this table does not exist:
saphruse_bbp01.wp_users
Can you look at the database and see what tables are actually present there? Looks like bbPress is trying to use the wp_users table for integration, but it’s not present? Did you use the same database for WordPress and bbPress?
So far the integration as explained in this topic has worked pretty well for me (WP2.7 and BBpress 0.9).
Except for one issue. I have customized a WP template, and once I activate that template (with BBpress installed in a subdirectory to BBpress), the BBpress profile pages stopped working correctly:
the link to a user profile does indeed end up at profile.php?ID=xx but instead of showing the user info, the page jumps into edit mode (as if trying to edit my own profile instead of viewing someone else’s). Also the submenu is no longer there.
I don’t understand how the wordpress template should affect the way BBpress profiles are shown. Any clues?
How upto date is the half a million posts and 100,000 users on the WordPress Support forums as described in the About pages – Can you give that statistic a date in time or keep it updated with a time of last update or even a pretty graph, please, pretty please.
I’m seeing this same problem in WordPress all by itself. Don’t think this is a BBpress problem but a WordPress problem. Don’t see anyone that seems to have a handle on it yet.
Not sure if anyone is reading this but it looks like wordpress and BBPress are using different ashes. I tried putting the actual hash in the Freshly_baked_cookies.php but it did not help as in: (the Real Hash is different)
define(‘COOKIEHASH’, ’16bc2175035323b2cf11e36e21a0ea32′);
Anyone have suggestions? Anyone reading this?
Did you use something like one of these two solutions to integration the cookies with the two versions you installed? The cookies are incompatible otherwise.
https://bbpress.org/plugins/topic/freshly-baked-cookies/
http://superann.com/2009/02/26/wordpress-26-27-bbpress-09-cookie-integration-plugin/
looking to match my wordpress to my bbpress.
Hi All,
Havnt seen any tutorials before doing integration, i guess thats the blunder i did..hence this problem.
Problem: Cant login to bbpress admin, after WP integration, get message that User doesnt exist. However i CAN login to my WP admin without problems.
Versions
WP :2.7.1
BBpress :0.9.0.4
What i did: from bbpress integrate wordpress section i filled out following only, nothing esle
1. Gave my WP url
2. Gave my WP blog url
3. Gave my WP secret key
4. Gave the WP table prefix as: wp –
thats all dint do anything else. and i UPDATED these details.
Immediately got logged out. and now cannot login to forum.mysite.com/bb-login.php (bbpress forum is in subdomain)
What else i did: i generated new password thinking its a password issue. No luck
Also installed Fix Admin plugin in Plugin folder of WP from Cpanel, as soon as i installed it took me to login page of BBPress, and i tried logging in, No Luck. User doesnt exist message.
Error seen on left hand TOP side of bbpress login page when login fails:
bbPress database error: [Table ‘saphruse_bbp01.wp_users’ doesn’t exist]
SELECT ID FROM wp_users WHERE user_login = ‘admin’
bbPress database error: [Table ‘saphruse_bbp01.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘admin’
Please help.
Thanks a mill.
I integrated WP 2.71 and the the bbPress v0.9.0.4.
I used the plugin to downgrade the cookies.
I no longer am able to preview posts in wordpress. I have another non-integrated blog and this is not an issue. Thus, it seems to me it is a bbPress issue.
I cannot login to both at the same time.
I want this to work but am finding the integration to be a problem. At times it makes me think WordPress and bbPress were developed entirely by seperate groups..
Hi,
I also was stuck on that for a while. I found it easier to downgrade WP 2.7 cookies with this plugin:
https://wordpress.org/extend/plugins/wordpress-26-and-bbpress-09-integration/
Just make sure you juse just the old SECRET_KEY in wp-config.php and match it to the BB_SECRET_KEY in bb-config.php
Clear your domain cookies after activating the plugin and login again. Test login/out on both installations.
Of course you mast have completed the integration steps described here:
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
Chrishajer is right. I have bbpress linked with WordPress. I don’t want the users to change their own profile with wrong email adresses or new user names.
_ck_ – where do I have to insert this piece of code???
cyclune
@PierrottorreiP
Take a good look 
It isnt even a wordpress theme!
I use the latest wordpress MU version (trunk), and just the alpha-6 version of bbPress 
Ohw, and a recent version (also trunk) from the buddypress website
first, never post your login info, mysql or otherwise on the web, now you have to change it
second this is the bbpress support forum, not the wordpress support forum
(but your problem does seem weird, there should be no error with that)
What version of bbPress and WordPress are you using?
hi guys, i downloaded the fresh baked cookies plugin to support integration with wordpress, however, if i access my site without the www. before it, i do not remain logged in.
is this a known issue? hopefully it’s an easy fix…
thanks!
Been reading these forums for over two days and not making progress.
Have WordPress 2.71 (not MU) and then BBPress .9. WordPress is installed in a subdomain http://newsedge.webjunk.com
Installed the Freshly Baked Cookies plugin to allow bbpress to read newer cookies. Both WordPress and BBPress work fine on their own.
If I create an Id with WordPress or BBPress I can log into both. Cookies are not shared. Have to login seperately.
If (after loggin in both) I logout of WordPress, then I am logged out of both. If I log out from BBPress I am still logged into WordPress.
The instructions on here are all over the place between various versions. Am thinking maybe tthere is other things that may have to be copied over from WP-CONFIG.PHP to BB-CONFIG.PHP. Could someone post something consise on what needs to be copied? Or anything else I should check?
Thanks…..
Paul