Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugins for WordPress integration

I just realized that there was information regarding a person with an external database. My wordpress database was different than my bbpress database. So I needed to add the following information

// This is the information about wordpress database. bbPress will look for users in this database

define(‘USER_BBDB_NAME’, ‘wordpress_database’);

define(‘USER_BBDB_USER’, ‘wordpress_database_username’);

define(‘USER_BBDB_PASSWORD’, ‘wordpress_database_password’);

define(‘USER_BBDB_HOST’, ‘localhost’);

The problem is now that I don’t have admin privileges at bbpress.

Skip to toolbar