Этот компонент темы устарел и больше не должен использоваться. Его функции теперь включены в ядро Discourse (см.: Добавление популярных функций в Discourse).
Для настройки значков закрытых категорий обратитесь к этой теме.
Краткое описание
Category Icons позволяет отображать значки рядом с названиями категорий в ссылках на значки категорий.
Обратите внимание, что этот компонент также позволяет переопределять значок замка категории, используемый для обозначения закрытых категорий.
См. также компонент Tag Icons (который делает то же самое для тегов).
Настройки
Имя
Описание
category icon list
Список категорий и соответствующих им значков
svg icons
Добавить дополнительные значки, не включенные по умолчанию
category lock icon
Значок для замены ‘значка замка категории’
Чтобы добавить значок к категории, введите данные через запятую, например: “slug,icon,color,match”
Цвет указывается в формате #123456 или “categoryColor” для использования цвета категории по умолчанию (такого же, как цвет значка)
Если match равно “partial”, то slug должен частично совпадать с именем категории, в противном случае требуется точное совпадение.
Известные проблемы
Некорректно учитывает цвет значка при использовании со стилем категории bullet. В целом, однако, этот стиль не следует использовать вместе со стилями категорий bullet или bar, так как интерфейс будет излишне перегружен.
История разработки
Благодарность @rogerco за добавление ключевого слова “partial” для частичного совпадения имен категорий (т.е. ввод “book,icon,red,partial” будет соответствовать всем именам категорий, содержащим “book”).
Размещено у нас? Компоненты тем доступны для использования на наших тарифных планах Standard, Business и Enterprise.
This component has had an impact on our forum in an artistic way. I like it.
However there is a problem with category names. I created a category with the name of “Doğa Bilimleri”, but later changed its name to “Bilim” and created a sub-category with the name of “Doğa Bilimleri”.
I only assigned an icon for the category of “Doğa Bilimleri”, not for “Bilim”.
But the flask icon has been assigned for both “Bilim” and its sub-category “Doğa Bilimleri”.
I cannot also assign an icon to a category whose name I change if I use the new name of it, yet the old name always works. (I solved this one: This is all about “category slug”. If you leave the category slug with the old name, you will experience same pseudo-problem.)
Edit: I figured out why the flask icon is assigned for the main category. It is because both the main category and the sub-category include same word “Bilim”. Even if I give a random name like “abcdefbilimghjk” in the category icon list, it will still assign the icon I choose to the category “Bilim”, since the random name includes the word “bilim”.
Hi Emre, thanks for the report, I’ve now fixed the issue with loose matching of slugs. If you update the theme, it should be resolved, “abcdefbilimghjk” will no longer apply the icon to the “bilim” slug.
First, a big thank you to @pmusaraj for making this great theme-component.
I have configured it on my site, but have two issues:
There seems to be no way I can “attach” any icon to Jadran category
I have tried with various icons, even the ones that are working on other categories with no success.
Configuration is the same as for other categories:
I have an idea, why “Jadran” does not work: I have another category “Jadranje”, which includes first name. I would expect that slug would be checked with exact match (everything between /), right?
Is there a possibility to upload own svg icon and then use it as category icon? I tried to upload it on Category icons upload, but not sure how should I reference it?
Do you have any plans to extend this to the sub-category boxes Penar? Would be awesome to have them everywhere. My site looks great with all these icons now, appreciate this!