![]() |
Ask about the hook!
Hi All!
I have written a products that manage my mark's member. I have a question about the plugin to delete user's mark when delete user in admincp. What's hook can I use? Sorry for my english isn't good. Please help me. Thanks in advance. |
I can't really tell what you are talking about. But, when you delete a user via the admin cp, you are using the admincp/user.php file and there is a hook called 'useradmin_prune' that I use for when I delete members and have to do more stuff afterwards.
|
Hi!
Thank you for your help, I want to write a plugin in my product to delete member's mark in usermarks table. Now I have known hook name. Thank in advance. |
There is no "usermarks" table in a default installation in vBulletin.
|
Hi!
usermarks is my table that I add it to my db, I write new product work with it. Each member have some record in it, and I want to delete that records, I know that I must write plugin, please tell me how? Thanks in advance.! |
Quote:
PHP Code:
|
Hi!
I add new plugin at useradmin_prune hook by add some code: $db->query_write("DELETE FROM ".TABLE_PREFIX"usermarks WHERE userid in ($userids) Now I go to my admincp then delete user but records in usermarks have existed. How to delete it? Thanks you very much! |
Whoops. Mine removes the user when you do a Mass Delete. You are looking to delete a single user from the admin cp, right? If so, you can't use a plugin, you actually have to modify the code under the 'kill' option. Go to around line 277 or so of admincp/user.php. Look for this code and add your query in where I have mine in red:
Code:
$userdm =& datamanager_init('User', $vbulletin, ERRTYPE_CP); |
Hi Lynne!
I don't want to modify orginal vbb code. I want to add a hack mod to delete it. Is there another way? Can I use another hook to delete data without join with user table. Example in global_start? Thank in advance. Merry Christmas & Happy new year! |
There should be a hook called userdata_delete.
|
All times are GMT. The time now is 02:12 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|