For instructions on changing Constant Editor options, refer to Modifications Using the Constant Editor.
There are a number of performance modifications you can make using the Constant Editor. Use the following instructions for modifying these options.
Allow Caching: By default, this option is turned on (set to 1). To turn off this option, change the option to 0.
Use Storage Folder: If you would prefer to use the TYPO3 General Storage Folder rather than the Sermon Storage Folder, set this option to 0.
SMS Record Storage PID: If you choose to use the TYPO3 General Storage Folder, you must specify the Storage Folder's PID (see Illustration 24 for how to find the page's PID).
Template File: If you're going to create or modify the SMS Template file, point this option to the location of your new Template (see Modifying the Layout Template).
List View – Alternating Class: If you wish to, you can change the class declaration added to odd rows of the list view. The ###ALTERNATING_CLASS### marker is replaced by the assigned string. Out of the Box, the SMS list view adds a class to every odd row, allowing you to style odd and even rows differently for visual improvements. The default class is tx-wecsermons-pi1-list-odd, but this can be changed to something different if you wish.
Single View – Single PID: If you choose to use the Single Display option, set this option to the Page ID where you wish the Single Sermon records to show (see Illustration 24 to view how to find the page's PID). If you use the Single View, you must also change the List View – List PID and the Search View – Search PID options.
List View – List PID: If you choose to use the Single Display option, set this option to the Page ID where you wish the Single Sermon records to show. If you use the Single View, you must also change the Single View – Single PID and the Search View – Search PID options.
Search View – Search PID: If you choose to use the Single Display option, set this option to the Page ID where you wish the Search results to show. This PID does not have to be the same PID as the Single Display page, but whatever page you choose must have the SMS plugin installed and configured for the Sermons Search feature (see Adding a Search Feature to the Layout).
The SMS extension has the potential for being multi-lingual using the local_lang file. Included languages for this extension include:
(dk) Danish
(de) German
(it) Italian
(fr) French
(nw) Norwegian
(es) Spanish
(cz) Czechoslovakian
(nl)
(pl)
(si)
(fi) Finnish
(tr)
(se)
(pt)
(ru) Russian
(ro) Romanian
(ch)
(sk)
(lt)
(is)
(hr)
(hu) Hungarian
(gl)
(tl)
(gr) Greek
(hk)
(eu)
(bg) Belgian
(et)
(ar)
(he) Hebrew
(us)
(lv) Latvian
(jp) Japanese
(vn)
(ca)
(ba)
(kr)
(eo)
(my)
Although English is the default language, it is easy to change the SMS extension language. Indeed, to use a different language requires but a single line of TypoScript added into the Template's Setup. To change the SMS extension language:
Using the Template Module, click on the root directory and then select Info/Modify from the drop-down list on the right.
Click the Edit icon to the left of Setup.
Scroll down to the bottom of the file and add the following TypoScript:
plugin.tx_wecsermons_pi1.LOCAL_LANG = XX >
(where XX is the two letter language code from the above chart).
Click Update and close.