V Valter Active member Nov 24, 2013 #1 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: Nov 24, 2013
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.
V Valter Active member Nov 24, 2013 #2 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. Upvote 0 Downvote
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.
V Valter Active member Nov 25, 2013 #4 Done: http://xenforo.com/community/thread...alidated-banned-users-across-the-board.63798/ Upvote 0 Downvote