mcatze
Well-known member
For my membermap add-on is create for every user a minimap in the data path. Now i want to delete these user-based image when the user will be deleted.
Is there a proper way to do this? I tried it with extending
I have a existing function for deleting these images as Service and it works fine as a action in ACP when i edit a user.
Can someone give me a hint? I am not so familiar with XF2 coding.
Is there a proper way to do this? I tried it with extending
userDeleteCleanInit()
, but it doesn't work.I have a existing function for deleting these images as Service and it works fine as a action in ACP when i edit a user.
Can someone give me a hint? I am not so familiar with XF2 coding.