UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

custom filters for user list view

Tim · ·
10:19 PM Saturday, 15 March 2014
None
I have a set group of about 1200 users in my network (only 450 have logged in so far) and I would like to customize the user list view based on a custom-filter I created that allows the user to choose the building they work in. If I could add an option below, that would help people find their friends much more easily.

I found this switch in com_easysocial controllers, which appears to set the $option

switch( $filter )
{
case 'online':
$options[ 'login' ] = true;

break;

case 'photos':
$options[ 'picture' ] = true;
break;

default:
break;
}

I also found in theme->wireframe->user the file default.list.php which accesses <?php foreach( $users as $user ){ ?>

What I would like to know: where do I find the function that pulls users from the database according to the preset options?

something like "sql get userID where userid.customfield equals "harrison"

Any advice appreciated!
The replies under this section are restricted to logged in users or users with an active subscription with us