XF 1.2 List/count all members

Valter

Active member
Hi there,

I'm wondering if it's possible to have all registered users, valid or not, to be listed on member list and counted in forum stats?

I think it can be controlled with: $fetchOptions['validOnly'] = false; but I'm not sure where to put this.
 
Last edited:
Sadly, it's "hardcoded" in several files.

What I found so far:

Latest member - public function getLatestUser()
Member List - public function actionList()

I'm currently searching for Total Members query.

You should definitely add an CP option to show or hide moderated and banned members in stats and member list.
 
Top Bottom