Iâm not sure what you mean by âsorting outâ but this might be the droid youâre looking for Discourse-automation
even if sign-up is not in the Available triggers list⌠but I guess maybe sign-up is also user added to group TL0 ?
The Custom Wizard Plugin looks promising. Iâll have time to try it out next month!
It looks like a wizard could be triggered straight after the user signs up, allowing notification levels to be set per category.
The plugin also allows a user to be added to a group. Iâm not entirely sure how Discourse groups work, or how the plugin works with a private group (not publicly visible and/or users canât join freely) - maybe it sends a group request. Alterernatively, the plugin allows a private message to be sent, so I could use this as a group request.
I donât believe this is currently possible using Automation. However, I think we do have a new API endpoint that can now allow an admin to set a userâs notification level, which may be of some use:
(Though if theyâre added to a group automatically, you can also set the group default notifications for categories and tags and set them that way?)
You can use the âAdd user to group through User Custom Fieldâ automation script, and then set up the âCategory default notificationsâ for the groups as you see fit.
Thank you. I will look into that. It does have the disadvantage of potential confusion when people change their notification settings but remain in the original group.
The Automation plugin is now bundled with core, but itâs still the same plugin. Having a quick look at the current scripts and triggers it doesnât seem like anything new has been added to help with this.
Though the ability to set default notification levels for groups is still a core feature you could leverage, especially alongside the existing Automation for âadd user to group through user custom fieldâ (I think youâd need to use a separate custom field for each group).
Did you try that out? And if so, what were the problems you found with it?
For this, rather than muddying things with custom fields, groups, automation, etc, would sending the new users to the /categories page after signup be an option? Using this theme component Categories Tracking Toggle I think you should be able to add the category notification level option to the categories there, and they can go down the list and pick what they want.
You may need an extra info banner on there too somewhere to provide a prompt.
This reminds me of the Mute all categories by default setup, where people would need to choose some categories to unmute/watch/etc to avoid getting a blank latest page. I donât think itâs a particularly common setup, but there may be some topics knocking about with tips on how they handle it?