[buddypress-trac] [BuddyPress] #5114: BP User Query / Alphabetical sort - All Members tab count and spammers
buddypress-trac
noreply at wordpress.org
Mon Dec 2 20:40:30 UTC 2013
#5114: BP User Query / Alphabetical sort - All Members tab count and spammers
-----------------------------------------+------------------
Reporter: imath | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.0
Component: Members | Version: 1.8
Severity: normal | Resolution:
Keywords: has-patch reporter-feedback |
-----------------------------------------+------------------
Comment (by imath):
Hi Boone,
Thanks for the patch :)
Just tested it in WordPress 3.8-beta1 - Multisite on. I've created a user
in a child blog. I've logged in the main site where BuddyPress runs with
the new user's credentials. Then as a Super Admin, i've went to front end
user's profile to mark him as a spammer.
I've tested the patch, and i confirm a user marked as spam is no more
displayed when alphabetical order is selected in the members directory.
But, i've noticed a strange behavior. I need to explore a bit more why
it's happening and may submit a new ticket later.
In short :
if i mark a user as spammer from the front end
(site.url/members/user/settings/capabilities/) and i unspam the user from
the WordPress Network Administration screen for users using the bulk
action then the user seems to be unspammed from this screen.
But logging in with the user is forbidden as he's still consider as a
spammer. The SuperAdmin needs to go to user's profile on front end
(site.url/members/user/settings/capabilities/) to unmark user as a spammer
to finally let him log in.
When marking a user as spammer
- from Front end : $wpdb->users fields 'user_status' and 'spam' are set to
1
- from WordPress Network Admin users list : only the field 'spam' is set
to 1 in $wpdb->users
When unmarking a user as spammer
- from Front end : $wpdb->users fields 'user_status' and 'spam' are set to
0
- from WordPress Network Admin users list : only the field 'spam' is set
to 0 in $wpdb->users
i'll check with WordPress 3.7.1
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5114#comment:9>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list