Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须删除管理员页面中的分页group/node/[nid]/admin/people。有可能吗?
group/node/[nid]/admin/people
我正在使用开发模块来查看表单结构和hook_alter_form.
hook_alter_form
我很感激任何指导。
谢谢
您可以在 Views UI 中进行配置。
确保Views UI模块在/admin/modules#views
/admin/modules#views
去/admin/structure/views/view/og_members_admin/edit/default
/admin/structure/views/view/og_members_admin/edit/default
在Pager > User pager下,单击完整链接。
确保选中“显示所有项目”的单选按钮。
单击应用并保存视图。
那应该这样做。