Table of Contents
- encode_removed_text
- moblog_allow_nontextareas
- popup_link
- protect_javascript
- remove_close_all_button
- smart_static_parsing
- spellcheck_language_code
- use_forum_url
- view_comment_chars
- view_comment_leave_breaks
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';
moblog_allow_nontextareas
Value: y/n
Removes the textarea only restriction for custom fields in the moblog module.
$conf['moblog_allow_nontextareas'] => 'y';
popup_link
Value: y/n
Determines whether or not links created by Typography class open in a new window.
$conf['popup_link'] => 'y';
protect_javascript
Value: y/n
Prevents the advanced conditionals parser from processing anything in tags.
$conf['protect_javascript'] => 'y';
remove_close_all_button
Value: y/n
Removes the Close All button from the Publish/Edit page. Useful because most browsers no longer need it and Admins might want it gone
$conf['remove_close_all_button'] => 'y';
smart_static_parsing
Value: y/n
When 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). This setting is enabled by default.
$conf['smart_static_parsing'] => 'n';
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';
use_forum_url
Value: y/n
Determines whether the forums run at a different base URL than the main site. Useful for running forums as a subdomain.
$conf['use_forum_url'] => 'y';
view_comment_chars
Value: Number of characters to display
Sets how many characters to display when viewing comments in the control panel.
$conf['view_comment_chars'] => '50';
view_comment_leave_breaks
Value: y/n
When set to ‘y’, creates <br >‘s based on line breaks when viewing comments in the control panel.
$conf['view_comment_leave_breaks'] => 'y';
