List View

richard
richard
Offline
0
When using the list view is it possible to alter the amount of events per page.
it is presently set to 30 and is taking to long to load.
I think 15-20 would be better

Accepted Answer

Friday, April 10 2015, 04:16 PM - #Permalink
0
sorry, I forgot that this is overriden inside Calendar Planner.
you can change if you open file /components/com_calendarplanner/models/events.php and go to line 43.
You will see this:

$default_list_limit = 30 ;

you can change it to whatever you want, for example:

$default_list_limit = 20 ;
The reply is currently minimized Show
Responses (2)
  • Accepted Answer

    richard
    richard
    Offline
    Wednesday, April 08 2015, 11:42 AM - #Permalink
    0
    When I go to Global configuration. Under the Site tab the List View setting is 20 not 30 as I am seeing. Changing this saving and refreshing the calendar makes no difference. Is this the wrong setting its the only one I can find under Global configuration.?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 07 2015, 10:41 AM - #Permalink
    0
    This uses de default list limit which you can define in Joomla global configuration parameters, in the backend. There you will be able to change the list limit to whatever you want.
    The reply is currently minimized Show
Your Reply