Problem with Display limit on MC home page

Lilgeo
Lilgeo
Offline
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 http://www.joomlamusicsolutions.com/images/fbfiles/images/artists.png
Attachments:
Responses (5)
  • Accepted Answer

    Lilgeo
    Lilgeo
    Offline
    Friday, September 10 2010, 02:27 AM - #Permalink
    0
    Nobody has same problem?
    Hope some one will come up with solution :)
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, September 12 2010, 10:37 AM - #Permalink
    0
    hello,
    this seems some kind of joomla missconfiguration problem.
    there is a way to solve this by modifying some code...

    what happens if you change the limit, on that page=?
    The reply is currently minimized Show
  • Accepted Answer

    Lilgeo
    Lilgeo
    Offline
    Friday, September 24 2010, 10:05 PM - #Permalink
    0
    If I change to that page, lets say to 15 it shows 15, works OK
    when I refresh or logout and login, its back to display 5 but shows 1
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, September 25 2010, 03:24 PM - #Permalink
    0
    hmm... :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..
    The reply is currently minimized Show
  • Accepted Answer

    Lilgeo
    Lilgeo
    Offline
    Monday, September 27 2010, 10:53 AM - #Permalink
    0
    That worked
    I set 5 so it will show minimum, then comes 10, if users hit 10 it will show 10.
    Thanks for your time Germi
    The reply is currently minimized Show
Your Reply