Download & Extend

Sort files by filetype in the browser

Project:IMCE
Version:7.x-1.4
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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.
}});

#2

Status:active» closed (fixed)
nobody click here