Ticket #191 (accepted enhancement)
Create corresponding folder paths in thumbs/ folder
| Reported by: | sidtheduck | Owned by: | sidtheduck |
|---|---|---|---|
| Priority: | high | Milestone: | 1.1 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Per this discussion ( http://www.plogger.org/forum/discussion/2121/2-things-importing-and-security/#Item_13 ) we may run into issues with users with large galleries.
Currently, all the thumbnails are stored directly within the thumbs folder. If a user has more than the limited amount of images, the thumbs folder will be over capacity where each individual album would be fine within itself.
We should set up relative paths to fix this. We could either set up a corresponding path and place all thumbnails (small, large, and RSS) within that folder (i.e. /thumbs/collection/gallery/ ) which may still limit users a maximum of 1/3 the image amount per album. Or we could set up different corresponding paths for each type of thumbnail (i.e. /thumbs/small/collection/gallery + /thumbs/large/collection/gallery + thumbs/rss/collection/gallery) which would allow the maximum amount of images for each album.
What are others thoughts for the structure of this?
