Support Forum

Handling Large Memberships

MP Mr Papa
Mr Papa
Member

Okay, have been putting this one off, but it needs to get done…  been annoying me too when doing the admin redesign and the special forum ranks…  displaying all the members from the db at once is not the right way to do it…  bug issue #203 already in place…

soliciting ideas and.or suggestions…  a couple pop into mind right away…

1) move to an search based interface like the display members list on the fron page…  that is, enter a search string and display matching users and let them select…  could even allow display all option with warning about speed, memory, etc…  drawback is that selecting multiple users at once becomes harder…

2) add ability to put users into usergroups onto the manage users page…  small numbers at once…  can search, etc…  again, multiple users becomes harder… would require new columns for listing current membership and adding for each user…   a bit duplicative of the manage user groups then…

3) paged popup list of users…  but again, selecting more than one becomes difficult…

so, in effect, to display large groups, means in batches which means less multi select ability…  is that an issue?

2 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

I have struggled with the same questions. This is one of those things where you pay for your success. A few thousand users and this is the downside.

For PM's I was considering the old A | B | C | D | Etc… buttons. Might still bring back a lot of users but in more manageabe chunks perhaps. Doesn't solve multi-select though.

MP Mr Papa
Mr Papa
Member

I was thinking about the search function of membership list on front end plus those letters…  shall I proceed this weekend and see what happens?