Skip to content

Instantly share code, notes, and snippets.

View nmusco's full-sized avatar

NMusco nmusco

  • Musco Consulting
View GitHub Profile
@nmusco
nmusco / php.spec
Created June 23, 2020 19:49 — forked from yriveiro/php.spec
php-5.3.29 centos 7 spec
%global contentdir /var/www
# API/ABI check
%global apiver 20090626
%global zendver 20090626
%global pdover 20080721
# Extension version
%global fileinfover 1.0.5-dev
%global pharver 2.0.1
%global zipver 1.11.0
%global jsonver 1.2.1
@nmusco
nmusco / Joe_______'s SugarCRM Cheat Sheet
Created August 17, 2017 17:31 — forked from spinegar/Joe_______'s SugarCRM Cheat Sheet
Joe_______'s SugarCRM Cheat Sheet
Sugarwiki
Adding a Field to the Modules Subpanels „ Popup Search “ definitions
Code way:
1. Use metadata/popupdefs.php (custom folder, if there is none copy original)
2. Seek section searchdefs' => array(…)
3. Add field to searchdefs
Or Studio way:
Admin > Studio > Contacts > Layouts > PopupView > Popup Search
Subpanel Query Change with custom fields
@nmusco
nmusco / SugarCRM Cheat Sheet.md
Created August 17, 2017 17:30 — forked from rajeshvaya/SugarCRM Cheat Sheet.md
Joe_______'s SugarCRM Cheat Sheet

Sugarwiki

Adding a Field to the Modules Subpanel, Popup Search definitions

  • Code way:
1.      Use metadata/popupdefs.php (custom folder, if there is none copy original)
2.      Seek section searchdefs'   => array(…)
3.      Add field to searchdefs
  • Studio way: