Search Results for 'bbpress'
-
Search Results
-
Dear All,
Please let us know whether we have facebook friend connect or open id support available in new BBPRESS.
Thanks alot for your time to providing wondeful forum software…
phani
Topic: Adventure Canoe Forum
This thing is pretty pimp. I am using bbPress with a sort of modified Kakumei theme. I also pimped it out with the tinyMCE editor and a bunch of plugins from _ck_ as well as some stuff I wrote myself.
Check it out and post something to make me look popular.
-James
Hi all, is there any easy way to add a youtube video to a bbPress 1.0.1 topic?
I have tried the admin can post anything plugin, but it doesn’t seem to work.
Its just not working! Please help.
define( 'BB_AUTH_SALT', '' );
define( 'BB_LOGGED_IN_SALT', '' );
define( 'BB_SECURE_AUTH_SALT', '' );
define('BB_NONCE_KEY', '');matches it wp-config equivalent (with values obviously).
Used the bbPress Integration plugin to get new values for the wp-config file and entered them
/*** bbPress integration ***/
define( 'COOKIEHASH', '998c6cb0a1fda1b22e40b1a75220d390' );
define( 'COOKIE_DOMAIN', '.www.MYSITE.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );
define( 'WP_AUTH_COOKIE_VERSION', 1 );I have checked through all the settings in bbPress WordPress Integration settings (in bbPress) and they all look correct.
XML-RPC is enabled.
I have seen that oterh people seem to be able to get this working. I have followed a few of these guides, but still can’t get it to work.
Would be great if you have any ideas! Thanks!
Topic: Step two questions
I am setting up bbpress with WPMU intergration.
A couple of things are not so clear.
1. In cookie settings under WordPress “logged in” cookie salt it asks for a setting of “logged_in_salt” and gives a URL to my admin options to get it – onlt it isn’t on that page at all which is confusing. It says If you leave this blank the installer will try to fetch the value based on your WordPress database integration settings – which I can only hope it will.
2. Then in Show advanced database settings I came across something I had not know or considered. Can I give the forum the same database as my WP and enter the same settings in the set up? I have set up another DB for bbpress but it would seem to make sense to share the membership. Is it too late to change the DB here if so?