惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
I
InfoQ
B
Blog
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
量子位
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
美团技术团队
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
罗磊的独立博客
博客园 - 聂微东
IT之家
IT之家

Discourse Meta - Latest posts

Horizon: High Context Topic Cards I'd like to ask what this file /var/www/discourse/vendor/data/RT_sRGB.icm is used for? Discourse to Markdown Plugin How to verify a subdomain (mysite.discourse.group) in Google Search Console? Reader Mode Publishing WordPress gallery posts on Discourse Discourse User Feedback New user filter by custom field and contact Interact with discourse from Python? Why we can't type the assignee in the search of a post to assign - home screen app Redis Flushall Category-toggled one-touch move post Some sort of variable to eliminate duplicate text? Why did this plugin replacement fail? Add user to list modal often appears above the mobile viewport sceen Creating/Editing a post on mobile: let's discuss the 2026 Discourse experience Wp-discourse feature request - do not show comments with specific tag? Are there any good Chinese plugins? Discourse ID and 2FA Discourse MCP is here! Sample Forum to See Admin Features? I am unable to register for a free Discourse site Wikipedia Lookup Add text for /login (like js.create_account.disclaimer for /signup) How can i set disable Markdown & Default to Rich Text What's the background image size for the Welcome Banner? How do I enable Associated Accounts with 2FA? Hamburger toggle Support <span data-attribute> in the rich editor Cannot disable read-only mode on Free Plan
Trust Level groups are not shown on group list even if th...
Steradiant (Maarten) · 2025-11-26 · via Discourse Meta - Latest posts

1

Even if you set a trust level group to be visible by everyone, they are still not shown on the global group list.

ToddZ

2

That appears to be by design. I don’t think Trust Level lists are meant to be available to the general user base:

But the behavior of the visibility setting re. automatic groups is confusing, and has been brought up: Respect the visibility settings of all automatic groups - Feature

(So this might be a ux item rather than a bug, but I’ll see if anyone else has thoughts.)

If you have a case where it makes sense to publicly list, for instance, a few TL4 users, you might find this theme component useful: Add groups to the /about page - Theme component

EDIT: I’ve just been informed that this component functionality is now in core, under Admin → Community → About your site:

image

Automatic groups are intentionally hidden from the group index (/g) — but the visibility settings will let normal users visit them directly (community.example.com/g/trust_level_0).

It’s been like this for a long time… there’s an old comment in the code about why
# hide automatic groups from all non stuff to de-clutter page

but maybe it’s unnecessary now? might be clearer to just have them follow their appearance settings (and let them remain hidden by default)

ToddZ 4

I have no desire to expose TL group lists, but having the visibility settings do what they say might head off similar questions in the future.

(There’s a good detailed discussion over at the feature request for anyone who wants to support this.)

Hi, I totally get your point about wanting the visibility settings to actually do what they promise — that would reduce confusion for sure.

However, I wanted to gently point out something: even if we hide the trust_level_X groups from the group list, the information is still quite exposed through the badge grant history.

For example, anyone can go to /badges, click on “Member” (or “Regular”, “Basic User”, etc.), and see a complete chronological list of everyone who has been granted that trust level badge. It basically functions as a public TL group list already.

So while cleaning up the groups page is nice, the trust level data isn’t really private in practice. Just thought it was worth mentioning.

Moin 6

You can disable the trust level badges in the admin menu. So while it might be true in your case that the information is also available on the badges page, other admins might have disabled the trust level badges (or even badges in general). I’d also disagree that it’s the same information. Group pages offer a searchable user list, where you can not only see when they got the badge but also when they posted and a list with posts from all the members.