Index: branches/5.1.x/core/units/skins/skins_config.php =================================================================== diff -u -N -r13159 -r13658 --- branches/5.1.x/core/units/skins/skins_config.php (.../skins_config.php) (revision 13159) +++ branches/5.1.x/core/units/skins/skins_config.php (.../skins_config.php) (revision 13658) @@ -1,6 +1,6 @@ MAX_UPLOAD_SIZE, // in Bytes ! 'file_types'=>'*.jpg;*.gif;*.png', 'files_description'=>'!la_hint_ImageFiles!', 'upload_dir' => WRITEBALE_BASE . '/user_files/', // relative to project's home - 'as_image'=>true, 'thumb_width'=>100, 'thumb_height'=>100, + 'thumb_format' => 'resize:100x100', 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths 'direct_links'=>false, // use direct file urls or send files through wrapper (requires mod_mime_magic) 'default' => null, @@ -127,7 +127,7 @@ 'max_size'=>MAX_UPLOAD_SIZE, // in Bytes ! 'file_types'=>'*.jpg;*.gif;*.png', 'files_description'=>'!la_hint_ImageFiles!', 'upload_dir' => WRITEBALE_BASE . '/user_files/', // relative to project's home - 'as_image'=>true, 'thumb_width'=>100, 'thumb_height'=>100, + 'thumb_format' => 'resize:100x100', 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths 'direct_links'=>false, // use direct file urls or send files through wrapper (requires mod_mime_magic) 'not_null' => 1, 'default' => '', @@ -137,7 +137,7 @@ 'max_size'=>MAX_UPLOAD_SIZE, // in Bytes ! 'file_types'=>'*.jpg;*.gif;*.png', 'files_description'=>'!la_hint_ImageFiles!', 'upload_dir' => WRITEBALE_BASE . '/user_files/', // relative to project's home - 'as_image'=>true, 'thumb_width'=>100, 'thumb_height'=>100, + 'thumb_format' => 'resize:100x100', 'multiple'=>false, // false or max number of files - will be stored as serialized array of paths 'direct_links'=>false, // use direct file urls or send files through wrapper (requires mod_mime_magic) 'not_null' => 1, 'default' => '',