austins / Vanilla-App-Articles

Provides a way to publish articles with Vanilla Forums.
https://open.vanillaforums.com/addon/articles-application
GNU General Public License v2.0
11 stars 2 forks source link

Deleting User Data: Handle Trashed Articles #58

Open austins opened 8 years ago

austins commented 8 years ago

Handle "Trash" articles when deleting user with the wipe method. This is better than deleting the article itself, which would require deleting article comments from other users and other processing.

See the DeleteUserData() function in class.hooks.php and Delete() methods in models.