[buddypress-trac] [BuddyPress Trac] #5367: WP Admin BuddyPress profile when BuddyPress is not network activated

buddypress-trac noreply at wordpress.org
Thu Mar 27 00:02:42 UTC 2014


#5367: WP Admin BuddyPress profile when BuddyPress is not network activated
-----------------------------------+------------------
 Reporter:  imath                  |       Owner:
     Type:  defect (bug)           |      Status:  new
 Priority:  high                   |   Milestone:  2.0
Component:  Administration         |     Version:
 Severity:  normal                 |  Resolution:
 Keywords:  has-patch 2nd-opinion  |
-----------------------------------+------------------
Changes (by imath):

 * keywords:  has-patch 2nd-opinion needs-refresh => has-patch 2nd-opinion


Comment:

 Well, i'm afraid it's still very complex. In 5367.03.diff i'm using a new
 WP_Liste_Table to list the members that have no role on the blog. To do so
 i get an id list of blog users with a role that i use as an exclude
 argument to {{{bp_core_get_users()}}}. I think the id list should not be
 that huge as the problem is precisely that registered members are not
 attached to the blog. But as in Administration i need the spam users, i
 have to hook to  'bp_pre_user_query' in order to include them..

 I've tested the patch on this particular config (BuddyPress not network
 activated) and it's working. Then i've tested it on regular config and
 multisite one where BuddyPress is network activated to check for an
 eventual regression and didn't find it (which is nice :) )

 I'm really hesitating about it, as it remains a complex patch for just
 making sure this config will be able to use the wp-admin/profile for all
 members.. What do you think ?

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5367#comment:13>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list