hi i have a question :
We want to use the Discourse Policy plugin to : force first-time users to accept Terms of Service (ToS). Requirements:
- If they don’t accept → they cannot use the forum (only see ToS page)
- When they accept → they can use the forum + get a “ToS” badge
my solution was to create a new subject and within i added this :
[policy group=trust_level_0 reminder=daily add-users-to-group=tos_accepted accept=“I Accept Terms” version=“1”]
By clicking “I Accept Terms”, I confirm that I have read and agree to the Terms of Service.
[/policy]
but if a new user logs in the policy doesn’t show up at all and he can do whatever he wants we want only if he click on “Accept” to be able to access our page . how to do that and thanks