Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP Avatars in bbPress


Burt Adsit
Participant

@burtadsit

Mornin’ John.

I’ve got my system setup to use deep integration now. This way in bb-config.php:

if (file_exists(‘../wp-blog-header.php’))

require_once(‘../wp-blog-header.php’);

else

if (file_exists(‘../../wp-blog-header.php’))

require_once(‘../../wp-blog-header.php’);

Very first thing under the comment block in that file. I’m also using your code to fix the require_once() problem on both sides.

I deleted *all* the meta data that bbGroups puts into bbpress meta and wp user meta tables. Started completely from scratch. Configured bbGroups to use the utility user and password that is setup in the bp group forums side.

Imported all my test groups and users. Both all users and just users who belong to groups. I get the proper numbers and data. I don’t have 100+ users but that shouldn’t matter. If Andy was going to try and import the 500,000+ users from wordpress.org I’d be worried about the amount of data getting generated.

I don’t think I have to worry about that scenario right now. :)

I’m not having any problems importing even with deep integration. Lemme know what you find on your side. I have to do some running around today so I’ll be gone till this afternoon. I’ll check back in then.

Skip to toolbar