Other Configurations
The blog config file has additional configuration parameters to control the blog. You can
- blog_use_db_table_settings - determines whether to use the blog settings or the configuration file to configure the blog
- blog_cache_group - the cache folder to hold blog cache files
- You can specify the same settings found in the Settings module to control the blog if the above
blog_use_db_table_settings is set to FALSE:
- title
- akismet_api_key
- uri
- theme_path
- use_cache
- cache_ttl
- per_page
- description
- use_captchas
- monitor_comments
- theme_layout
- save_spam
- allow_comments
- comments_time_limit
- theme_module
- multiple_comment_submission_time_limit
- asset_upload_path
- page_title_separator
- multiple_authors
- social_media
- email_notify_comment_reply
Programmer specific
The config file also contains several programmer specific configurations:
- formatting - the formatting options allowed for blog posts. Options are Automatic (which uses CodeIgniter's auto_typography function), Markdown or None
- captcha - contains an array of configuration to configure captchas (if they are enabled in the settings):
- img_width - 120
- img_height - 26
- expiration - 600 (10 minutes)
- bg_color- #4b4b4b
- char_color - #ffffff,#cccccc,#ffffff,#999999,#ffffff,#cccccc
- line_color - #ff9900,#414141,#ea631d,#aaaaaa,#f0a049,#ff9900
- comment_form - configuration parameters used for the Form_builder Class which is used for creating the form
- pagination - pagination class configuration parameters
- stopforumspam - settings used for the stopforumspam API which include:
- ip_threshold_flag - 5
- ip_threshold_flag - 20
- ip_threshold_ignore - 20
- email_threshold_ignore - 50