Project

General

Profile

Actions

Feature #64439

closed

Thumbnail size with PageTS or UserTS - Pictures are to small in backend

Added by Quadronet no-lastname-given over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-01-22
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

For the clients it were beautiful to set the thumbnail size over PageTS or UserTS (constants), because they are to small for a lot of user. TYPO3 6.2 LTS.

1. typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
row: 1545
static public function thumbCode($row, $table, $field, $backPath, $thumbScript = '', $uploaddir = NULL, $abs = 0, $tparams = '', $size = '', $linkInfoPopup = TRUE) {
// Check and parse the size parameter
$sizeParts = array(128, 128);

2. Typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php

row: 529
'appearance' => array(
'useSortable' => TRUE,
'headerThumbnail' => array(
'field' => 'uid_local',

'width' => '45',
'height' => '45c',*
),

3. Typo3_src -> typo3/sysext/backend/classes/Utility/BackendUtility.php

Zeile 1545

static public function thumbCode($row, $table, $field, $backPath, $thumbScript = '', $uploaddir = NULL, $abs = 0, $tparams = '', $size = '', $linkInfoPopup = TRUE) {
// Check and parse the size parameter
$sizeParts = array(64, 64);
if ($size = trim($size)) {
$sizeParts = explode('x', $size . 'x' . $size);
if (!(int)$sizeParts0) {
$size = '';
}
}


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #73357: Make thumbnail size in file browser configurableClosed2016-02-12

Actions
Actions #1

Updated by Benni Mack over 6 years ago

  • Project changed from 1664 to TYPO3 Core
Actions #2

Updated by Frans Saris over 6 years ago

  • Status changed from New to Closed

Resolved by #73357

Actions #3

Updated by Frans Saris over 6 years ago

  • Is duplicate of Feature #73357: Make thumbnail size in file browser configurable added
Actions

Also available in: Atom PDF