I want to make a place for the “praised” / “verified” / “good to see” topics.
My idea:
Let the moderators set the tag for topics, and there will be a button to see those topics quickly (like Latest or Top button)
The problem:
I can only set the minimal trust level to tag topics but can’t set the preserved tags
Any idea will be appreciated.
5 个赞
Maybe try pinning the topics since that will bring it to the top.
2 个赞
I think a mockup would be helpful, but here’s a guide that might be of interest:
In this howto we’ll add a topic list populated by a tag or a category on top of your homepage’s main topic list, like this:
[04%20PM]
All of the code below can be added to the </head> (head_tag.html) section of your theme.
This first part checks which page we’re on, then sets up our topics. For the purpose of this how-to we’re pulling topics tagged featured. If you want to pull topics from another tag or a category you need to change the /tags/featured.json url in here.
<script type="text/d…
There’s also a featured carousel of images in Topic List Previews which includes topics if you tag them with the set tag.
On tag visibility look at this:
I’d like to create hidden collections of topics for internal use, then run queries in data explorer with using these collections.
For this to happen, I’ll need internal use only tags, which are not visible to the public.
Is it possible in Discourse?
4 个赞
In my community’s traditions, it’s popular that the moderators mark the topic with recommended.
I think it’s a good method for increasing the visibility of high quality topic, community interactions and motivations.
Pinning the topic on top is another method to make the similar effects I’m using.
The difference is pinning is better for visibility but lack for community interactions and permnant recordings. It’s an honor to write a topic which is pinned or recommanded, but the pinning is not officially memorable which people want.
This is why I usually pin the official notifications only.
Anyway thanks for your advice.
Can you explain the meaning of “mockup” for me? I’m not a English native speaker or a experienced discourse user.
This is the case now!
Just create a tag group and limit tag visibility!
I think this is what I want and very appreciated.
I didn’t found the tag management page before. Going to check it now.
4 个赞
Jagster
(Jakke Lehtonen)
2023 年2 月 10 日 21:30
5
Make a drawing or similar that shows how things should look and what you are looking for.
5 个赞
Canapin
(Coin-coin le Canapin)
2023 年2 月 10 日 21:43
6
Hi !
You’ll be able to do this part with this theme component:
3 个赞
Thank you! This is exactly what I want
1 个赞
Jagster
(Jakke Lehtonen)
2023 年2 月 10 日 22:05
9
Wouldn’t docs do same thing but offering filtering too?
1 个赞
I implement my use case by creating a tag group in the /tags page and add a button by Custom Top Navigation Links above.
Thanks for all of you!
I didn’t know that feature before. It seems like a library page of all site contents? It’s very cool
1 个赞
Jagster
(Jakke Lehtonen)
2023 年2 月 10 日 22:24
11
Not all. Just for some — you can use a tag/tags or category/categories. I used it for blogtype topic starters indentied by tag blog
.
I think the built-in filter functionality is good enough for now
But the docs page is very cool, may I have the link of it?
I means, is it a plugin or a theme component or something?
1 个赞
the docs are a theme component
Summary
Discourse Docs provides the ability to find and filter knowledge base topics
Repository Link
https://github.com/discourse/discourse-docs
Install Guide
How to install plugins in Discourse
Features
The Discourse Docs plugin is a powerful tool that transforms your Discourse forum into a community-powered knowledge base. It provides a dedicated Docs section where users can create, update, and curate documentation. This plugin fe…
update: i was wrong; it’s actually a plugin (plugin )
2 个赞
Heliosurge
(Dan DeMontmorency)
2023 年2 月 12 日 14:50
16
Docs is a plugin but there is a supplement theme-component called “Docs card filter” if I have the name right.