Le groupe 'staff' doit contenir des membres de niveau de confiance 4

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.

Avez-vous réussi à attribuer le niveau de confiance 4 à certains membres du personnel ? Je suis curieux de connaître vos expériences à ce sujet.

Bienvenue, Nina !

J’aurais dû avoir beaucoup de chance, car je n’y ai pas travaillé. :wink:

Je n’ai pas regardé. Je pense qu’un composant de thème pourrait ajouter TL4 à la page « À propos ». Cela pourrait nécessiter un seul appel API pour récupérer les membres, mais cela ne devrait pas être trop problématique, d’autant plus que la page n’est pas chargée très souvent. Si c’est le cas, cela prend probablement une heure ou deux, donc si vous avez un budget, 200 à 500 $ dans Marketplace suffiraient probablement pour obtenir une solution.

Si un ajustement CSS suffit : nous masquons à la fois les administrateurs et les modérateurs par défaut sur notre page /about, puis nous affichons tous ceux qui modèrent réellement en utilisant un groupe dédié qui apparaît via la modération par catégorie (About - Forum | Couchers.org). Vous pourriez faire quelque chose de similaire avec un groupe « Leaders de la communauté » pour vos utilisateurs tl4.

@pfaffman, vous pourriez aussi vous masquer avec une ligne de CSS jusqu’à ce que vous ayez le temps de créer un plugin :wink:
.about-page .about.admins .user-info[data-username="pfaffman"]{display: none;}

Ohh, c’est super ! Je vais peut-être intégrer ce CSS dans un composant de thème et commencer à l’installer ! Merci !