Skip to content
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

Create global and personal settings to hide user role labels #2950

Closed
taybin opened this issue Apr 19, 2016 · 9 comments · Fixed by #3025
Closed

Create global and personal settings to hide user role labels #2950

taybin opened this issue Apr 19, 2016 · 9 comments · Fixed by #3025

Comments

@taybin
Copy link

taybin commented Apr 19, 2016

Your Rocket.Chat version: 0.27.0
In a small group like mine, the user role labels are distracting and unnecessary. Is there a way to hide them?

@tmanternach
Copy link

It looks like you can manually remove the labels in Admin->Permissions. #2858 (comment)

@engelgabriel engelgabriel added this to the Important milestone Apr 19, 2016
@engelgabriel engelgabriel changed the title Hide user role labels Create global and personal settings to hide user role labels Apr 19, 2016
@agentirons
Copy link

Just ran into this too, it's true that you can workaround it for the time being by going to Admin->Permissions, clicking the edit button next to a user type (column headers) and deleting the Description field.

@andreas-bulling
Copy link

There should IMHO be an option to switch these off globally - I was searching for exactly that after upgrading to 0.27.0

@mylesw-luma
Copy link

+1 - the tags add clutter.

@jimt
Copy link
Contributor

jimt commented Apr 20, 2016

As a workaround, adding
.role-tag {display: none;}
to your Administration > SETTINGS > Layout > Custom CSS will hide the tags.

@Sing-Li
Copy link
Member

Sing-Li commented Apr 20, 2016

@jimt Brilliant! Do you mind creating a "Pro tips" section in our doc and adding this? It will be very useful for others for sure! TIA

PR against this would be appreciated:

https://github.com/RocketChat/Rocket.Chat.Docs/tree/master/6.%20Developer%20Guides

@pescobar
Copy link

+1 for adding this as a global setting and user setting

marceloschmidt added a commit that referenced this issue Apr 25, 2016
Add setting to disable displaying role tags
@engelgabriel engelgabriel modified the milestone: Important Dec 6, 2016
@KyleK1782
Copy link

As a workaround, adding .role-tag {display: none;} to your Administration > SETTINGS > Layout > Custom CSS will hide the tags.

Somehow this is still an issue where the setting doesn't work in Administration > SETTINGS > Layout > User Interface -> Display Roles (off). The updated CSS tag is rcx-message-header__roles based on 5.0.6.

Adding the below to Administration > SETTINGS > Layout > Custom CSS will remove the role tags in messages.

.rcx-message-header__roles { display: none !important; }

@PvUtrix
Copy link

PvUtrix commented Jan 31, 2023

As a workaround, adding .role-tag {display: none;} to your Administration > SETTINGS > Layout > Custom CSS will hide the tags.

Somehow this is still an issue where the setting doesn't work in Administration > SETTINGS > Layout > User Interface -> Display Roles (off). The updated CSS tag is rcx-message-header__roles based on 5.0.6.

Adding the below to Administration > SETTINGS > Layout > Custom CSS will remove the role tags in messages.

.rcx-message-header__roles { display: none !important; }

Thx! Worked for me on 5.4.2 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.