Bible: field

Component ID

1216584

Component name

Bible: field

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This D7 module creates a field to put in the book and the starting and ending chapter/verse.

Although this module is not a fork of bible_field the interface was inspired by it.

The information in the field is directly related to information in the currently selected bible.

Depends on bible to work.

Features

  • different fields can pull from different imported bibles
  • pull chapter titles from the fields selected bible
  • display the verses very naturally (eg: John 3:16-18, 3:19, 3:26-28)
  • should be multilingual due to the module pulling its data from the current bible
  • Integrates with Feeds to allow importing from external sources (ex: csv [tested])

To-Do's

  • fix a few small bugs in the natural language field formatter
  • add new field formatter that pulls in actual bible text
  • Views
    • Sort handler - by correct biblical order which is stored in bible.module tables
    • Filter handler - find all nodes that quoted Luke 2:3. This is cool b/c some nodes might have only referenced it as Luke 1:1-5:1.
  • Split Feeds.module integration into its own submodule