Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
TestingSomething Posted June 20, 2010 Posted June 20, 2010 When deleting a member there should be each type of their content listed with checkboxes by them. Posts, topics, gallery images, etc... and you check the box by each type of content you want deleted from that member. Then for each app have a file which adds to an array where maybe the key is the table name and the value is the name of the field which holds their member_id or something? Was just trying to think of some ideas on how to have a setup which allows an admin to get rid of someone's content and not have stuff left over in the various apps.
bfarber Posted June 23, 2010 Posted June 23, 2010 All of our first party applications already handle this (although sometimes content is simply updated to a guest, instead of actually being deleted). Each application is able to create a memberSync.php file that is called when a member is deleted (the onDelete method is called) where that application can clean up anything that might be stored for that user. All of our applications do this already.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.