Results 1 to 6 of 6

Thread: Change Number of Listview Items per page

  1. #1
    nhellwig is offline Senior Member
    Join Date
    Oct 2009
    Posts
    23

    Default Change Number of Listview Items per page

    I have attempted to change the number of Listview Items Per Page and the number of Subpanel Items per Page in Admin -> System Settings. They default to 20 and 10 respectively. When I change them to any other number and click save, the system does not save the changes and defaults back to 20 and 10. We are currently running SugarCRM Community Edition version 5.2.0k.

    We set up a separate server with SugarCRM Community Edition version 5.5.1 and tested it to see if the newer version corrects this issue, but we are having the same problem. The changes in System Settings do not save and the numbers go back to their default values.

    Any help is greatly appreciated!

  2. #2
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Change Number of Listview Items per page

    Just checked it and it works. You may have a permission problem. Check your config_override.php in the Sugar root
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  3. #3
    nhellwig is offline Senior Member
    Join Date
    Oct 2009
    Posts
    23

    Default Re: Change Number of Listview Items per page

    We do not have a config_override.php file in the SugarCRM root directory. Could it be located somewhere else? We are running Community Edition Version 5.2.0k.

  4. #4
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Change Number of Listview Items per page

    Quote Originally Posted by nhellwig View Post
    We do not have a config_override.php file in the SugarCRM root directory. Could it be located somewhere else? We are running Community Edition Version 5.2.0k.
    It should be in the root directory

    Try creating it manually

    Also check permissions directory
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

  5. #5
    nhellwig is offline Senior Member
    Join Date
    Oct 2009
    Posts
    23

    Default Re: Change Number of Listview Items per page

    How would I create it manually?

  6. #6
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Change Number of Listview Items per page

    how do you access your server?

    if you access it by ftp create a file on your local pc and ftp it to your server

    file contents should be like

    <?php
    $sugar_config['list_max_entries_per_page'] = '30';
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 2010-01-01, 07:08 PM
  2. Change the number of items in subpanels?
    By Weinbach in forum Help
    Replies: 5
    Last Post: 2008-12-22, 03:20 PM
  3. Replies: 0
    Last Post: 2008-11-20, 02:10 PM
  4. Limited number of items in a drop down
    By shan1111 in forum Help
    Replies: 2
    Last Post: 2008-05-01, 02:00 AM
  5. Overriding ListView items per page?
    By mrflippy in forum Developer Help
    Replies: 2
    Last Post: 2006-07-12, 09:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •