tripal_contact_help.tpl.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <h3>Module Description:</h3>
  2. <p>The Tripal Contact module is an interface for the Chado Contact module which
  3. provides information about
  4. people or organizations. This module provides support for visualization of
  5. "contact" pages, editing and updating.
  6. </p>
  7. <h3>Setup Instructions:</h3>
  8. <ol>
  9. <li><p><b>Set Permissions</b>: By default only the site administrator
  10. account has access to create, edit, delete
  11. or administer contacts. Navigate to
  12. the <?php print l('permissions page', 'admin/user/permissions') ?>
  13. and set the
  14. permissions under the 'tripal_contact' section as appropriate for
  15. your site. For a simple setup, allow anonymous
  16. users access to view content and create a special role for creating,
  17. editing and other administrative tasks.</p></li>
  18. <li><p><b>Create a Contact</b>: An contact can
  19. be <?php print l('created', 'node/add/chado-contact') ?>
  20. manually in the same way any other data type. Contacts may also be
  21. created automatically by using the
  22. publication module publication importers. Alternatively, the Tripal
  23. bulk loader may also be used to load contacts.</p></li>
  24. <li><p><b>Sync any Existing Contacts</b>: Before Contacts can be viewed on
  25. the website, they must first
  26. be <?php print l('created manually', 'node/add/chado-contact') ?>
  27. or if they already exist in the Chado database
  28. they <?php print l('must be synced', 'admin/tripal/tripal_contact/sync') ?>
  29. with Drupal.
  30. Once synced, contact pages will appear on the site.</p></li>
  31. </ol>
  32. <h3>Features of this Module:</h3>
  33. <ul>
  34. <li><p><b>Edit or Delete Contacts</b>: Contacts can be manually edited or
  35. deleted by navigating to the map page and clicking the "Edit"
  36. button.</p></li>
  37. <li><p><b>Simple Search Tool</b>:
  38. A <?php print l('simple search tool', 'chado/contacts') ?> is
  39. provided for
  40. finding contacts. This tool relies on Drupal Views. <a
  41. href="http://drupal.org/project/views">Drupal Views</a>
  42. which must be installed to see the search tool. Look for it in the
  43. navigation menu under the item
  44. "Search Data". </p></li>
  45. </ul>