最近の検索
最近の検索はありません
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