מחלקות CSS לקבוצות המשתמש הנוכחי

:discourse2: Summary CSS Classes for Current User’s Groups adds the groups that a member is a part of as CSS classes on the <body> tag.
:eyeglasses: Preview Preview on theme-creator.discourse.org
:hammer_and_wrench: Repository Link https://github.com/discourse/discourse-groups-css-classes-in-body
:open_book: New to Discourse Themes? Beginner’s guide to using Discourse Themes

Install this theme component

Before:

image

After:

Discourse only adds the current user’s primary group as a CSS class by default. This component changes that so that all of the groups that the current user is a member of are added as classes - including the built-in ones like trust-level.

The component takes each group name and adds it as a CSS class like so

group-NAME

Once you install and activate this theme component, you can add CSS to your theme that targets specific groups like so

.group-NAME {
  .some-selector {
    color: red;
  }
}
27 לייקים
Does adding groups to CSS theme component still work?
User profile page / CSS class for groups / how to add it to page?
Change Default Username Color
Discourse groups css classes in body
Staff color by default for group members
CSS classes for current groups who can view topic?
Customized CSS based on user role/groups
Welcome Link Banner
Show component only to a specific group via script?
How do I enable Discourse signatures only for admin/staff group?
Versatile Banner
Display different content within a topic based on user's groups membership?
Hide Staff Notices from non-Staff
Disable likes/reaction individual user
MD Composer extras
Silence status to block ability to use reactions as well
Hide some preference sub-tabs under the user profile?
Theme - identify the trust level?
Flagged posts appear to everyone, instead of being hidden for users who aren't logged
Add a link to user profile in the navigation
Bringing popular features to Discourse: Header search, welcome banner, and category icons / emoji
Can I make a theme available to specific user groups only?
Customizing your site with existing theme components
CSS username colors only working for admin/moderators?
How restrict access to button pin/unpin
Copy & Paste Code Button as a Selectable feature per group
Hide parts of a post
Finding all groups of the poster in a topic
Hiding GUI elements for new users (less overwhelming)
Group inboxes and archives are visible even when empty
Limit certain reactions to specific trust levels
CSS username colors only working for admin/moderators?
Copy & Paste Code Button as a Selectable feature per group
Add per-user CSS in a plugin?
User Group class not always being applied to post content's wrapper div
Looking to hide Likes & Decorate Op
Add a specific class to enable targeting Category Moderators
How to create a theme which only administrators can use?
User custom field toggle for sidebar (SFW Mode)
Hide the "Interface" section
Limit Translator use to certain groups only
Adding category description OR text at end of thread