Hi,

I was wondering if there's a way to add "filetype extension" column in the IMCE browser, and to sort with ?

I have just take a look at imce_extras but this is not that easy to read, the first time.

Thanks by advance,

Comments

ufku’s picture

You can add a button for this.

imce.opAdd({name: 'extsort', title: 'Sorty by extension', func: function(){
  // this is where you sort file list and re-append the files to the UI.
}});
ufku’s picture

Status: Active » Closed (fixed)