Opened 6 years ago
Closed 5 months ago
#7991 closed enhancement (maybelater)
Automatic deleting old avatar & cover images
Reported by: | shay1383 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.0 |
Component: | Core | Keywords: | |
Cc: |
Description
To save site owners space BuddyPress should delete the old image (of avatar or cover) once a new one is uploaded.
That way site owners that have a big mass of users can save storage space and money.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @shay1383!
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.
If/when the avatar image implementation is overhauled, we could probably support this for new sites.