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 了吗?很想知道您的相关经验。
欢迎,Nina!
我得非常幸运才行,毕竟我还没开始着手做呢。![]()
我还没查看。我想主题组件或许能为“关于”页面添加 TL4。这可能需要一次 API 调用来获取成员信息,但应该不会太麻烦,尤其是该页面并不常加载。如果是这种情况,大概只需一两个小时。如果你有预算,在 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 整合到一个主题组件中并开始安装它!谢谢!