I do notice on the documentation that starting from version 1.3 the images on image browser window can be sorted. How do you do that?
I am currently using the PHP version of the latest FCK Editor (v.2.0)
Please help.
Thanks!
I am currently using the PHP version of the latest FCK Editor (v.2.0)
Please help.
Thanks!
RE: Sort on image browser: HOW?
Any help will be greatly appreciated. Cheers!
RE: Sort on image browser: HOW?
after:
echo "\t</Folders>\n";
echo "\t<Files>\n";
add:
@natsort($files);
This should work for mcpuk filebrowser.
Cheers, Oliver
RE: Sort on image browser: HOW?
How about the folders though... Can I sort them too? It seems like the way they retrieve folders are different from the way they retrieve files. Any suggestion?