Hi, would it be possible to add the number of orders of the users and eventually the user role?
This would be very helpful for the ones of us that run woocommerce.
Thank you!
]]>Please consider putting a time frame, preferably set by the user. So that we allow the new users to wait a while before placing an order.
Thanks for listening.
]]>It would really be useful if you upgraded your plugin to also consider custom post types, since many use this on their WordPress installation.
I found a SELECT which may in part be useful and this doesn’t care at all about the post types.
SELECT ID
FROM wp_users
WHERE ID NOT IN (
SELECT DISTINCT post_author FROM wp_posts
) AND ID NOT IN (1,2,3)
Hi,
please use $wpdb->users instead of {$tp}users in query because of CUSTOM_USER_TABLE.
Same in usermeta – $wpdb->usermeta instead of {$tp}usermeta – CUSTOM_USER_META_TABLE.
Thx,
Radim
]]>I would like to delete users and any meta in the tables for those who have never created any bbPress topic or reply.
Forums posts are not counted the same as blog posts so they can’t be filtered at this moment.
I would love to have that option so I can clean my giant user list of inactive accounts with 0 forum activity.
Thanks in advance.
]]>would it be possible to add a ‘no comments’ criteria to this plugin? would make it perfect ??
]]>Please add to a delete user page ‘Comment Count’ sometimes users only comment but dont add posts
]]>tryin to kill 100,000 spam users who have not posted….
your plugin cant cope
no pagiantion, or ability to send command to database
]]>Hi!
Does this plugin recognize posts in the bbPress 2.x forum as posts, or is it just wordpress posts?
I want to delete users that have no forumposts or wordpress posts. If they have one or the other, I want to keep them. Will your plugin work for me?
]]>Hi, I want to know if this plugin recognize post types as posts. Thanks!
]]>