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.
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.
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)
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks