How to disable the "Create Room" button on the homepage #4869
-
How can I disable to CREATE ROOM button on the homepage ? It creates a lot of expensive data storage and is confusing for the members of my community. Is there a simple way to just hide the Create Room button on the homepage? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You probably want Disable room creation in Setup > App Setting in the administration pages: |
Beta Was this translation helpful? Give feedback.
-
But in the case the selected creators can't create rooms. And I also can't make them Administrators of my system. I was hoping I can simply hide the button. |
Beta Was this translation helpful? Give feedback.
-
If you have your own Hubs Cloud you can hide the button. It's here in the code. You might be able to hide it using CSS if you inject it into the page header via Setup > Server Settings > Extra Homepage Header HTML. This would mean no source code changes. |
Beta Was this translation helpful? Give feedback.
If you have your own Hubs Cloud you can hide the button. It's here in the code.
You might be able to hide it using CSS if you inject it into the page header via Setup > Server Settings > Extra Homepage Header HTML. This would mean no source code changes.