MyBB Community Forums

Full Version: Adding Newpoints into user pruning task
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2019-01-12, 07:24 PM)OmarĀ G. Wrote: [ -> ]Add a new settings (MyBB has this feature by default), then change the following:
$yesterday = TIME_NOW-86400;

To:
$yesterday = TIME_NOW-(86400*(int)$mybb->settings['YOUR_IDENTIFIER']);

[Image: JsNSnvh.jpg]

I would create a custom group for custom settings myself.

So the time would be added in like days? for example, last month would be "30" in numeric field?
With the example code I have been providing you with, yes, it would be in days.
Pages: 1 2