The Tripal Project module provides support for visualization of "project" pages, editing and updating.
Set Permissions: The project module supports the Drupal user permissions interface for controlling access to project content and functions. These permissions include viewing, creating, editing or administering of project content. The default is that only the original site administrator has these permissions. You can add roles for classifying users, assign users to roles and assign permissions for the project content to those roles. For a simple setup, allow anonymous users access to view organism content and allow the site administrator all other permissions.
Sync any Existing Projects: Near the top of the ' . l('Project Configuration page', 'admin/tripal/tripal_project/configuration') ?> there is a Sync Projects section which provides list of projects currently in chado which can be sync\'d. Simply select the projects you would like to create Drupal/Tripal pages for and click Sync Projects.
Integration with Drupal Views: Drupal Views is a powerful tool that allows the site administrator to create lists or basic searching forms of Chado content. It provides a graphical interface within Drupal to allow the site admin to directly query the Chado database and create custom lists without PHP programming or customization of Tripal source code. Views can also be created to filter content that has not yet been synced with Druapl in order to protect access to non published data (only works if Chado was installed using Tripal). You can see a list of available pre-existing Views here, as well as create your own.
There are several ways to customize the look-and-feel for the way Chado data is presented through Tripal. Below is a description of several methods. These methods may be used in conjunction with one another to provide fine-grained control.
Integration with Drupal Panels: Drupal Panels allows for customization of a page layout if you don\'t want to do PHP/Javascript/CSS programming. Tripal comes with pre-set layouts for project pages. However, Panels become useful if you prefer a layout that is different from the pre-set layouts. Chado content is provided to Panels in the form of Drupal "blocks" which you can then place anywhere on a page using the Panel\'s GUI.
Drupal\'s Content Construction Kit (CCK): the Content Construction Kit (CCK) is a powerful way to add non-Chado content to any page without need to edit template files or knowing PHP. You must first download and install CCK. With CCK, the site administartor can create a new field to appear on the page. For example, currently, the Chado publication module is not yet supported by Tripal. Therefore, the site administrator can add a text field to the project pages. This content is not stored in Chado, but will appear on the project page. A field added by CCK will also appear in the form when editing a project to allow users to manually enter the appropriate text. If the default pre-set layout and themeing for Tripal is used, it is better to create the CCK element, indicate that it is not to be shown (using the CCK interface), then manually add the new content type where desired by editing the templates (as described below). If using Panels, the CCK field can be added to the location desired using the Panels interface.
Drupal Node Templates: The Tripal packages comes with a "theme_tripal" directory that contains the themeing for Chado content. The project module has a template file for project "nodes" (Tripal project pages). This file is named "node-chado_project.tpl.php", and provides javascript, HTML and PHP code for display of the project pages. You can edit this file to control which types of information (or which project "blocks") are displayed for projects. Be sure to copy these template to your primary theme directory for editing. Do not edit them in the "theme_tripal" directory as future Tripal updates may overwrite your customizations. See the Tripal website for instructions on how to access variables and other Chado content within the template file.
Project "Block" Templates: In the "theme_tripal" directory is a subdirectory named "tripal_project". Inside this directory is a set of templates that control distinct types of information for projects. For example, there is a "base" template for displaying of data directly from the Chado project table. These templates are used both by Drupal blocks for use in Drupal Panels (as described above) or for use in the default pre-set layout that the node template provides (also desribed above). You can customize this template as you desire. Be sure to copy the template to your primary theme directory for editing. Do not edit them in the "theme_tripal" directory as future Tripal updates may overwrite your customizations. See the Tripal website for instructions on how to access variables and other Chado content within the template files.
Adding Links to the "Resources" Sidebar: If you use the pre-set default Tripal layout for theming, you will see a "Resources" sidebar on each page. The links that appear on the sidebar are automatically generated using Javascript for all of the project "Blocks" that appear on the page. If you want to add additional links (e.g. a link to a views table showing all features of the current project) and you want that link to appear in the "Resources" sidebar, simply edit the Drupal Node Template (as described above) and add the link to the section at the bottom of the template file where the resources section is found.