웹사이트에서 사용자가 클릭하면 모든 도움말 관련 주제를 카드 형식으로 표시하고, 사용자가 선택한 주제에 따라 세부 정보가 담긴 다른 웹페이지로 이동하도록 하는 2단계 도움말 웹페이지를 어떻게 만들어야 할까요? 먼저 주제를 표시하고, 각 주제의 세부 내용을 보여주는 이러한 2단계 웹페이지 구조를 어떻게 설정해야 하나요?
정리하자면, 두 번째 웹페이지에서는 어떤 일이 일어나나요?
Lilly
(Lillian )
11월 2, 2024, 9:02오전
3
카테고리와 하위 카테고리를 사용하여 다음과 같은 작업을 수행할 수 있어야 합니다.
This guide explains how to display boxes for subcategories above the topic list in Discourse.
Required user level: Administrator (or moderator if the moderators manage categories setting is enabled)
There are four ways to display a list of sub-categories within the parent category:
in rows (the default style)
in rows with a list of some featured topics
in boxes with only the name, logo, and description
in boxes with name, logo, and a list of some featured t…
구조화된 태그와 결합하여 다양한 변형을 만들 수도 있습니다.
Tag support is a core feature of Discourse. In this How-To I’ll go through setting up a tag schema like Car Talk uses.
We’ll want to achieve these things:
Tags for car makes and car models.
Only allow the car make and model tags to be used in certain categories.
Car model tags can only be chosen if the matching car make tag is used.
Prerequisites
Tagging is enabled by default in Discourse (via the tagging_enabled site setting). If it was previously disabled, ensure it is turned on.
In a sc…
릴리, 안녕하세요. 이 접근법을 이끌어 주셔서 감사합니다. 도움말 콘텐츠에 카테고리 및 하위 카테고리 방식을 사용하는 것은 생각하지 못했어요… 항상 HTML 웹페이지에서 드릴다운(drill down)할 수 있다는 관점에서만 생각했거든요. 이 방식이 도움말 페이지 설정에 적합할 것 같습니다.