Results 1 to 4 of 4

Thread: Can you make the number of items in a Dashlet greater than 5?

  1. #1
    dwalcerz is offline Junior Member
    Join Date
    Feb 2006
    Posts
    2

    Default Can you make the number of items in a Dashlet greater than 5?

    I have just upgraded to 4.5, and while I like the new Dashlets, I want to see more than just 5 items. Does anyone know if this is configurable?

    Sugar Version 4.5.0b (Build 1144)
    Server: Linux, mySQL, Apache
    Client: WinXP, Firefox 1.5.0.7

  2. #2
    dimitrisp is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    London, UK
    Posts
    19

    Default Re: Can you make the number of items in a Dashlet greater than 5?

    just click on the first icon above the dashlet that you want to configure. The icon has a pen on it and it is for editing the dashlet. Hope that helps

  3. #3
    dwalcerz is offline Junior Member
    Join Date
    Feb 2006
    Posts
    2

    Default Re: Can you make the number of items in a Dashlet greater than 5?

    Thank you very much. I really did search around before asking the question, but I'm a bit embarassed that the answer was that simple. Thanks again.

  4. #4
    twe2002 is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    12

    Default Re: Can you make the number of items in a Dashlet greater than 5?

    Also,

    in the config.php file is an array that populates the choices you have. So, if you need more than the current maximum 10 items in a dashlet you can configure your config file like this:

    'dashlet_display_row_options' =>
    array (
    0 => '1',
    1 => '3',
    2 => '5',
    3 => '10',
    4 => '20',
    5 => '50',
    ),

    And you got now a choice including 20 and 50.

    Hope that helps.

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
  •