現在のユーザーグループのCSSクラス

|||
-|-|-|
:discourse2: | 概要 | CSS Classes for Current User’s Groups は、メンバーが所属するグループを <body> タグのCSSクラスとして追加します。
| :eyeglasses: | プレビュー | Preview on theme-creator.discourse.org |
:hammer_and_wrench: | リポジトリリンク | \u003chttps://github.com/discourse/discourse-groups-css-classes-in-body\u003e
:open_book: |Discourseテーマ初心者ですか? | Beginner’s guide to using Discourse Themes\n\n このテーマコンポーネントをインストール

Before:

image

After:

image

Discourseはデフォルトで現在のユーザーのプライマリグループのみをCSSクラスとして追加します。このコンポーネントは、trust-levelのような組み込みグループを含む、現在のユーザーがメンバーであるすべてのグループをクラスとして追加するように変更します。

コンポーネントは各グループ名を取得し、次のようにCSSクラスとして追加します。

group-NAME

このテーマコンポーネントをインストールして有効にすると、次のように特定のグループを対象とするCSSをテーマに追加できます。

.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
Versatile Banner
How do I enable Discourse signatures only for admin/staff group?
Show component only to a specific group via script?
Display different content within a topic based on user's groups membership?
Adding category description OR text at end of thread
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