Skip to content

Instantly share code, notes, and snippets.

@ezra-g
Created June 5, 2013 16:12
Show Gist options
  • Select an option

  • Save ezra-g/5715142 to your computer and use it in GitHub Desktop.

Select an option

Save ezra-g/5715142 to your computer and use it in GitHub Desktop.

Revisions

  1. ezra-g created this gist Jun 5, 2013.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    if (module_exists('commons_search_solr_user')) {
    $field_instances['user-user-group_group']['view modes']['search_results'] = array(
    'label' => 'hidden',
    'module' => 'commons_trusted_contacts',
    'custom settings' => TRUE,
    'type' => 'trusted_contact',
    );
    }