Results 1 to 3 of 3

Thread: Remove Shortcut sub-panel

  1. #1
    paras is offline Junior Member
    Join Date
    Feb 2008
    Posts
    2

    Default Remove Shortcut sub-panel

    Hello friends,
    I am recently heard @ this project, I download it for my study, Its a really good project.
    but I have one problem,
    I want to remove "Shortcut" sub-panel from Contacts module.
    Plz any one help me.

    Thanks in advance.

  2. #2
    JWG
    JWG is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    48

    Default Re: Remove Shortcut sub-panel

    I commented out some code in the theme, (/themes/Sugar/header.php for me) and it worked.

    PHP Code:
    }

    /* JWG Edit Start

     if ($currentModule && $action == "index" && function_exists('get_new_record_form')) {
    $xtpl->assign("NEW_RECORD", get_new_record_form());
    $xtpl->parse("main.left_form_new_record");
    $new_record_form = true;


    JWG Edit End */

    if(!$shortcuts_swap || $last_view_swap || $new_record_form

  3. #3
    paras is offline Junior Member
    Join Date
    Feb 2008
    Posts
    2

    Default Re: Remove Shortcut sub-panel

    Thank you Sir for quick response.
    Actually In Contacts module page we get "Shortcut" menu on left hand,
    It is divided in two parts, one "Shortcut" & other is "New Contact".
    I tried your code, because of it only "New Contact" list is removed from Contacts module page & other pages also.
    Sir, Actually I want to comment the "Shortcut" & "New Contact" list from Contacts module page, it will show on other pages also,

    Thank you in advance

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to remove QuickCreate panel?
    By ericchen in forum Developer Help
    Replies: 1
    Last Post: 2007-05-29, 05:31 PM
  2. Removing Shortcut Panels under Shortcuts menu
    By Echoreef in forum Developer Help
    Replies: 1
    Last Post: 2006-08-21, 05:26 AM
  3. Remove Shortcut Windows
    By mcs/om in forum Help
    Replies: 2
    Last Post: 2006-04-26, 12:41 AM
  4. Replies: 2
    Last Post: 2005-10-07, 12:04 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
  •