"all" on MemberList.aspx

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
11/17/2006 4:35:33 AM
Gravatar
Total Posts 488

"all" on MemberList.aspx

It would be nice to add the button "all" near the list of english letters on MemberList.aspx.
11/17/2006 8:47:02 AM
Gravatar
Total Posts 18439

Re: "all" on MemberList.aspx

Good idea, this is now implemented in svn/branches/joesandbox2

Thanks,

Joe
12/21/2006 12:18:20 AM
Gravatar
Total Posts 488

Re: "all" on MemberList.aspx

It would also be nice to have "Others" button here.

In my case, I have two types of users: big group having numeric logins and small group of people having ordinal logins. In this case I can set AlphaPagerChars to "0123456789" and all the users from the second group will be others.
12/21/2006 3:20:34 AM
Gravatar
Total Posts 18439

Re: "all" on MemberList.aspx

If you need that consider implementing it. Its not a priority for me at the moment. I'm also not sure what the sql for that should look like. If you're basically saying it should return all users whose name doesn't begin with any of the AlphaPagerChars, that will be more difficult to implement than finding users whose name starts with a specific single character.

Seems a simpler solution is just add both numeric and alpha chars to the AlphaPagerChars in web.config

Thanks,

Joe
You must sign in to post in the forums. This thread is closed to new posts.