0
As shows on picture, display limit is 5, but shows only 1 album.
I would like to show 20 and do not know where to change (system set to 20 from Admin backend)
Please let me know what to do or where to look for solution
Site is not live and want to fix this
I would like to show 20 and do not know where to change (system set to 20 from Admin backend)
Please let me know what to do or where to look for solution
Site is not live and want to fix this
Responses (5)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0hmm... :S strange
I dont know what can it be. I'll take a look at it...
however, there's a quick hack that MAYBE will help you solve the problem..
open file /components/com_muscol/models/artists.php
at line 36 approx you'll see this:
$limit = $mainframe->getUserStateFromRequest('global.list.limit', 'limit', $mainframe->getCfg('list_limit'), 'int');
try to change it for:
$limit = $mainframe->getUserStateFromRequest('muscol.list.limit', 'limit', 15, 'int');
tell me if it helps (I put 15 for the default value, but you can put here whatever you like).
probably, to test it, you'll have to logout/login, or maybe clean you cookies or somthing, to make sure all the variables are erased.. -
Accepted Answer
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 »