Results 1 to 2 of 2

Thread: Hiding a subpanels?

  1. #1
    leowolff is offline Sugar Community Member
    Join Date
    Apr 2009
    Posts
    126

    Default Hiding a subpanels?

    Hello, I want to hide the subpanel "Member Organization" from the module "Accounts", but I still want to keep all the relationship. I mean, when I open an account, on the botton of the page appears a few subpanel, how can I take out the member organization one?

    I did this before with other subpanels by disabling the whole modulo, like "bugs" that we dont use, but there isnt a module for member organization.

    Thanks in advance

  2. #2
    leowolff is offline Sugar Community Member
    Join Date
    Apr 2009
    Posts
    126

    Default Re: Hiding a subpanels?

    Solved. Just follow the idea of an old answer :

    Just open the subpaneldefs.php file in Modules/Contacts/metadata/subpaneldefs.php and comment out the following

    PHP Code:

    'campaigns' => array(
    'order' => 110,
    'module' => 'CampaignLog',
    'sort_order' => 'desc',
    'sort_by' => 'activity_date',
    'get_subpanel_data'=>'campaigns',
    'subpanel_name' => 'ForTargets',
    'title_key' => 'LBL_CAMPAIGN_LIST_SUBPANEL_TITLE',
    ),

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hiding a tab but still showing the subpanels in related modules.
    By kenneth.thorman in forum Developer Help
    Replies: 6
    Last Post: 2009-08-13, 07:27 PM
  2. Hiding Subpanels inSugarCE
    By vijay9948 in forum Developer Help
    Replies: 3
    Last Post: 2009-01-21, 03:46 AM
  3. Hiding module subpanels with roles
    By eli.lindner in forum Developer Help
    Replies: 1
    Last Post: 2007-11-30, 08:59 AM
  4. Hiding subpanels
    By richardhakim in forum Help
    Replies: 2
    Last Post: 2006-11-27, 09:39 AM
  5. Help with hiding subpanels
    By stevec in forum Developer Help
    Replies: 1
    Last Post: 2006-07-14, 12:06 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
  •