https://github.com/su-sws/stanford_field_formatters
A collection of field formatters
https://github.com/su-sws/stanford_field_formatters
d7 module
Last synced: about 2 months ago
JSON representation
A collection of field formatters
- Host: GitHub
- URL: https://github.com/su-sws/stanford_field_formatters
- Owner: SU-SWS
- License: gpl-2.0
- Created: 2015-02-04T00:42:56.000Z (over 11 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2018-06-27T15:31:06.000Z (about 8 years ago)
- Last Synced: 2024-04-07T01:49:20.442Z (over 2 years ago)
- Topics: d7, module
- Language: PHP
- Size: 642 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Stanford Field Formatters](https://github.com/SU-SWS/stanford_field_formatters)
##### Version: 7.x-1.x-dev
Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama), [pookmish](https://github.com/pookmish), [boznik](https://github.com/boznik)
Provides the ability to wrap a link around any field with a link field attached to the same entity.
Gives a font awesome field type that uses FontAwesome 4.6.1 icons in a rendered field.
Installation
---
Install this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-7)
Configuration
---
Configure the fields on an entity to use the FontAwesome field. Simple choose "FontAwesome Icon" from the list of available field types. [See Drupal Documentation](https://www.drupal.org/docs/7/nodes-content-types-and-fields/add-a-field-to-a-content-type) for more information.
To use the links around a field, edit the display settings of the field and choose which link field to use as reference for the configuring field. [See Drupal Documenation](https://www.drupal.org/node/1577708) for more information.
Troubleshooting
---
If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.
Contribution / Collaboration
---
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)