Results 1 to 3 of 3

Thread: Remove schedule meeting and schedule call buttons from activites subpanel in accounts

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

    Default Remove schedule meeting and schedule call buttons from activites subpanel in accounts

    How do i remove the 'Schedule Meeting' and 'Schedule Call' button in the activities sub panel in the accounts module?

    Sugar 5.5
    Thanks

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

    Default Re: Remove schedule meeting and schedule call buttons from activites subpanel in acco

    Bump....Anyone know how to do this?

  3. #3
    christianknoll's Avatar
    christianknoll is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    Vienna
    Posts
    939

    Default Re: Remove schedule meeting and schedule call buttons from activites subpanel in acco

    Create a file in custom/Extension/modules/Accounts/Ext/Layoutdefs which you name removebuttons.php.

    Add the following content in that file.

    Code:
    $layout_defs['Accounts']['subpanel_setup']['activities']['top_buttons'] = array(
    				array('widget_class' => 'SubPanelTopCreateTaskButton'),
    				array('widget_class' => 'SubPanelTopComposeEmailButton'),
    );
    Go to the admin sections, select repair and repiar the accounts module.

    christian.

    Quote Originally Posted by anicolais View Post
    Bump....Anyone know how to do this?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 2011-09-30, 11:49 AM
  2. Remove Schedule Call from calendar
    By timolein in forum Help
    Replies: 2
    Last Post: 2009-04-23, 06:27 PM
  3. Replies: 0
    Last Post: 2007-01-12, 11:35 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
  •