Results 1 to 2 of 2

Thread: Tabs at bottom of account and contact page

  1. #1
    anicolais is offline Senior Member
    Join Date
    Nov 2009
    Posts
    99

    Default Tabs at bottom of account and contact page

    I am new to Sugar and can't figure this out. At the bottom of the Accounts and Contacts page in the details view how do you take away the different things such as Contacts, History, Direct Reports, Etc. I only want a few of them down ther such as Contacts, and History but don't know how to do this.

    Thanks!

  2. #2
    southwestcrm is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    171

    Default Re: Tabs at bottom of account and contact page

    Add a php file (any name) to the CUSTOM sub directory for the area required (e.g. to remove the Contacts subpanel from the Cases area you would add the PHP file to the folder called /custom/Extension/modules/Cases/Ext/Layoutdefs

    the content of the file will look like:

    >?php
    unset($layout_defs['Cases']['subpanel_setup']['threads']);
    unset($layout_defs['Cases']['subpanel_setup']['contacts']);
    unset($layout_defs['Cases']['subpanel_setup']['invoices']);
    unset($layout_defs['Cases']['subpanel_setup']['productcatalog']);
    unset($layout_defs['Cases']['subpanel_setup']['booked_hours']);
    ?>
    Simon Leek
    SouthwestCRM
    www.southwestict.com
    SugarCRM | KnowledgeTree | Joomla! Integration Services
    SugarCRM Bronze Partner
    Twitter: @southwestcrm


    Using:
    Linux & Windows
    PHP v5.2+
    Apache v2.2.8
    MySQL v5.0.45


    Need to mailmerge and produce labels in Microsoft Office Word? Use CRM2Office to connect MS Office to your SugarCRM system.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 2009-05-21, 11:38 PM
  2. Replies: 3
    Last Post: 2009-05-11, 04:48 PM
  3. Replies: 11
    Last Post: 2007-07-04, 05:26 PM
  4. Replies: 1
    Last Post: 2006-09-08, 07:53 PM
  5. Error at the bottom of every page..
    By tplang in forum Help
    Replies: 3
    Last Post: 2006-06-16, 11:07 AM

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
  •