News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Who List: Show Everyone by Default

Started by Aaron10, May 17, 2022, 05:55:12 PM

Previous topic - Next topic

Aaron10

Rather than showing only Members by default is it possible to show Everyone (members, guests, bots etc.)

Arantor

It's funny... this was changed explicitly in 2.1. In 2.0 it was everyone, and people kept asking for it to be members only - so we changed it.

You should be able to sort it by changing this line in Who.php:
$context['show_by'] = 'members';

to
$context['show_by'] = 'all';

Advertisement: