Actually not sure where to disable it in database - just checked.
But with CSS you can remove it easily by adding this to css-file:
#menu li.ui-menubar-item:nth-child(2) li.ui-menu-item:nth-child(3) {
display: none; }
This checks from menu item 2 (Rooms) and under there menu item 3 (My
Rooms) and hides it.
Ravi T kirjoitti 2014-03-28 11:05:
Thanks. I am not very familiar with OM architecture. Could you guide
me on which CSS files/database tables to edit.
Regards,
Ravi.
On 28-03-2014 14:32, [email protected] wrote:
Ravi, You can hide that menu item for example with CSS or from
database.
Ravi T kirjoitti 2014-03-28 10:54:
Extending Henri's question further, is it possible to remove the "My
Rooms" option completely? I would like to create specific rooms
within
the usergroup and allow users access only to these rooms. In other
words, I should not let users access the two rooms available by
default as "My Rooms".
Thanks for your help.
Regards,
Ravi.
On 28-03-2014 13:56, [email protected] wrote:
How to create only one My Room for new users? As default it creates
two different My Rooms:
My conference room (for 1-16 users)
Users 0 / 25
My webinar room (for 1-120 users)
Users 0 / 150
How to set it to create only one room?
Thanks!