MyBB Community Forums

Full Version: 2 things missing from MyBB members list, filter and sort
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1: On MyBB "member list", you can FILTER users by clicking the LETTER ( from A to Z ) to find users names that begins ONLY with those,
but what about users names that begins with numbers ? ( 0- 9 ) , or special characters ( ! @ # $ ^ & - + ) ?.

*Sort by usernames shows the special characters and numbers name first, but does NOT filter ( mean shows ONLY the numbers/special characters ONLY, the A to Z usernames does )
See First IMAGE = MyBB

Look at second image = vB ( vB was used as an example just because I was visiting that forum at this time, not trying to suggest MyBB copy vB, as other forums besides vB has this sort filter for numbers/special characters in usernames also )

Maybe that will be fixed/added in 1.8 ?

2: Sort by RANKS/USERGROUPS is not on the member list. ( see IMAGE with PhpBB memberlist).

Admins can see how many users are in each group through their ACP on MyBB, but we would like users to be able to see this also ( I know, this may be a request for MyBB 1.8 *? )

You say post counts = ranks ?.. NOT
.. as members in one USERGROUP can have more (or less) posts than a member in another USERGROUP ( see PhpBB image attached ) .

PS: I spent some time and was able to accomplish #1 on a test forum.
but, has anyone done #2 on a forum ? ( added SORT by usergroup in memberslist )

MyBB current memberlist

[Image: 8CwxMPZ.jpg]

vBulletin memberlist filter includes # for numbers and special characters

[Image: EorSXs2.jpg]

PhpBB sort

[Image: AdgP3YD.jpg]
(2014-05-03, 04:37 PM)Vanz Wrote: [ -> ]*Sort by usernames shows the special characters and numbers name first, but does NOT filter

It does.
e.g. all user names starting with !
http://community.mybb.com/memberlist.php?username_match=begins&username=!
or
all user names starting with 3
http://community.mybb.com/memberlist.php?username_match=begins&username=3
http://community.mybb.com/memberlist.php?username_match=begins&username=3

etc.
If you want all filters be clickable you just have to add the links in the template.
(2014-05-04, 07:54 PM)limu Wrote: [ -> ]
(2014-05-03, 04:37 PM)Vanz Wrote: [ -> ]*Sort by usernames shows the special characters and numbers name first, but does NOT filter

It does. ( BUT NOT INCLUDED with the default package )
e.g. all user names starting with !
http://community.mybb.com/memberlist.php?username_match=begins&username=!
or
all user names starting with 3
http://community.mybb.com/memberlist.php?username_match=begins&username=3
http://community.mybb.com/memberlist.php?username_match=begins&username=3

etc.
If you want all filters be clickable you just have to add the links in the template.

I know, was easy to do, see my mention of accomplishing that from post 1 Smile
Just saying it should've been there in the first place (default).

(2014-05-03, 04:37 PM)Vanz Wrote: [ -> ]1: On MyBB "member list", you can FILTER users by clicking the LETTER ( from A to Z ) to find users names that begins ONLY with those,
but what about users names that begins with numbers ? ( 0- 9 ) , or special characters ( ! @ # $ ^ & - + ) ?.

PS: I spent some time and was able to accomplish #1 on a test forum

but, has anyone done #2 on a forum ? ( added SORT by usergroup in memberslist )

Now I just need to know if anyone already figured out how to add SORT by USERGROUP ON Memberslist HuhLightbulb