Displays the user's group as a label next to their name in the stream.
Tip! Try this module in our demo hosting.
Buy nowThe Labels module dynamically displays user group labels next to usernames in the activity stream. Administrators can customize the labels' appearance using CSS.
protected/modules/labels
.Modify the label's appearance with the CSS editor in the module settings. Default styles:
.custom-label {
margin-left: 5px;
padding: 3px;
border-radius: 4px;
background-color: transparent;
color: #7a7a7a;
border: 1px solid #bababa;
font-size: 11px;
font-weight: 600;
}
You can also configure where labels should be applied:
Only Posts
: Labels appear only for post entries.All Supported Modules
: Labels also appear for supported modules like Wiki and Calendar.This option is available as a toggle in the configuration panel.
This is the list of supported modules:
For feedback and contributions, visit the HumHub community forums.