'message'=>"Strip ICC profiles from uploaded images. ImageMagick only.",
'imagemagick-only'=>true
),
array(
'id'=>'cpm-obfuscate-filenames-on-upload',
'name'=>"Obfuscate Filenames on Upload?",
'type'=>'dropdown',
'options'=>"none:No obfuscation|append:Append code to title|replace:Replace title with code",
'default'=>"none",
'message'=>"add or replace the title of the image file with a random code to prevent nosy readers from looking ahead in your archive"
),
"Advanced Configuration",
array(
"id"=>"cpm-skip-checks",
"name"=>"Skip Checks?",
"type"=>"checkbox",
'default'=>"1",
"message"=>"if you know your configuration is correct, enable this to improve performance. Enabling this also hides ComicPress version incompatibiity messages."
),
array(
"id"=>"cpm-edit-post-integrate",
"name"=>"Allow date change/deletions in Edit Post to affect associated comic files?",
"type"=>"checkbox",
'default'=>"1",
"message"=>"if checked, working in Edit Post will affect your comic files"
),
array(
"id"=>"cpm-sidebar-type",
"name"=>"ComicPress Manager Sidebar:",
"type"=>"dropdown",
'options'=>'standard:ComicPress Status and Help|latest:Latest Comic Posts|none:No Sidebar',
'default'=>"standard",
"message"=>"change the ComicPress Manager sidebar to a different default view"
),
array(
"id"=>"cpm-date-format",
"name"=>"ComicPress Manager Date Format",
"type"=>"text",
"size"=>12,
'default'=>"Y-m-d",
"message"=>"if you've hacked on ComicPress to support a different date format, change it here"
),
array(
"id"=>"cpm-perform-gd-check",
"name"=>"Check uploaded files using GD?",
"type"=>"checkbox",
'default'=>"1",
"message"=>"enable this to check if uploaded files are valid images using the GD library"
),
array(
"id"=>"cpm-enable-dashboard-rss-feed",
"name"=>"Enable the ComicPress RSS Feed on the Dashboard?",
"type"=>"checkbox",
'default'=>"1",
"message"=>"enable this to get the latest ComicPress news on your Dashboard"
),
array(
"id"=>"cpm-enable-quomicpress",
"name"=>"Enable the QuomicPress (Quick ComicPress) panel on the Dashboard?",
"type"=>"checkbox",
'default'=>"1",
"message"=>"enable this to use the QuomicPress (Quick ComicPress) posting box on your Dashboard"
"name"=>__("Use the old method of finding subdirectories",'comicpress-manager'),
"type"=>"checkbox",
'default'=>"0",
"message"=>__("if your comic directories are at the root of your site, and your WordPress installation is in a subdirectory, enable this option.",'comicpress-manager')
"name"=>"Unix chmod permissions to assign to uploaded files?",
"type"=>"text",
"size"=>5,
"strip-wpmu"=>true,
'default'=>"664",
"message"=>"if you're on a Unix-like operating system, and need to have files uploaded with specific permissions, enter them in here. Windows systems always upload with chmod 777"
),
array(
"id"=>"cpm-document-root",
"name"=>"Specify a WordPress DOCUMENT_ROOT",
"type"=>"text",
"strip-wpmu"=>true,
"size"=>30,
"message"=>"if ComicPress Manager isn't able to automatically find the path to your index.php file and comics folders, enter in the proper absolute path here"