How to disable create community buttons or change user role?

How is it possible to prevent user from creating their own communities in UIKit4?

I would like to disasble this. Have tried to find a way to change the Global User role. But it seems the global role: User - is not present in the the roles list in the console.

Also on the current rols I cannot see a possibility to disallow creating community?

How do I change user role global to not allow community creation?

Hello @LovyDev , You can handle this on the FE side in UIKit4.
For your use case, we suggest hiding or disabling the “Create Community” entry point (button/menu) for regular users in your app shell, since the default global “User” role isn’t exposed for editing in the console and there’s no built-in toggle to deny community creation.

If you have further questions, feel free to reach out to us.

Could you provide an example of how to do this?

Hello @LovyDev , Our team suggests forking UIKit and adjusting the frontend to hide/remove the “Create Community” button, since this can’t be disabled via roles or console settings.

We don’t have sample code for this subjective use case, but if you run into issues, we’ll be glad to guide you in the right direction.

I am facing the same issue for my client’s website ok a streaming website https://cinemahd-apk.com/

I also want to prevent user from creating their own communities in UIKit4. Have you resolved your issue yet?

Please guide me I truly appreciate your efforts. Thanks in advance.

Hello @John, this is not an issue but rather part of our product design. Since our UIKit is open source, you can freely modify it to fit your requirements. Please refer to the solution we shared in the previous conversation for guidance.