Hello.
Users have a few subscriptions on my site. How can I make sorting a list of users with custom sql-request? I need to get a list, where the order will depend on the number of their subscriptions. Thanks in advance.
Thanks for your response, but I would like to know how to get my own order method in "order" parameter? Scenario: the list is sorted according to the number of subscription (i.e., a piece of code PHP + SQL) and a group ID must be "11".
Hi,
sorry this is not possible, you need to edit model file.
in file /components/com_jsn/models/list.php at line 231 you will find php code to add order to a query.
group ID must be "11"
You can manage this with parameter SQL Custom Where