| Previous topic :: Next topic |
| Author |
Message |
GrzegorzK
Joined: 13 Sep 2007
Posts: 30
|
| Posted: Tue Mar 25, 2008 7:34 am Post subject: Calendar - how to add view with more then 20 events |
|
|
Hi!
In 5.0.4 in Calendar View - there are now only 20 events at one page.
Is there a possibility to change it, so that I could see more events at one page? |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 968
|
| Posted: Tue Mar 25, 2008 2:49 pm Post subject: Calendar - how to add view with more then 20 events<br /& |
|
|
Hi,
To change the number of records list in listview you need to modify $list_max_entries_per_page in config,inc.php
Example:
Code: $list_max_entries_per_page = '40';
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
GrzegorzK
Joined: 13 Sep 2007
Posts: 30
|
| Posted: Tue Mar 25, 2008 9:39 pm Post subject: Re: Calendar - how to add view with more then 20 events |
|
|
Thanks Prasad!
I would like to thank you for your patience while answering my questions.
I really learn a lot of new stuff thanks to you and your posts. Vtiger becomes more and more useful for company that I work in.
Thanks a lot! |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 968
|
| Posted: Wed Mar 26, 2008 10:32 am Post subject: Re: Calendar - how to add view with more then 20 events |
|
|
Hi GrzegorzK,
Its my pleasure to share information with you. We do encourage you to spread to word of vtiger :)
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
biketom
Joined: 17 Feb 2007
Posts: 264
Location: München / Germany
|
| Posted: Wed Mar 26, 2008 11:24 pm Post subject: Re: Calendar - how to add view with more then 20 events |
|
|
Hi Prasad,
that's a great modification!
I learn more and more what that "config,inc.php" is about... it's really worth to have a closer look.
Thanks,
Bye,
Tom |
|
| Back to top |
|
| |