Disable some of the community features for regular users on the UI Kit

We are using the TypeScript SDK UIKitSocial. Our use case is as follows:

  • Within our app users will be creating a program; upon creation we will initiate a community creation in Amity Social
  • We will also add users using the Amity APIs to those community
    Hence, we to do the following on the Social UI Kit:
  • Hide the explore option
  • Hide the create community button
  • Disable users to “Leave the community”

Also change the look and feel so it matches our theme

If documentation exists please point me to one as I was unable to find anything there.

Thanks.

In that case, our Web UIKit open source would be more suitable for you comparing to the one in the npm package. You can fork the code from this repo and customize the code base on your business requirement. Here is the link to the repo(GitHub - AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource).

1 Like