1. Joomla 3.3.6
2. CB 2.0.7
3. PHP Version 5.3.29, MySQL: mysqlnd 5.0.8-dev (not sure for mysql)
How does the sorting work in the user lists in CB 2.0?
Because I wrote this:
ue.`avatar` DESC, ue.`cb_rating` DESC, ue.`cb_expteacher` ASC
and it actually does sort, but strangely - in the same moment it's sorting by id-number also.
And what I want to do, is that at the top I would have people who has a profile picture, and those who has a picture are then sorted by rating, and then by their experience (it's a date format).
How to do that?