Results 1 to 2 of 2

Thread: Editing shortcuts

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

    Default Editing shortcuts

    How do I edit shortcuts on the homepage and other pages? I want to remove add case for example.

    Thanks!

  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: Editing shortcuts

    You need to create an extended menu.

    Find bellow an example for Accounts:
    custom/Extension/modules/Accounts/Ext/Menus/your_menu.php

    PHP Code:
    <?php
    foreach($module_menu as $id => $item) {
        if(
    $item[2] == 'CreateAccounts') {
            unset(
    $module_menu[$id]);
        }
    }
    ?>
    Then go to 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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My shortcuts disappear
    By wisew in forum General Discussion
    Replies: 3
    Last Post: 2009-06-11, 04:43 AM
  2. Editing Shortcuts
    By spignataro in forum Help
    Replies: 2
    Last Post: 2009-04-20, 03:02 PM
  3. Replies: 0
    Last Post: 2009-02-23, 04:23 PM
  4. Cambiare gli shortcuts
    By Acolde in forum Italiano
    Replies: 5
    Last Post: 2008-12-15, 09:32 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
  •