Changes between Initial Version and Version 1 of Ticket #21643, comment 7
- Timestamp:
- 08/24/2012 10:07:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21643, comment 7
initial v1 3 3 However if a user uploads a second bunch of images, it will be displayed on top of the previous one, which might also be confusing. 4 4 5 I guess the actual enhancement here would be to switch from sorting by ID (which depends on the order of uploading) to thealphabetical order in the Gallery tab. This wouldn't be the default behaviour, but makes sense as a plugin.5 I guess the actual enhancement here would be to switch from sorting by ID (which depends on the order of uploading) to alphabetical order in the Gallery tab. This wouldn't be the default behaviour, but makes sense as a plugin. 6 6 7 7 [attachment:keep-alphabetical-order.php] is a workaround plugin for that.