Results 1 to 7 of 7

Thread: Default Home Page & Dashlets

  1. #1
    rexavh is offline Sugar Community Member
    Join Date
    Aug 2007
    Location
    Southern England
    Posts
    59

    Default Default Home Page & Dashlets

    Does anyone know where the homepage defaults are stored? I would like to replace the OOB defaults with a different set for our company, which the users could then be free to modify (or not), but if they choose to reset then they should get the company standard home page & dashlets.

    Thanks in anticipation
    Alison Hedger
    avh@rexprocess.com

  2. #2
    tellusmore is offline Senior Member
    Join Date
    Jun 2009
    Location
    Pittsburgh
    Posts
    60

    Default Re: Default Home Page & Dashlets

    Bump bump bump

    same problem

    defaults have to exist somewhere...

  3. #3
    Yasso's Avatar
    Yasso is offline Senior Member
    Join Date
    Jan 2010
    Location
    Syria
    Posts
    67

    Default Re: Default Home Page & Dashlets

    as mentioned in [URL="http://apps.sugarcrm.com/forums/showthread.php?p=1847805[/URL]

    You should create a file called dashlets.php in the folder custom/modules/Home/ and add the dashlets you would like to have as default.

    $defaultDashlets = array(
    'MyTasksDashlet'=>'Tasks',
    'MyOpportunitiesDashlet'=>'Opportunities',
    'MyCallsDashlet'=>'Calls',
    );

    Good luck

  4. #4
    houlejo is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Qc, Canada
    Posts
    116

    Default Re: Default Home Page & Dashlets

    Hi,

    I know this thread is old but I have the same question.

    I tried the custom dashlet.php.

    It's working except for the Charts. Also, some dashlets like "Sugar News" are automatically added even if it's not in my dashlet.php


    Also, how can I decide in which column they go ?

    Here is my code :
    PHP Code:
    $defaultDashlets = array(
                            
    'MyMeetingsDashlet'=>'Meetings',
                            
    'MyCallsDashlet'=>'Calls'
                            
    'MyTasksDashlet'=>'Tasks',
                            
    'MyOpportunitiesDashlet'=>'Opportunities'
                            
    'OpportunitiesByLeadSourceDashlet'=>'Charts',
                            
    'PipelineBySalesStageDashlet'=>'Charts',
                            
    'MyPipelineBySalesStageDashlet'=>'Charts',
                            
    'SugarFeedDashlet'=>'SugarFeed',
                            
    'JotPadDashlet'=>'Home',
                             ); 

  5. #5
    jcb23 is offline Sugar Community Member
    Join Date
    Sep 2007
    Posts
    70

    Default Re: Default Home Page & Dashlets

    I don't think you're able to remove the Sugar related dashlets by default. Employees can individually remove these as they customize their home page, though.

    And I think the columns go left, right, left, right in the order that they are listed in dashlets.php. That seems to be the case with mine, but I was unable to confirm this so I could be wrong. If I'm correct you should see Meetings, Tasks, Opportunities Chart, My Pipeline Chart and the Jotpad in the lefthand column and Calls, Opportunities, Pipeline Chart and Sugar Feed in the righthand column.

  6. #6
    houlejo is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Qc, Canada
    Posts
    116

    Default Re: Default Home Page & Dashlets

    Hi, for me they seems to be all in the left column.
    But your left-right idea is maybe right with another parameter.

    Also, my code is not working for charts because they are not there when I create a new user.

    For now I found nothing else.

  7. #7
    LaFortuna is offline Sugar Community Member
    Join Date
    Nov 2010
    Posts
    55

    Default Re: Default Home Page & Dashlets

    This thread helped me define custom dashlets. What I don't know how to do is to pass parameters to customize them. For example I want to set some filters in the opportunities dashlet and a specific RSS feed in the feed dashlet. How can I do that?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. List View Population
    By atin in forum Help
    Replies: 5
    Last Post: 2008-04-24, 05:57 AM
  2. SugarCrm 4.0 Patch
    By mgamboa in forum General Discussion
    Replies: 0
    Last Post: 2005-12-21, 04:14 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
  •