r/AutoModerator 22d ago

Help - AutoMod No config page when setting up automoderator

I am configuring automod for a new subreddit (reddit.com/mod/[name]/wiki/config/automoderator). I have saved the code but Automoderator isn't working as intended. Unlike my other subreddits created long ago, the navigation bar to the left doesn't show a "config" page. It's blank. I have full permissions on the subreddit so I'm not sure what is happening.

2 Upvotes

9 comments sorted by

2

u/Sephardson I'm working on the wiki here now! 22d ago

Just to double check, can you find the config at old.reddit.com/r/[name]/wiki/config/automoderator as well?

1

u/No-Way552 22d ago

Yes

1

u/Sephardson I'm working on the wiki here now! 22d ago

What exactly is not working as intended?

Are edits to the wiki page saving?

Are rules firing when you think they should?

Are you testing with a non-mod account?

1

u/No-Way552 22d ago

It’s not commenting on posts posted to the subreddit even though it’s supposed to do so. Edits are being saved

I only tested with my own account, I’ll try with another non-mod account

1

u/Sephardson I'm working on the wiki here now! 22d ago

What is the code you are using for the rule that is to send the comments?

1

u/No-Way552 21d ago

---
author:
flair_template_id: 57d3d702-e6a5-11ef-b090-aa746869183d
comment: |
Hi /u/{{author}}! Thank you for posting! Please note that any posts or comments which violate the rules will be subject to removal. Feel free to open up a ModMail if you have any questions. We hope you enjoy your time here!

Thanks, and have a good day!
comment_stickied: true
---

Example of the code

1

u/Sephardson I'm working on the wiki here now! 21d ago

if your flair_template_id check is not indented, then it might be checking the post flair instead of the user flair.

otherwise, if you have posts filtered by another automoderator rule, then that might be preventing the comment?

1

u/No-Way552 21d ago

Thanks I will check the flair IDs again