Results 1 to 3 of 3

Thread: Changing the number of displayed rows in DashLets

  1. #1
    thomaseskebaek is offline Sugar Community Member
    Join Date
    Sep 2005
    Posts
    13

    Default Changing the number of displayed rows in DashLets

    I've just upgraded to 4.5.0e, and everything seems to work (after applying the patch for remove duplicate calls and meetings).

    However, it is mightily frustrating that I cannot get more than 10 calls/meetings in the DashLets and the "Home" page. Where can I alter these settings? I would like to be able to show 25 or 50 at the same time.

    Also, could we have a DashLet which contains both meetings and calls in the same listing - I miss that from the "Home" page of the previous version.

    Kind regards and thanks in advance for you help,

    Thomas

  2. #2
    simple is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    259

    Default Re: Changing the number of displayed rows in DashLets

    Hi

    change config.php or add an entry to config_override.php.

    There is an entry called

    Code:
      'dashlet_display_row_options' =>
      array (
        0 => '1',
        1 => '3',
        2 => '5',
        3 => '10',
        4 => '20',
      ),
    Cheers Pascal
    Simplicity GmbH

  3. #3
    thomaseskebaek is offline Sugar Community Member
    Join Date
    Sep 2005
    Posts
    13

    Default Re: Changing the number of displayed rows in DashLets

    Thank you very much - that helps a lot. I wonder why I couldn't find that in the first place. It might be nice with an interface to configure these options from the Admin site.

    Is there also a way to enable a DashLet which lets me see meetings and calls in the same listing? I find it providess a better and more intuitive overview.

Thread Information

Users Browsing this Thread

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

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
  •