0
How can I make the order of playlists to be most recent on the top in the playlist page. We are using Joomla 3.4.5 and Muscol 2.4.8.
Responses (4)
-
Accepted Answer
-
Accepted Answer
0So, the query I need to change is:
$this->query = ' SELECT pl.*,us.name as user_name FROM #__muscol_playlists as pl '.
' LEFT JOIN #__users as us ON us.id = pl.user_id ' .
' WHERE pl.user_id = '.$this->user->id
;
by adding an "ORDER BY" .
What is the variable I need to use for the ordering? Can you please help me.
Thank you,
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »