-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vanity/Nice URL for rooms? #1057
Comments
I'm imagining the random uid is generated here: Line 87 in a825267
Lines 99 to 102 in a825267
It seems that it's then used properly through the model everywhere, so that must just be a nice URL for RoR to play with? And if we change that, it should have no impact on previously created rooms. Could be: sort of name-chunk for the name of the room, or a function to make the room name url compliant by default? |
Not at the moment. Allowing the users to set their own room ids is tricky from the user experience point of view. It wouldn't be too hard to implement, but I'm not sure if this is something we would want to do.
Yes that's correct
Not necessarily. The uid could be set to anything as long as it's unique. We originally chose to use that format and just never thought about the idea of changing it |
OK, it has been pointed out at least once, but I get it, let's not worry about it for now! |
I would second this request; it’s a common feature in other conferencing services. Sure, it’s very low priority, but the issue should be left open as long as it’s requested by users and not addressed (either by implementation or a WONTFIX/note in the documentation). |
OK, let's keep it open then! I'll look into it, there are ways to do that nicely I'm sure... |
Wanted to ask the same question. :-) If there are doubts about allowing users to change room names, how about making it an admin feature? |
I also ask for a primary school. The link is very easy to share via email but not every student gets the email on his mobile phone. So they have to type in the code. Is it not possible to have a word generator? Something like tree house, plant house, house stone, tree green. Just meaningless any words. |
Just a heads up, this can be done manually at the moment. Running the commands below while replacing CURRENT_ROOM_ID with the current uid (eg ahm-a13-123) and NEW_CUSTOM_ID with the new uid you want (eg test-room) will change your url from https://greenlight-hostname/b/ahm-a13-123 to https://greenlight-hostname/b/test-room docker exec -it greenlight-v2 bash |
Thanks for that suggestion! Appreciated. We will try it. Would be nice if it could be added to the (perhaps admin only) user interface though. |
This is a perfect workaround until a decision is made on doing this from the frontend! Thanks. |
Is this work for rooms with non-english lang naming (CUSTOM_ID)? |
I custom room names would be superhelpful (even if not high priority). Not sure why it would be tricky or complicated to get the UX right? By default rooms get a random url. Add a button 'Customise URL' (simliarly to the access code button) and once clicked allow users to set a custom url. |
That comment was made 3 months ago before the introduction of some of the intermediate things that was required to get this. The first step (which was done in 2.5.5 or 2.5.6) was to make room options configurable by admins. Since this is a feature that would need to be configurable, I had to wait until that was done before I can take a look at this |
Hi, I'm available to get back on that, so I'll get back at the drawing board, unless there are some development regarding this feature? |
Hi @gilou. Any update on this? The feature would be so welcome :-) |
Hi, not at all… I can start drafting, and maybe github is not the channel for it, but the mailing-list, I do not know. My idea:
and maybe:
|
Sounds perfect to us..! Since there is also a room name, perhaps the proposed url could be: room name without spaces, as long as that doesn't result in a conflict...? |
I love this idea. Hope it happens soon! Thanks for the hard thinking on it:) |
same |
Just to make sure before I try it out: This doesn't break anything because the id is used elsewhere internally? |
It works, and only "breaks" the former links, obviously. |
Please help: I want to change the link in greenlight, and the result is an error |
I have separate lines to type in my records:
|
Use the code blocks in github so we can see better what you typed. If you typed it all in one line, it won't work, as it's 2 step (as mentionned by @kkplein :
|
Thanks for the help! Got it! All in 3 lines:
root@lms:~/greenlight# docker-compose up -d |
Hello! Unfortunately, we will not be able to devote time into this feature/enhancement request at the moment due to our attention being directed towards Greenlight v3! To find out more information on Greenlight v3, please click the following link: Thanks for your continued support! |
Hi it used to work for me but I newly installed bbb (with greenlight) - bbb 2.5 alpha5 and later tested alpha 6 - But cant change the room url root@ns539621:~# docker exec -it greenlight-v2 bash and not going any further. no change of url effected |
Version 2.6 uses Greenlight v3 with a different system for room codes. To manually change it here use the following:
|
Hi,
Is it possible/simple to let users choose the URL of the room? The default could maybe be improved to user-room-urlified-name (I guess you want a bit of privacy, but well), but if there's no conflict we could let them choose what they want? or allow admin (or other role) to create a set of rooms with clear names?
I haven't looked at the code yet, I'm just relaying a request from users of a non-profit I installed GL/BBB for!
Cheers,
Gilou
The text was updated successfully, but these errors were encountered: