Fixed Member Stat for Staff is limited to 20

W1zzard

Well-known member
Affected version
2.0.1
The staff_members page in members is truncated at 20, without any pagination.

The cutoff value is displayed in admincp, but uneditable unless dev mode is enabled.

This caused some of our moderators to receive almost no requests from users. Shouldn't the limit default to show all staff members?
 
This is fixed now for 2.0.2. We now support a 0 user limit as unlimited here, though internally that is technically a 200 limit as we don't want to have people accidentally displaying their entire user base.

The user limit is also end user editable now, though this means that add-on (and core) upgrades won't change this value, so once upgrading, you may need to manually change the value (either increasing it or taking it to 0).
 
Top Bottom