문제

I must remove pagination in admin people page group/node/[nid]/admin/people. Is it posible?

I'm using devel module to view form structure and hook_alter_form.

I appreciate any guidance.

Thanks

도움이 되었습니까?

해결책

You can configure this in the Views UI.

  1. Make sure the Views UI module is enabled at /admin/modules#views

  2. Go to /admin/structure/views/view/og_members_admin/edit/default

  3. Under Pager > User pager, click the Full link.

  4. Make sure the radio button for "Display all items" is checked.

  5. Click Apply and save the view.

That should do it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top