- Compatible XF Versions
- 1.2
- 1.3
- 1.4
- 1.5
Description:
When a ban is issued, a new thread is automatically created for staff members.
(Example of Ban Thread)
(Example of Options page)
Features:
Q: Can I run the Cron manually to test?
A: The way the code is written it is best to wait for the Cron to run automatically. The Cron runs every 10 minutes.
Q: Where can I get information on the PHP date format?
A: From this link:
Code:
http://php.net/manual/en/function.date.php
When a ban is issued, a new thread is automatically created for staff members.
(Example of Ban Thread)
(Example of Options page)
Features:
- Ban Threads are created every 10 minutes by Cron Entry.
- All phrases start with banthread_ for your convenience.
- Download banthread_v1.2.zip and unzip it.
- Upload the Andy directory to your server, the correct location is library/Andy directory.
- From your Admin Control Panel, go to the Install Add-on page.
- Upload the addon-BanThread_v1.2.xml file.
- Click the Install Add-on button.
Q: Can I run the Cron manually to test?
A: The way the code is written it is best to wait for the Cron to run automatically. The Cron runs every 10 minutes.
Q: Where can I get information on the PHP date format?
A: From this link:
Code:
http://php.net/manual/en/function.date.php