최근 검색
최근 검색 없음
Different restrictions for help center and community
2024년 7월 29일에 게시됨
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.
0
1
댓글 1개
Tony
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,
0