Опубліковано 3 січня, 20169 р Адміністратор Перейти на FTP-Клиент.sources/components_public/downloads/display.phpНайти:if( $category['coptions']['opt_filess'] ) { $this->output = str_replace( "<!--SCREENSHOT_DISPLAY-->", $this->ipsclass->compiled_templates['skin_downloads']->screenshot_inline( array( 'file_ssname' => $file['file_ssname'], 'file_ssurl' => $file['file_ssurl'], 'file_id' => $file['file_id'], 'thumb_x' => $category['coptions']['opt_thumb_x'] ) ), $this->output ); }Заменить на:if( $category['coptions']['opt_filess'] ) { $this->output = str_replace( "<!--SCREENSHOT_DISPLAY-->", $this->ipsclass->compiled_templates['skin_downloads']->screenshot_inline( array( 'file_ssname' => $file['file_ssname'], 'file_ssurl' => $file['file_ssurl'], 'file_id' => $file['file_id'], 'thumb_x' => $category['coptions']['opt_thumb_x'], 'file_name' => $file['file_name'] ) ), $this->output ); }
Для публікації повідомлень створіть обліковий запис або авторизуйтесь