Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP Avatars in bbPress


Burt Adsit
Participant

@burtadsit

Remind me again what isn’t happening when you do bbGroups import all. I’m getting sidetracked by details.

The *all* users option doesn’t work? You can see what the params to the xmlrpc method call by changing $client->debug = false; to true in oci_bb_xmlrpc_query(). Then in the fn oci_bp_group_forums_import() there is a debug line under the query call. Change that to just die();

Both of those fns are in oci_bb_group_forums.php on the bbpress side.

What you’ll see are the params to the method call: username, password and ‘1’ for all users. Underneath it will display the xml result that you get back. One long string with all the groups and user data in xml format.

Skip to toolbar