The option "Create thumbnail" in ACP "Attachment settings" doubles the number of image files in "Files" folder.
One file has a name of "userid_xxxxxxxxxxxx" and the second one "thumbs_userid_xxxxxxxxxxxx".
My web server provider has an inodes limitation so
1. Can I disable "Create thumbnail" option in ACP, delete all the "thumbs_userid_xxxxxxxxxxxx" files and run an sql script in order to replace all the (already posted) attachament's name in posts table removing the "thumbs_" prefix ?
What i'm asking is to convert my site like it would be without enabling "Create thumbnail" from the beginning.
2. Is there any way to block the creation of "thumbs_" files and still be able to create thumbnails on every page request stored in cache folder, where i would be able to delete them whenever i decide ?
Thanks in advanced.
One file has a name of "userid_xxxxxxxxxxxx" and the second one "thumbs_userid_xxxxxxxxxxxx".
My web server provider has an inodes limitation so
1. Can I disable "Create thumbnail" option in ACP, delete all the "thumbs_userid_xxxxxxxxxxxx" files and run an sql script in order to replace all the (already posted) attachament's name in posts table removing the "thumbs_" prefix ?
What i'm asking is to convert my site like it would be without enabling "Create thumbnail" from the beginning.
2. Is there any way to block the creation of "thumbs_" files and still be able to create thumbnails on every page request stored in cache folder, where i would be able to delete them whenever i decide ?
Thanks in advanced.
Statistics: Posted by gvp9000 — Mon Dec 04, 2023 12:23 am