Forum Replies Created
-
In reply to: wp integration cookie does not work
LizFilardi, doesn’t sound like it has to do with integration. Reinstall bbpress and test it out first before integrating.
In reply to: Search is broken after WP integrationThe search sucks even before the WP integration. If you search for “Search is broken after WP integration” it will be the second result. If you search for “Enable Avatar” it will be the fifth result.
In reply to: wp integration cookie does not workWPMU is a little different
Try these steps.
https://bbpress.org/forums/topic/login-integration-issues-bbpress-and-wordpress-mu#post-62274
Someone I was helping said that php5 must be used.
In reply to: Cannot logout of WordPress due to cookiesWhat did you do to integrate, which instructions?
In reply to: Finally! bbpress/wordpress integration!Someone brought up it that their host was using php4 and it should be php5. It caused you to log out when switching from WP->BB or BB->WP.
In reply to: Thanks pluginIs it just like Best Answer? https://bbpress.org/plugins/topic/best-answer/#post-3445
In reply to: WordPress to bbpress themeIt’s not straight forward. You can’t have a step by step instructions and have it work for every theme. That is why you never find anything. All the themes I made work with WP are different procedures.
In reply to: WP Integration IssueIn reply to: wp integration cookie does not work1. Shut off your caching plugin first.
2. You didn’t follow #8 correctly. “define(‘COOKIEPATH’, ‘/’ );” should be after
?php
if it doesn’t work email me (on my profile)
In reply to: How to integrate with WP? Instructions not clear.In reply to: Help! Cannot integrate with WPThe website where you “purchased” the template has the location where you can find the answer at the bottom.
http://www.pagelines.com/themes/iblogpro-forum/
which points to:
https://bbpress.org/documentation/integration-with-wordpress/#func
(the instructions are in the last paragraph)
In reply to: Matsuri.maoi.se – WPMU>BP>BbPress integratedIn reply to: Login Integration Issues – bbpress and wordpress mubakercad, another issue I ran into last few days was when you choose subdomain as a MU options.
site.com/blog1 works well
blog1.site.com sometimes does not work
I haven’t found a solution that works so far.
or use this… https://bbpress.org/plugins/topic/disable-display-name/ and just have the login name.
A few months ago I had problem with reCaptcha activated on both “software” try deactivating bbpress’ one then try it after chrishajer’s link.
In reply to: Problem with WordPress integrationWhat version of the softwares and how did you integrate it?
In reply to: Warning: extract() class.wp-users.php on line 506@Ben L. Thank you! It was “User Roles Table for bbPress” it was installed, activated but not “on”. Once I turned it “on” it worked.
In reply to: bb-attachments problemsAccording to my set up the folder has to be one level above the bbpress folder. You have it on the same level as the bbpress folder.
In reply to: Approving UsersIn reply to: Making Forum Tab hilited when viewing forumthindery is no longer using bbpress.
Casemon, it depends how you integrated the theme. Are you using BBpress’ header.php or WordPress’ header.php?
In reply to: Login Integration Issues – bbpress and wordpress mu# 1
WordPressMU user integration with bbPress
1 When installing wordpressmu/bbpress do NOT use “www.” Example: use http://bbpress.org not http://www.bbpress.org and use the same database. You do not need to change the prefix, I prefer you don’t because you’ll run into problem later.
2 Make sure bbpress is in a folder in wordpress. example: wordpress/bbpress/ not on the same level.
3 The folder does not have to be named bbpress, most people make it “forum” or “forums”.
*After successfully installing both programs open wp-config.php file (in the wordpress folder). Around line # 45-# 48 you’ll see define(‘AUTH_KEY’…. go to this URL (https://api.wordpress.org/secret-key/1.1/salt) and get the EIGHT keys and REPLACE the FOUR keys that are there. Save and upload. Keep the file open for now.
4 Open bb-config.php (in the bbpress folder) do the same thing here. With the SAME keys you put in the wordpress file put in the bb-config file around line # 41-45. You have to add BB_ to the front of the names. Example: BB_AUTH_KEY to all eight. Save and upload. Keep the file open for now.
5 Clear your cache on your browser. Log into your bbpress dashboard and go to Settings->Wordpress Integration-> WordPress Administrator should be keymaster. Every other option should be member for now. WordPress address (URL) should be the URL again NO www. Blog address (URL) the same as before. The last 3 should be LOCKED if not repeat the steps 3&4.
6 Login to your wordpress dashboard. Go to Plugins->Add New-> search for “bbPress Integration” it should be the first one. Install it and activate.
7 Go to Settings-> bbPress Integration. Enter the bbPress URL without the www. Your plugins URL leave blank. Check WordPressMU. Click on Save Changes. On the bottom box you’ll see some text copy it. Most likely it will say
define( 'COOKIEHASH', 'xxxxxxxxxxxxxxxxxxxxxxx' );
define( 'COOKIE_DOMAIN', '.xxxxxxxxx.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );8 Paste the all FOUR lines in wp-config.php file around line # 16 (MUST be on top. Don’t know why) and paste the LAST THREE (leave out cookiehash line) in bb-config.php in line # 13 (Must be on top). Save. You can delete the plugin, it’s no longer needed.
9 Clear your cache on your browser and you’re done.
Known Problems
*Two different database, one for WP and one for BBP, does not always work.
*Changing the database prefix. There are tutorials out there that tell you to do it, just don’t.
*Hosting companies that offer free databases, have buggy databases.
*BBpress not being in WordPress folder. I don’t think the plugin takes that into account.
*When you upgrade from an older version (wordpressmu/bbpress) the XX-config.php files are different than what you already have. Check wp-config.php against wp-config-sample.php & bb-config.php against bb-config-sample.php should be fairly simple.
In reply to: 3 topics I can't find the answers to4. log into your bbPress dashboard. Click on options. Look for bbPress address (URL) and change the address. Click save page. You WILL get an error. Leave the page open. Sign into your FTP and rename the folder to forum. Go back to the page and click refresh. If you did it right it will ask you to login again.
Your integration settings need to be updated.
In reply to: bbPress IRC Transcript 12/9/2009Thanks!
Wow, I never paid attention to the “blog” section. Same discussion that’s going on here.
I think just pulling one of the top requests out of a hat and just start working instead of the constant babble. I think the end result will be the users will be happy even if they didn’t vote on it. I really wish I can help aside from just requesting stuff. I don’t know PHP just have ideas.
That’s 1600 EST right or am I doing it wrong?
In reply to: bbPress IRC Transcript 12/9/2009I hate to bring up this post again but what happened to “the next meetup on IRC will be Wednesday 16 December 2100 GMT irc.freenode.net #bbpress” did that happen?
In reply to: wp integration cookie does not work@nickstevens, welcome, I’m glad I can help.
@chrishajer, it works, now what?