Is it possible, that users with trust level 4 will be assigned automatically in staff team?
That would be a disaster for us; staff are people who can do administrative things; modding users, adminning accounts and posts. TL4 are just regular users who’ve earned trust for some reason and recognition by staff. I wouldn’t support a merge with staff.
What are you looking for in asking this question? What are you trying to do?
You can give tl4 users access to staff only categories. You can give them badges and a title to give them some official status.
One thing I’d like to be able to do is have tl4 users appear on the /about page. That and not show admins.
You can do this with a plugin. I’ve been meaning to publish one that allows you to remove admins from the about page with a user setting (so that I don’t show up on the about page on sites that I manage but don’t participate in moderating) . I think it shouldn’t be too hard to add tl4 similarly.
I’ve been too busy with paying work to get around to it, though.
スタッフに信頼レベル4を割り当てることができましたか?ご経験についてお聞かせください。
ようこそ、ニナさん!
私はとても運が良かったはずです。実は、それに取り組んでいないんです。![]()
まだ見ていませんが、テーマコンポーネントで「TL4」を「About」ページに追加できるかもしれません。メンバー情報を取得するために単一の API 呼び出しが必要になるかもしれませんが、そのページはあまり頻繁に読み込まれないので、それほど問題ないはずです。もしそうなら、おそらく 1〜2 時間で済むでしょう。予算があれば、Marketplace で 200〜500 ドルほど出せば、解決策が見つかるでしょう。
CSS の調整だけで済むなら、当サイトでは/about ページでデフォルトの管理者とモデレーターを非表示にし、カテゴリモデレーション機能を使って実際にモデレーションを行っている人専用のグループを表示しています(https://community.couchers.org/about)。tl4 ユーザー向けに「コミュニティリーダー」というグループを同様に設定することも可能です。
@pfaffman さんも、プラグインを作る時間が見つかるまで CSS で自分を非表示にすることもできますよ ![]()
.about-page .about.admins .user-info[data-username="pfaffman"]{display: none;}
おお、それは素晴らしいですね!その CSS をテーマコンポーネントに組み込んで、インストールしてみようと思います。ありがとうございます!