Changes between Initial Version and Version 1 of Ticket #7991, comment 1
- Timestamp:
- 11/23/2018 11:45:16 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7991, comment 1
initial v1 1 1 Hi @shay1383! 2 2 3 Storage is relatively cheap nowadays. The problem is for the very oldest BuddyPress sites, we have no way of knowing what images BuddyPress added to a site. There is a chance some custom code or plugin wrote something to the same storage folders that we use, and if we just deleted everything, then we'd quite possibl edestroy unrelated data.3 Storage is relatively cheap nowadays. The problem is for the very oldest BuddyPress sites, we have no way of knowing what images BuddyPress added to a site. There is a chance some custom code or plugin wrote something to the same storage folders that we use, and if we just deleted everything, then we'd quite possibly destroy unrelated data. 4 4 5 5 If/when the avatar image implementation is overhauled, we could probably support this for new sites.