XF 1.5 Purge - Soft Deleted Threads/Posts - Cron Task Request

DieselMinded

Well-known member
I wish to purge all soft deleted threads/posts on my site can someone give me a cron task to run to accomplish this
 
I wish to purge all soft deleted threads/posts on my site can someone give me a cron task to run to accomplish this

I suggest installing the Show Deleted add-on located here:

https://xenforo.com/community/resources/show-deleted.2387/

It allows hard deleting threads and posts. Normally the add-on is run manually once a month or so so you can review which thread and posts have been soft deleted. However if you wish to run the two hard delete functions in a Cron Job you can do that. Just add this to your Cron Job in cPanel.

http://{your domain}/posts/deletecontent?type=posts

and

http://{your domain}/posts/deletecontent?type=threads
 
Top Bottom