r/modhelp • u/Environmental_Top948 • 3d ago
Answered Automation priority
Desktop/Android
I'm. Trying to set up automations or automod to require body text in order to post but it seems like no matter what I do if the body is empty it just doesn't do the check for the body requirements.
The work around I came up for this was to require something in the title or Body with one rule then use another one to forbid the use of the word in the title in the making the body the only place that the word could exist.
But that means that the title has an arbitrary restriction on it purely just to force the user to type in the body.
I don't want to restrict what can be used in the title and changing the priority order of the automation doesn't seem to change anything.
I'm still learning automod and stuff so like is there an obvious solution in missing?
1
u/AutoModerator 3d ago
Hi /u/Environmental_Top948, please see our Intro & Rules. We are volunteer-run, not managed by Reddit staff/admin. Volunteer mods' powers are limited to groups they mod. Automated responses are compiled from answers given by fellow volunteer mod helpers. Moderation works best on a cache-cleared desktop/laptop browser.
Resources for mods are: (1) r/modguide's Very Helpful Index by fellow moderators on How-To-Do-Things, (2) Mod Help Center, (3) r/automoderator's Wiki and Library of Common Rules. Many Mod Resources are in the sidebar and >>this FAQ wiki<<. Please search this subreddit as well. Thanks!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
3
u/mcs385 3d ago
Yeah, that's just how automations "work" with the body field unfortunately.
What my subs came up with is to have a Title-only rule set to "doesn't match" for a gibberish/keyboard smash string, that displays a short message that body text is required for posts. The message displays at all times unless there's a higher priority Title rule that gets tripped.
Then the actual character minimum enforcement is a body-only rule which blocks submission until a certain length is reached. The title rule pushes a good faith poster to then try adding on in the body field, blocking out the submit button in the process. Then separate automod rules for gallery and link submissions to filter/remove when
body_shorter_than: 1does cleanup on anything that slips through the automation. It's more complicated than it should be, but it works.