I know there can be custom user fields, but is there any way of sorting out group requests and category watching from the signup form?
(Either the normal Discourse signup form, or using a plugin, or separately using the API?)
Thanks.
I know there can be custom user fields, but is there any way of sorting out group requests and category watching from the signup form?
(Either the normal Discourse signup form, or using a plugin, or separately using the API?)
Thanks.
I guess there might be two possibilities.
A Discourse plugin that changes the sign up process.
A separate script that uses the Discourse API to sign up and simultaneously make a group request and/or watch certain categories.
I’m pretty sure it’s not possible using the standard settings.
Am I on the right track? Thanks.
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 ?
I believe this plugin will work.
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’ll look at Discourse Automation too.
Thanks to both of you.
Your welcome. If you figure out a template for first time set Up for users to pick categories let me know haven’t had much time to dig deep.