diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index 0bbd3943..08ae7fe4 100755 --- a/core/vendor/filemanager/config/config.php +++ b/core/vendor/filemanager/config/config.php @@ -425,7 +425,7 @@ $config = array( 'url_upload' => true, - //************************************ + //************************************ //Thumbnail for external use creation //************************************ @@ -437,12 +437,12 @@ $config = array( // path_from_filemanager/test/test1/ // PS if there isn't write permission in your destination folder you must set it // - 'fixed_image_creation' => false, //activate or not the creation of one or more image resized with fixed path from filemanager folder - 'fixed_path_from_filemanager' => array( '../test/', '../test1/' ), //fixed path of the image folder from the current position on upload folder - 'fixed_image_creation_name_to_prepend' => array( '', 'test_' ), //name to prepend on filename - 'fixed_image_creation_to_append' => array( '_test', '' ), //name to appendon filename - 'fixed_image_creation_width' => array( 300, 400 ), //width of image (you can leave empty if you set height) - 'fixed_image_creation_height' => array( 200, '' ), //height of image (you can leave empty if you set width) + 'fixed_image_creation' => true, //activate or not the creation of one or more image resized with fixed path from filemanager folder + 'fixed_path_from_filemanager' => array( '../../../site/file/thumb' ), //fixed path of the image folder from the current position on upload folder + 'fixed_image_creation_name_to_prepend' => array( '' ), //name to prepend on filename + 'fixed_image_creation_to_append' => array( '' ), //name to appendon filename + 'fixed_image_creation_width' => array( 480 ), //width of image + 'fixed_image_creation_height' => array( 320 ), //height of image /* # $option: 0 / exact = defined size; # 1 / portrait = keep aspect set height; @@ -459,11 +459,11 @@ $config = array( // The image creation path is always relative so if i'm inside source/test/test1 and I upload an image, the path start from here // 'relative_image_creation' => false, //activate or not the creation of one or more image resized with relative path from upload folder - 'relative_path_from_current_pos' => array( './thumb', '' ), //relative path of the image folder from the current position on upload folder + 'relative_path_from_current_pos' => array( './', './' ), //relative path of the image folder from the current position on upload folder 'relative_image_creation_name_to_prepend' => array( '', '' ), //name to prepend on filename - 'relative_image_creation_name_to_append' => array( '', '' ), //name to append on filename - 'relative_image_creation_width' => array( 300, ''), //width of image (you can leave empty if you set height) - 'relative_image_creation_height' => array( 220, '' ), //height of image (you can leave empty if you set width) + 'relative_image_creation_name_to_append' => array( '_thumb', '_thumb1' ), //name to append on filename + 'relative_image_creation_width' => array( 300, 400 ), //width of image + 'relative_image_creation_height' => array( 200, 300 ), //height of image /* # $option: 0 / exact = defined size; # 1 / portrait = keep aspect set height; @@ -471,8 +471,7 @@ $config = array( # 3 / auto = auto; # 4 / crop= resize and crop; */ - 'relative_image_creation_option' => array( 'auto', 'auto' ), //set the type of the crop - + 'relative_image_creation_option' => array( 'crop', 'crop' ), //set the type of the crop // Remember text filter after close filemanager for future session 'remember_text_filter' => false, diff --git a/module/blog/view/index/index.php b/module/blog/view/index/index.php index 55ee50c7..b8b55e03 100755 --- a/module/blog/view/index/index.php +++ b/module/blog/view/index/index.php @@ -5,7 +5,7 @@
- +
diff --git a/site/file/thumb/galerie/landscape/desert.jpg b/site/file/thumb/galerie/landscape/desert.jpg index 86fe27b5..fba641cf 100644 Binary files a/site/file/thumb/galerie/landscape/desert.jpg and b/site/file/thumb/galerie/landscape/desert.jpg differ diff --git a/site/file/thumb/galerie/landscape/iceberg.jpg b/site/file/thumb/galerie/landscape/iceberg.jpg index 679abc97..ed66fcf7 100644 Binary files a/site/file/thumb/galerie/landscape/iceberg.jpg and b/site/file/thumb/galerie/landscape/iceberg.jpg differ diff --git a/site/file/thumb/galerie/landscape/meadow.jpg b/site/file/thumb/galerie/landscape/meadow.jpg index 05daadfe..eabc3848 100644 Binary files a/site/file/thumb/galerie/landscape/meadow.jpg and b/site/file/thumb/galerie/landscape/meadow.jpg differ diff --git a/site/file/thumb/galerie/space/cosmos.jpg b/site/file/thumb/galerie/space/cosmos.jpg index b4aeb0bd..21b1dd9f 100644 Binary files a/site/file/thumb/galerie/space/cosmos.jpg and b/site/file/thumb/galerie/space/cosmos.jpg differ diff --git a/site/file/thumb/galerie/space/earth.jpg b/site/file/thumb/galerie/space/earth.jpg index 7b7ccf50..e9d0f42e 100644 Binary files a/site/file/thumb/galerie/space/earth.jpg and b/site/file/thumb/galerie/space/earth.jpg differ diff --git a/site/file/thumb/galerie/space/nebula.jpg b/site/file/thumb/galerie/space/nebula.jpg index 14523336..9637a40d 100644 Binary files a/site/file/thumb/galerie/space/nebula.jpg and b/site/file/thumb/galerie/space/nebula.jpg differ