MyBB Community Forums

Full Version: Where a user gets deleted?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to delete one image when a user is being deleted, what are/is the place(s) where users get deleted by default?
(2012-07-04, 01:19 AM)Omar G. Wrote: [ -> ]I want to delete one image when a user is being deleted, what are/is the place(s) where users get deleted by default?

what you exactly mean ?
so far i am aware are users stored in the database ( yourdatabase.yourprefix_users ) and if they get deleted they get removed from database

if you mean user avatar then probaly they are stored in the folder avatars ( uploads/avatars)

Greetings From PowerChaos
I meant, what are the hooks that are run when a user is deleted (obviously I can't magically know when a user is deleted directly from the DB).