x
 
Create New Page

Revision: Hidden Configuration Variables

Revision from: 10:12, 24 Aug 2006

Table of Contents


Spellchecking

spellcheck_language_code

Value: two letter language code

Allows you to specify the language used in the spellchecking functions.  Set the value to the two letter ISO 639 language code for the spellcheck (ex: en, es, de)

$conf['spellcheck_language_code'] => 'de';

Template Parsing

smart_static_parsing

Value: y/n

If enabled, parsing of embedded templates that are not set to the template type “Static” will still be parsed as static if they can be (i.e. if they have no PHP or ExpressionEngine tags in them).

$conf['smart_static_parsing'] => 'y';

encode_removed_text

Value: text string

If set, when an {encode=”“} tag is encountered, but emails are not to be encoded, this text will be displayed in place of the tag.

$conf['encode_removed_text'] => 'Encoded emails not allowed';

Categories: