Configuration

You can configure each plugin individually in the TYPO3 backend. See For Editors

Additionally you can use a setup which is valid globally. The plugin flexform configuration has precedence over any setup.

Priorities

Several properties of this extension can be defined in different ways. For such properties the following priorities in getting the respective values are applied:

Bible version

  1. Bible version defined in the Plugin
  2. Value of the TypoScript property plugin.tx_watchwords.settings.bibleVersion
  3. Default bible version (English: New International Version)

Bible version bibleVersion

bibleVersion

bibleVersion
type

integer

Default

31 - “English: New International Version”

Path

plugin.tx_watchwords.settings

Scope

Plugin, TypoScript Setup

Code

Language

Bible Title

1

Albanian

Albanian Bible

21

Bulgarian

Bulgarian Bible

80

Chinese (Simplified)

Chinese Union Version

22

Chinese (Traditional)

Chinese Union Version

11

Danish

Dette er Biblen på dansk

8

English

American Standard Version

16

English

Darby Translation

47

English

English Standard Version

9

English

King James Version

31

English

New International Version

15

English

Young's Literal Translation

2

French

Louis Segond

10

German

Luther Bibel 1545

69

Greek

1550 Stephanus New Testament

68

Greek

1881 Westcott-Hort New Testament

70

Greek

1894 Scrivener New Testament

23

Haïtian Creole

Haïtian Creole Version

81

Hebrew

The Westminster Leningrad Codex

17

Hungarian

Hungarian Kairoli

18

Icelandic

Icelandic Bible

3

Italian

Conferenza Episcopale Italiana

20

Korean

Korean Bible

4

Latin

Biblia Sacra Vulgata

24

Maori

Maori Bible

5

Norwegian

Det Norsk Bibelselskap 1930

12

Polish

Biblia Tysiaclecia

25

Portugese

João Ferreira de Almeida Atualizada

14

Romanian

Romanian

13

Russian

Russian Synodal Version

42

Spanish

Nueva Versión Internacional

6

Spanish

Reina-Valera Antigua

7

Swedish

Svenska 1917

27

Ukrainian

Ukrainian Bible

19

Vietnamese

1934 Vietnamese Bible

Time Offset timeOffset

timeOffset

timeOffset
type

integer

Default
Path

plugin.tx_watchwords.settings

Scope

Plugin, TypoScript Setup

Test file testFile

testFile

testFile
type

string

Default
Path

plugin.tx_watchwords.settings

Scope

Plugin, TypoScript Setup

If the test file is set, then its content will be shown instead of a daily watchword. Use a news reader and save its content into a test file.

Example        

See inside of watchword: /Resources/Public/Examples/Verse_Feb_06_2022.xml .

Standard error text standard

standard

standard
type

stdWrap

Default

standard = TEXT standard.value = Sorry, no data could be fetched!

Path

plugin.tx_watchwords.settings

Scope

Plugin, TypoScript Setup

Text that will be displayed, if no watchword could be fetched with the current configuration.

How to show a watchword on every page:

You can show the watchwords on every page by a marker inserted into your main page template.

lib.watchwordsLib = USER
lib.watchwordsLib {
    userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run 
    pluginName = Watch
    extensionName = Watchwords
    controller = WatchwordsController
    action = index
    settings =< plugin.tx_watchwords.settings
    view =< plugin.tx_watchwords.view
}

page = PAGE
... 
page.10 {

    marks.WATCHWORD < lib.watchwordsLib
}

Copied!

Extbase/Fluid

Use the common Extbase/Fluid setup if you want to modify the template files.

See plugin.