Support Forum
Yes, the plugin selects ALL users who have not posted /commented EVER, regardless of their registration date and the offset given.
See the screenshots in this post, I don't want to delete members who have just registered and haven't had time to post. So I thought I'd give them 60 days so the plugin would select only members who were registered at least 60 days ago.
The plugin selected every 'zero poster', including members who only just registered.
If that offset doesn't mean "registered since X days or more" but "have not posted for X days or more" you could be removing members who usually are active, but (in my case) are mid-ocean and can't post for a couple of weeks ...
no, the date compare is only done on the registration date... and have never posted... if they have ever posted, they wont be eligible for spam removal...
so for a user or two that you think were registered less than the time period specified, did you do as requested and check their actual registration date in the wp users table? the user_registered column...
Visit Cruise Talk Central and Mr Papa's World
Well this needs trying anyway...
In the file /ahah/sp-spam-reg-ahah.php
starting at line 73 s this block of code:
if ($badusers) { $candelete = false; $found = false; foreach ($badusers as $baduser) {
I think we need to re-arrange that so that is becomes:
if ($badusers) { foreach ($badusers as $baduser) { $candelete = false; $found = false;
Think that might be the root of the issue you are seeing...
YELLOW
SWORDFISH
|