Results 1 to 3 of 3

Thread: How to remove buttons from shortcut in Calendar ?

  1. #1
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default How to remove buttons from shortcut in Calendar ?

    Hi,

    Does anyone knows how to remove buttons from shortcutmenu in Calendar module?
    When i try to create menu.ext.php and save this in custom\Extension\modules\Calendar\Menus this doesn't seems to work..

    This is my code;

    PHP Code:
    <?php

    foreach($module_menu as $key => $menus_defs){ 
        if(
    $menus_defs[2] == 'CreateCalls'){ 
            unset(
    $module_menu[$key]); 
        }
        if(
    $menus_defs[2] == 'Calls'){ 
            unset(
    $module_menu[$key]); 
        }

    ?>
    Hope someone can help me with this one. 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

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: How to remove buttons from shortcut in Calendar ?

    Did you run Admin -> Repair -> Rebuild Extensions?

    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.

  3. #3
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default Re: How to remove buttons from shortcut in Calendar ?

    Hi André,

    It had to be the folder custom\Extension\modules\Calendar\Ext\Menus instead of custom\Extension\modules\Calendar\Menus

    Sorry my bad.
    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

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Remove Shortcut bar & quickcreate form
    By vishwasrao in forum Developer Help
    Replies: 3
    Last Post: 2009-02-18, 05:52 PM
  2. Remove & Edit Buttons Gone in Studio
    By kristofj in forum Help
    Replies: 0
    Last Post: 2008-07-24, 03:59 PM
  3. Remove Shortcut sub-panel
    By paras in forum General Discussion
    Replies: 2
    Last Post: 2008-02-18, 04:36 AM
  4. Remove Duplicate and Manage Subscriptions buttons
    By nrc4 in forum General Discussion
    Replies: 0
    Last Post: 2008-01-18, 03:51 PM
  5. Remove Shortcut Windows
    By mcs/om in forum Help
    Replies: 2
    Last Post: 2006-04-26, 12:41 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
  •