I wonder what has to be changed to offer ejinLikeCount
in the drop down list.
In the UserDirectory.php I found:
'username_az' => 'username',
'username_za' => '-username',
'newest' => '-joinedAt',
'oldest' => 'joinedAt',
'seen_recent' => '-lastSeenAt',
'seen_oldest' => 'lastSeenAt',
'most_discussions' => '-discussionCount',
'least_discussions' => 'discussionCount'
But there are several other places to be changed. Anyone tried that already to offer a sort by "LIKES" (ejinLikeCount) from the "api/users".