- Compatible XF Versions
- 1.3
- 1.4
- 1.5
Purpose
Based on one or more custom textual rules, this plugin searches threads by criteria like
Explanation and examples how to write the rules can be found in the options page of the plugin. It's not hard, but please read it carefully. A wrong rule can eg. move all threads or your site to a single subform, without an easy way to revert it.
About logging:
This plugin makes no entries in the moderation log. If configured, the affected thread IDs of the last daily execution can be logged to a file, in the directory where the PHP files are. It can be viewed over FTP/SSH/... there. Note that it will overwrite the last file every day.
The plugin makes no structural DB changes.
Installation
Based on one or more custom textual rules, this plugin searches threads by criteria like
- Forum ID
- Locked/open state
- Sticky state
- Soft-deletion state
- Thread prefix
- Age of last post in days
- OP user groups
- OP user ID
- and/or arbitrary combinations
- moves them to another forum
- lock/unlock them
- stick/unstick them
- soft-delete/undelete them
- assigns another prefix to them
- and/or arbitrary combinations
Explanation and examples how to write the rules can be found in the options page of the plugin. It's not hard, but please read it carefully. A wrong rule can eg. move all threads or your site to a single subform, without an easy way to revert it.
About logging:
This plugin makes no entries in the moderation log. If configured, the affected thread IDs of the last daily execution can be logged to a file, in the directory where the PHP files are. It can be viewed over FTP/SSH/... there. Note that it will overwrite the last file every day.
The plugin makes no structural DB changes.
Installation
- Upload the "Sheel" folder to library/ of you Xenforo installation and install the XML file in the ACP.
- Go to the option page and read the explanation of the rule syntax, and how to test rules before actually executing them. The remaining steps should be clear then.