Responses (11)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0if you know some mysql (very simple) you can do this yourself...
you just need to add something in the ORDER BY sentence. I think its near line 156 on file /components/com_muscol/models/search.php
you find this:
ORDER BY s.artist_id, al.year, al.month, al.id, s.disc_num,s.num
just replace it for:
ORDER BY s.added, s.artist_id, al.year, al.month, al.id, s.disc_num,s.num
but.. ONLY IF YOU KNOW WHAT YOUR DOING!!!!! -
Accepted Answer
-
Accepted Answer
0And such module is necessary to me why it yet have not let out?
I have bought one year ago your component even have made a translation into German and have given it to you for the publication but the necessary modules those that were necessary to me I and has not waited
Now there is already version 2 and has passed so much a lot of time and the module of new songs did not leave yet
Tell you and when differently I do not see sense plan it to make to put your component
I thank for earlier for the answer -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Thanks, work like a charm. But I have a little concern, in paginating it displays the first 20 song correctly, but when I click on 2 or next to see the other 20 song form 21 to 40, it counts from the beginning which means that the song 21 is counted as 1. also when I click on 3 to see songs form 41 to 60, it counts form the beginning and make song 41 displayed as 1 and 42 displayed 2 and so on. Please advice. -
Accepted Answer
-
Accepted Answer
0hello!
the numbering issue its actually not a problem, its just the way it work.. (there's a nother thread on the forum about this, precisely), but seeing that some of you think its a problem, we'll fix it for next version!
the pagination limit is taken from Joomla's global configuration (see your admin cpanel) so you can change it there. do you know what I mean?
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 »