https://tracker.phpbb.com/browse/PHPBB3-15289
https://github.com/phpbb/phpbb/pull/4895
Subfolder system for attachments
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Re: Subfolder system for attachments
It is solved if you use a cloud provider yes. But it also makes it easy to solve for the local storage: we can handle it completely in the local adapter. (Maybe with a fallback check for BC reasons)
Member of the phpBB Development-Team
No Support via PM
No Support via PM
Re: Subfolder system for attachments
Yes, it can be done.
About backwards compatibility, i think it may not be necessary, i have an idea.
Re: Subfolder system for attachments
I have submitted a pr for this https://github.com/phpbb/phpbb/pull/4968
Re: Subfolder system for attachments
Interesting, I hope you tested it.rubencm wrote: ↑Thu Sep 21, 2017 8:38 pm I have submitted a pr for this https://github.com/phpbb/phpbb/pull/4968
By the way, what if the board gets upgraded from a previous version? Will the existing attachments (all in one folder) still work?
Re: Subfolder system for attachments
Not much really
The number of subfolders used is configurable, and by default is 0 (no subfolders)
Re: Subfolder system for attachments
So, no transition from 0 to 2 subfolders and thus no use for the existing forums?
Re: Subfolder system for attachments
If you change the configuration (you change the number or subdirectories or the mail directory, or even the storage system), all files will be moved from one configuration to another (but sill isnt done)
-
- Registered User
- Posts: 2
- Joined: Wed Jan 20, 2021 10:27 am
Re: Subfolder system for attachments
I was wondering if this very important features is implemented or not.
According to the tracker of open tickets https://tracker.phpbb.com/browse/PHPBB3-15371 it will be present in version 4.0.0 even if in this topics https://www.phpbb.com/community/viewtop ... 6&start=15 it is reported that is included in the core of 3.3....
So I have another question: in which release we will find this feature and when will be available this relaese?
Is there any other way to solve the issue without waiting for years and without introducing personal patches?
We have about 400K attachments in our forum and this reduced number has been obtained by single deletions of uploaded files; about half of the uploaded files have been deleted, the remaining are important documents for biodiversity in Italy and we would like to preserve them.
Even if our provider is kindly providing any kind of help for the management of the monstre "files" folder, allowing for unlimited file number in FTP download and reserving a quad core processor esclusively for the execution of our pages with more than enough RAM and disk memory, we are starting to have problems mainly related to the number of files in a single folder.
Thank you for any helping answer.
Daniela
According to the tracker of open tickets https://tracker.phpbb.com/browse/PHPBB3-15371 it will be present in version 4.0.0 even if in this topics https://www.phpbb.com/community/viewtop ... 6&start=15 it is reported that is included in the core of 3.3....
So I have another question: in which release we will find this feature and when will be available this relaese?
Is there any other way to solve the issue without waiting for years and without introducing personal patches?
We have about 400K attachments in our forum and this reduced number has been obtained by single deletions of uploaded files; about half of the uploaded files have been deleted, the remaining are important documents for biodiversity in Italy and we would like to preserve them.
Even if our provider is kindly providing any kind of help for the management of the monstre "files" folder, allowing for unlimited file number in FTP download and reserving a quad core processor esclusively for the execution of our pages with more than enough RAM and disk memory, we are starting to have problems mainly related to the number of files in a single folder.
Thank you for any helping answer.
Daniela
Last edited by Daniela longo on Wed Jan 20, 2021 11:35 am, edited 1 time in total.