In my Drupal 8, I am using IMCE file browser with CKEDITOR but can't see image thumbnails to choose from.

Currently I can see a list of files displaying file names but no thumbnails. I can only view the image file if I click a filename but need to see image thumbnail before I select an image.

Related issues:

#3036580: Add list option or preview images
#3043252: Recover thumbnail configuration on Imce.php

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webdevfreak created an issue. See original summary.

abu-zakham’s picture

+1

josebc’s picture

Status: Active » Needs review
FileSize
4.85 KB

Patch attached, apply and run database updates to create new image style.

abu-zakham’s picture

Status: Needs review » Reviewed & tested by the community
thalles’s picture

Status: Reviewed & tested by the community » Needs work
FileSize
74.42 KB

Error after apply the patch:

  • thalles committed 8ab6479 on 8.x-1.x authored by josebc
    Issue #2907354 by josebc, thalles, abu-zakham, webdevfreak: How to show...
thalles’s picture

Status: Needs work » Fixed

After installing the module already with the modifications, everything worked!
Great job!
Thanks all!

Can you solve the issue?
#3036580: Add list option or preview images

ufku’s picture

Status: Fixed » Needs work

I think this would kill load performance of directories with lots of images.
Could you please make it available with a config option which defaults to false?

  • ufku committed b766cf1 on 8.x-1.x
    Revert "Issue #2907354 by josebc, thalles, abu-zakham, webdevfreak: How...
thalles’s picture

Issue summary: View changes
thalles’s picture

Follow the patch!

  • thalles committed 84194d5 on 8.x-1.x
    Issue #2907354 by thalles, josebc, abu-zakham, webdevfreak, ufku: How to...
thalles’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

ufku’s picture

Revised thumbnail implementation

Removed the image style definition.
Moved style config into profile form as a select field with available styles on the site.
Removed the thumbnail wrapper and used icon element instead.

Please wait for enough people to review before committing.