質問

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