Different restrictions for help center and community | Community
Skip to main content

Different restrictions for help center and community

  • July 29, 2024
  • 1 reply
  • 0 views

If the entire help center is restricted to signed in users only, is it possible to allow your Gather community to be accessible to everyone? I would like to only require users to sign in to post, comment or react.

1 reply

Antonio17
  • August 2, 2024
Hi there,
I believe that's not possible as there is no setting in guide admin access panel to differentiate the 2 access.
 
I think it might be possible via coding though, like using a custom javascript code to show or not the element if:
 
{{#if user.signed_in}} 
 
I hope that helps a bit.
 
Best,