Results 1 to 4 of 4

Thread: can we drag home pagee tabs?

  1. #1
    raynor is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    sydney
    Posts
    71

    Default can we drag home pagee tabs?

    On the home page, each users creates multiple pages, each with a specific set of dashlets. But we'd like to drag/redorder them.

    Is this possible?
    sugar professional 6.4.0

  2. #2
    armendarez is offline Banned
    Join Date
    Jun 2011
    Posts
    4

    Default Re: can we drag home pagee tabs?

    I was wondering the same thing, any idea?

  3. #3
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: can we drag home pagee tabs?

    It is possible but requires code.
    You need to edit user preferences for each user and setup the layout of home page and dashlets.
    Take a look into modules/Home/index.php

    You will see the lines:

    PHP Code:
    $pages $current_user->getPreference('pages''Home'); 
    $dashlets $current_user->getPreference('dashlets''Home'); 
    These two lines retrieve the home page layout and dashlets for current user. You need to set these preferences according to your needs.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  4. #4
    jmertic is offline Sugar Community Manager
    Join Date
    Dec 2007
    Posts
    2,224

    Default Re: can we drag home pagee tabs?

    I think you are asking for the ability for your users to not only re-order the dashlets on a page, but the order of the page tabs. There isn't a good way to do this easily; can you create a bug request for this at http://bugs.sugarcrm.com? Thanks!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sugarcrm 6 Home Tabs
    By imran123 in forum Developer Help
    Replies: 2
    Last Post: 2011-01-16, 06:15 PM
  2. Multiple tabs in home page
    By cre8iveq in forum Help
    Replies: 6
    Last Post: 2010-10-09, 01:03 PM
  3. Standardized HOME Tabs for all users?
    By jim.thornton in forum Developer Help
    Replies: 6
    Last Post: 2010-05-08, 12:12 AM
  4. Home Page tabs - an advanced feature?
    By chris.p in forum General Discussion
    Replies: 2
    Last Post: 2009-08-13, 10:52 PM
  5. No tabs after install - only Home
    By Proware in forum Help
    Replies: 1
    Last Post: 2006-09-22, 04:01 AM

Tags for this Thread

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
  •