我一直在寻找一种方法来自定义在/about页面上显示的用户组。我的社区不仅有管理员和版主,还有其他自定义的“工作人员”组(例如社交媒体团队),我也希望能够在该页面上包含它们。理想情况下,最好能为每个组设置一个布尔字段,以决定是否在该页面上显示,这正是我一直在尝试但尚未成功实现的功能。
难道不存在这样的功能吗?如果必须通过插件来实现,最佳做法是什么?我知道如何创建插件,并且已经通过插件进行了一些简单的修改,只是不确定该如何具体处理这个问题。
我一直在寻找一种方法来自定义在/about页面上显示的用户组。我的社区不仅有管理员和版主,还有其他自定义的“工作人员”组(例如社交媒体团队),我也希望能够在该页面上包含它们。理想情况下,最好能为每个组设置一个布尔字段,以决定是否在该页面上显示,这正是我一直在尝试但尚未成功实现的功能。
难道不存在这样的功能吗?如果必须通过插件来实现,最佳做法是什么?我知道如何创建插件,并且已经通过插件进行了一些简单的修改,只是不确定该如何具体处理这个问题。
Hmm maybe a link to the global groups directory makes sense on /about @tgxworld? What do you think?
I think a link might be a little excessive since we already have a groups link in our hamburger menu. I’m thinking of displaying all public groups under Our admins instead.
Top N groups with link to more?
I was thinking “top” can be number of posts made by the group in the last month? @Flower_Child would that work for your use case or do you want to have full control over which group to actually display?
What you’re requesting for can be done via a plugin but you’ll first have to submit a PR to include a plugin outlet on the about page.