Search Results for '\"wordpress\"'
-
Search Results
-
Okay, I’ve installed WP 2.8 (beta1) and bbPress RC1. It appears to be integrated together. Except the obvious: my wordpress site has no link for my visitors to click on to go to the bbPress forum. Should I create a “page” which (somehow?) redirects to the bbPress forum? i.e. so that it appears in the middle column of my WP theme?
Thanks,
~Andrew~
// I tried posting this to my original thread “Missing form field ‘user database password’ during installation” but your system said the topic had been closed (?). Nor could I edit my original posting//
Further…after I tried to proceed, it showed an error (that it could not connect to the database…which you’d expect given that it didn’t have the password). However, after going back to the step 2 page, it showed a condensed version of the page, with tick marks in the various check boxes – the only way to see the data I had entered before was to untick each box and then put the tick back into each.
~Andrew~
Original posting from other thread:
Hi,
I am installing the RC of bbpress and got to near the bottom of step 2, where I need to enter the wordpress database information (it is in a separate database). There is no field on the form to fill in the ‘User database password’ (under the ‘Separate user database settings’ banner).
~Andrew~
Hi,
I am installing the RC of bbpress and got to near the bottom of step 2, where I need to enter the wordpress database information (it is in a separate database). There is no field on the form to fill in the ‘User database password’ (under the ‘Separate user database settings’ banner).
~Andrew~
Topic: Site Wide Login
i have installed bbpress in the root directory itself! now the problem is i want a user to login from a different page say index2.php and before getting redirected to the forum’s mainpage i.e index.php he should be redirected to index3.php. All the 3 index pages are in the root directory itself.
Basically i need a login box on the mainpage of the website and then after being logged in the user should be redirected to the backend of the website! Not the forum mainpage. The forums have been installed in the root directory so as to overcome the problem of bbpress not being able to share cookies over sub directories apart from wordpress! I use the database of the bbpress itself still haven’t got any success!
Hoping for a quick response!
Thanks!
Vipul
I’ve just synced cookies on bbPress 0.9.04 and WordPressMU for the second time. I’ve read a few places that it doesn’t work or is difficult, so I wanted to share my solution. It’s really very easy. I wrote it up in a blog post:
http://www.callum-macdonald.com/2009/05/17/bbpress-09-and-wordpressmu-27/
It was remarkably simple (at least to me) to get it all working. Summary of steps:
1) Set all _KEY values to the same in WordPress and copy to bbPress.
2) Repeat for _SALT values.
3) Set COOKIE_DOMAIN and COOKIE_PATH
4) Settings > WordPress Integration > Show manual config settings, copy into bb-config.php.
5) From 4, change the authcookie value to wordpress_logged_in_
Step 5 won’t work exactly on WordPress standalone because it uses a hash in the cookie name. You can probably check the WordPress cookie in your browser and set it manually. Or maybe it’ll “just work”.
Then I whipped up a plugin to set / unset the other 2 WordPress cookies on bbPress login / out. It only works for WPMU right now. Somebody could probably improve it to work for WordPress. Code here:
http://www.callum-macdonald.com/download/wpmu-cookies.php-0.1.zip
This might be useful to somebody…
I just launched my site on WordPress and am loving it. http://kingscast.net (We’re about 98% complete with integration)
I also launched our bbPress forums site found at http://kingscast.net/forums – custom theme but playing around with integration of plugins, etc.
I’d appreciate any feedback! Thanks!