I'm using drupal 6 Tiny MCE, and when I want to upload a picture, I click on image button, it pops up a window. I click on browse button, it pops up another window with the directories I had created, and images contained in the particular directory.
Here is my problem:
1. On the left hand side, the directories are shown with folder icon and names. However, the sorting is like this: A -> B -> C -> a-> b-> c. It seems that it sort all of uppercase letter directory, then only lower case letter directory. I want to have it all jumble up, and sort, so that the output will be aA -> Ab -> Ba -> bb -> ca -> CC. Is this possible?
2. The display of folder is with indentation, to show the hierarchy of the folder and subfolder. How can I take off the indentation but maintaining the hierarchy?
3. For the right had side column, the images are also sorted as A -> B -> C -> a-> b-> c. Can I make it as aA -> Ab -> Ba -> bb -> ca -> CC too?
Thank you in advance for helping me thinking it out.