Where to adjust number of returned results on the /admin/people page? I know, don't hack core

drupal.stackexchange https://drupal.stackexchange.com/questions/246900

  •  07-01-2021
  •  | 
  •  

Pergunta

I know, you don't need to tell me. Don't Hack Core but I just need to display 1000 user records rows on the /admin/people page temporarily and I'll switch it back. I promise...

Foi útil?

Solução

Install the Admininstration Views module; it converts that page to a View, which you can edit and set up with paging of your choice.

Outras dicas

Goto /modules/user/user.admin.inc and search for limit and change the 50 to whatever number you like.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a drupal.stackexchange
scroll top