Unwarranted Observations

a tumblr stumbling: jessie james jackson taylor

Mar 27, 2011 7:07pm

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:
o title
o akismet_api_key
o uri
o theme_path
o use_cache
o cache_ttl
o per_page
o description
o use_captchas
o monitor_comments
o theme_layout
o save_spam
o allow_comments
o comments_time_limit
o theme_module
o multiple_comment_submission_time_limit
o asset_upload_path

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)
o img_width - 120
o img_height - 26
o expiration - 600 (10 minutes)
o bg_color => #4b4b4b
o char_color => #ffffff,#cccccc,#ffffff,#999999,#ffffff,#cccccc
o 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

Page 1 of 1