Hi,
I want to hide some tabs but this is not possible.
Now I have a tab called "Other" which includes my modules; Calls, Meetings, Notes and Tasks.
See screenshot.
How can I hide these tabs from the top Menubar ?
Thanks in advance!
Hi,
I want to hide some tabs but this is not possible.
Now I have a tab called "Other" which includes my modules; Calls, Meetings, Notes and Tasks.
See screenshot.
How can I hide these tabs from the top Menubar ?
Thanks in advance!
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Hi
try to fix through "Configure Group Tabs"
Last edited by dekleinemedia; 2009-08-04 at 09:00 AM.
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Hi,
Anyone knows if these modules can be moved to "Hide Displays" ? Thanks in advance
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
HI
try to customize the tabs through the themes/your themes/header.php
Hi dekleinemedia
Have a look at the script include/GroupedTabs/GroupedTabStructure.php
You should modify this code, but remember it is not an upgrade safe approach.PHP Code:/* Put all the unused modules in modList
* into the 'Other' tab.
*/
foreach($modList as $module)
{
if(!isset($mlhUsed[$module]))
{
$retStruct[$app_strings['LBL_TABGROUP_OTHER']]['modules'] []= $module;
}
}
I believe there is some upgrade safe strategy but I could not identify in so short time.
Regards
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks