This suite of modules was written to calculate and display the results of camera club competitions. Although it is written to support a particular set of rules and conventions it is fairly flexible.
A module to control when the teaser Read More link appears in Drupal 7.
There is no mechanism in core to decide if the read more link should appear. This means that this link will always show no matter if there is additional content to display. This module tries to overcome this issue by allowing administrators to determine how to handle this link in relation to both the content type and individual fields.
The module allows you to add Read more links to other supported view modes (RSS feed, Search results, etc) or even other supported entity types. Particularly useful if you use panels or views and either programmatically add additional view modes or use other contrib modules to provide these.
Essentially, this module interfaces with the FileMaker API for PHP libraries provided by FileMaker (not included with in the distribution of this module), and provides an interface to add layouts online. It has the following features:
Individual field-level controls
Field-level processing and theme functions
Default handling provided for form elements (textfield, select, radio, checkboxes)
Creates filemaker hooks so that other modules can provide their own field processing
Template files for records and portals
Includes handling for record creation and modification
Search page provided for layouts imported
Simple search field provided for list pages
Record view, modify, delete, and create permissions
In addition, a mechanism is included for handling a users from a FileMaker database and associating them with Drupal roles. Then, permissions can be set that can reflect those set for users of the FileMaker database allowing some to modify or create records while anonymous users to only records. Passwords for these FileMaker users are encrypted by creating a password and password salt.