Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-1.0-alpha1
  • master default
  • 7.x-1.x
  • 7.x-1.0-alpha3
  • 7.x-1.0-alpha2
5 results

term_ref_autocomplete

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • ABOUT THIS MODULE
    -----------------
    
    This module integrates Drupal with GatherContent, a service to "plan, structure
    and collaborate on web content" (http://gathercontent.com/).
    
    Currently, the module allows you to import all pages from a GatherContent
    project, creating a node for every GatherContent page.
    
    By default, all fields on GatherContent pages are grouped together and imported
    into the $node->body field of the Drupal nodes that are created. You can
    override this default behaviour by implementing hook_gathercontent_presave().
    
    INSTRUCTIONS
    ------------
    
    1) Download and install the module. Note that CTools is a dependency.
    2) Configure the module on /admin/config/content/gathercontent/settings.
    You'll need your GatherContent account name and API key.
    3) Import pages on /admin/config/content/gathercontent/nojs/import.
    
    REQUIREMENTS
    ------------
    
    Note that this module needs cURL to be installed on your server. The
    GatherContent API requires Digest HTTP authentication, which
    drupal_http_request() doesn't support yet
    (see #289820: https://drupal.org/node/289820).
    
    BUGS, SUGGESTIONS, SUPPORT REQUESTS
    -----------------------------------
    
    All are welcome in the issue queue: https://drupal.org/project/issues/1883798.