[buddypress-trac] [BuddyPress Trac] #6123: "Signups" are displayed as members on non multisite configs

buddypress-trac noreply at wordpress.org
Wed Jan 14 19:35:19 UTC 2015


#6123: "Signups" are displayed as members on non multisite configs
-----------------------------------+------------------
 Reporter:  imath                  |       Owner:
     Type:  defect (bug)           |      Status:  new
 Priority:  high                   |   Milestone:  2.2
Component:  Members                |     Version:
 Severity:  normal                 |  Resolution:
 Keywords:  has-patch 2nd-opinion  |
-----------------------------------+------------------

Comment (by imath):

 The problem with `bp_is_user_active()` is that it also checks
 `bp_is_user_spammer()` in it. so to have the "not yet activated account"
 the checks would be something like:
 {{{
 if ( bp_is_user_active( bp_displayed_user_id() ) && ! bp_is_user_spammer(
 bp_displayed_user_id() ) )
 }}}

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


More information about the buddypress-trac mailing list