MyBB Community Forums

Full Version: [F] Member List Sorting by Post Count [C-Michael83]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When sorting by Post Count at the Member List, this happens:

Using the quick search:
[Image: memberlisterror19757412sv0.jpg]

Using the Advanced Search:
[Image: memberlisterror29754608vy2.jpg]

They do not produce the same results. This only happens with the post count.
I can reproduce on my end. It's not even in any order if you do it here, it isn't even backwards, it's in no logical order at all.
It is in fact logical. Just not by posts. It's logical by username. Because the input from search is wrong.

In .../install/resources/mybb_theme.xml

<option value="posts">{$lang->sort_by_posts}</option>
Should be:
<option value="postnum">{$lang->sort_by_posts}</option>

On working copies this should be changed in memberlist_search template.
I was also able to reproduce this, both on my localhost forum and my friends forums.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group