Project

General

Profile

Actions

Feature #21125

closed

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

Added by Kai Tallafus about 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-22
Due date:
% Done:

0%

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

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)


Files

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

Updated by Kai Tallafus over 12 years 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

Actions #2

Updated by Alexander Opitz over 11 years 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.

Actions #3

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed
  • Assignee deleted (Oliver Hader)

No feedback for over 90 days.

Actions

Also available in: Atom PDF