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?
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
I was wondering the same thing, any idea?
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:
These two lines retrieve the home page layout and dashlets for current user. You need to set these preferences according to your needs.PHP Code:$pages = $current_user->getPreference('pages', 'Home');
$dashlets = $current_user->getPreference('dashlets', 'Home');
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.
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!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks