• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Delete 0 posters

Xenforo use a factory method to create the mail instance (XenForo_Mail::create )
You should change $mail = new XenForo_Mail(' to XenForo_Mail::create so we're able to manipulate the mail object:)

thx
You are talking to me, ragtek? :D
 
Would it be possible to send a mail to the users going to be deleted?
And are banned members deleted?
 
Just because I'm slightly scared to click the button, will these options delete any user (10 of them) with 0 posts who registered 90 days or more ago?

If I change "Maximum Deletions" to 0 - it should delete all of them based on the above criteria?

Screen Shot 2011-09-15 at 17.06.10.webp
 
Just because I'm slightly scared to click the button, will these options delete any user (10 of them) with 0 posts who registered 90 days or more ago?

If I change "Maximum Deletions" to 0 - it should delete all of them based on the above criteria?

View attachment 18792

I think it will eventually delete all of them anyway but by setting to 10 it will only delete that many at once... this should stop your server becoming overloaded if it suddenly finds thousands of records that it needs to delete, if it only deletes 10 every (not sure how often the cron is set to run) then it is a lot safer! Could set to a higher number though!
 
I've downloaded the second version (Floris) but the system doesn't work. Am I missing something?

MNfCr.png
 
Top Bottom