カテゴリーハイダー用テーマコンポーネント

Hi all, I’ve created a simple theme component. I hope this could be of use for some!

:eyeglasses: Overview

This is a theme component that allows you to hide specific categories from either the hamburger menu or category boxes.

:thinking: Why would you need this component?

If your discourse website has a lot of categories and you would like to hide some from appearing in either the menu bar or on the main page, this component can be helpful.

:framed_picture: Screenshots

Preview of Hamburger Menu: Before → After

:gear: Settings Menu:

More details on how to use this theme component and installation instructions are available at the component’s GitHub repository.

「いいね!」 14

This looks pretty cool, but what advantage does it give you over muting a category?

「いいね!」 5

Correct me if I’m wrong, but from what I understand is that when I mute a category it basically means no notifications? :thinking: When I tried muting a category it still appears in the hamburger menu and category boxes.

This theme component is more of a stylistic change. It hides desired categories visually, but still keeps notifications and all other functionality for the category intact.

「いいね!」 2

This only occurs (I think) if the user has a topic in one of those categories that is unmuted.

Your component would prevent that occurring, which could be helpful in situations where you really want to suppress the category and keep things tidy.

「いいね!」 4

Hey keegan,

this component looks exactly like something we need in the future. Our use case is very specific in which we want to hide sub-categories from one specific parent category.

In combination with the code snippet from here this might achieve exactly what we are looking for:

「いいね!」 2

Hi this seems to be broken after latest discourse update.

「いいね!」 1

@Heliosurge Thanks for letting me know, will fix this as soon as I can and will post an update here.

「いいね!」 2

Hey @Heliosurge,

The issues with the theme component are now fixed. It should be working correctly now.

「いいね!」 3

Thank you Keegan. An interesting idea as had posted a help topic as had used css prior to accomplish this.

One member @manuel had given me a great piece of css as I was using this to hide many subcategories so only Parents show in hamburger.

So as a Though maybe adding a toggle to hide just subcategories.

.hamburger-panel .category-link.subcategory {
      display:none;
}

This setting can make things very convenient if ppl have alot of subs to hide.

「いいね!」 4

@Heliosurge

Sounds very convenient! Thanks! I’ve added that now to this theme component, so you can now toggle the ability to hide subcategories in the hamburger menu and/or category-list context.

「いいね!」 3

Awesome! Thank you keep up the fantastic work.

:beers::sunglasses::+1::sparkles:

「いいね!」 1


@keegan様

トップメニューのカテゴリを非表示にすることはできますか?
よろしくお願いします!

インストール時に次のエラーが発生します(3.1.0beta3の場合):

エラー:“]” が予期されました。┌──> /tmp/discourse_theme_526e702e5adb76bf8137c869c5f6d389/discourse-category-hider/stylesheets/mobile/categories.scss 6 │ [data-category-id=‘#{$box}’] { │ ^^^^ ╵ ╷ 1 │ [data-category-id="str-split(, "|")] │ ━ 補間された出力でエラーが発生しました ╵ mobile/categories.scss 6:26 @import /var/www/discourse/mobile.scss 1:993 root stylesheet

「いいね!」 2

はい、これは便利ですが、最新の Discourse バージョンのインストールが壊れています。

修正をプッシュしました。再度インストール/コンポーネントの更新を試してください。

この機能を追加しました。カテゴリのパンくずリストドロップダウンから特定のカテゴリを非表示にするには、category_breadcrumbテーマ設定にカテゴリ名を追加できるようになりました。

「いいね!」 5

すみません、効果がありません


合っていますか?

「いいね!」 1

カテゴリのスラッグではなく、カテゴリ名を使用してください。

「いいね!」 3

ありがとうございます、
成功、
皆さん、大文字または小文字に注意してください

「いいね!」 4

こんにちは

このコンポーネントは、標準のカテゴリ画面とパンくずリストではうまく機能しますが、以下の点があります。

サイドバーがレガシーに設定されていない限り、ハンバーガーメニューからカテゴリが削除されません。

標準のサイドバー/ハンバーガーでカテゴリを非表示にする方法はありますか?

「カテゴリハンバーガー」設定を試しましたが、機能させることができませんでした。

よろしくお願いします。

「いいね!」 2

こんにちは @martyn_thomas

ナビゲーションメニューのカテゴリは、管理設定の default_navigation_menu_categories で設定できます。この設定により、ナビゲーションメニューの「カテゴリ」セクションにデフォルトで表示されるカテゴリを選択できます。ユーザーは、カテゴリヘッダーの横にある鉛筆アイコンをクリックすることで、これをオーバーライドして独自のカテゴリメニューセクションをカスタマイズできます。これは一般的に推奨されるべきです。

「いいね!」 2