Feature #21125

Display thumbnails (from $TCA[$table]['ctrl']['thumbnail']) in element browser

Added by Kai Tallafus over 3 years ago. Updated 11 days ago.

Status:Needs Feedback Start date:2009-09-22
Priority:Should have Due date:
Assignee:Oliver Hader % Done:

0%

Category:-
Target version:-
TYPO3 Version:4.2 Complexity:
PHP Version:5.2
Votes: 0

Description

If thumbnailsByDefault in user setup is enabled, the element browser should also display thumbnails.

Currently, in class.browse_links.php (line 1916) it is hardcoded:
$dblist->thumbs = 0;

It would be nice if this could be done like in db_list.php:
$dblist->thumbs = $BE_USER->uc['thumbnailsByDefault'];

(or maybe it should be controlled by an additional TSConfig option?)

(issue imported from #M12040)

browse_links.patch (551 Bytes) Kai Tallafus, 2012-05-23 17:29

History

Updated by Kai Tallafus 12 months ago

I finally have a patch for this :)
Would it be possible to add this small change in one of the next versions?
The patch is made from Version 4.7.1

Updated by Alexander Opitz 11 days ago

  • Status changed from New to Needs Feedback

Hi,

thanks for the patch. Does the problem persists with latest 4.7 release? If yes, can you update your patch to latest 4.7?

Thanks.

Also available in: Atom PDF