XFA
Well-known member
Please, could you add a new event listener in the batch update users ?
This would allow to add more feature to the batch update.
I did that on an add-on for a customer but it needs re-do at each update:
I think this would not just benefit me but other developers.
This would allow to add more feature to the batch update.
I did that on an add-on for a customer but it needs re-do at each update:
Edit the file library/XenForo/Deferred/UserAction.php.
Add before $userDw->save(); the following code :
XenForo_CodeEvent::fire('batch_update_users_actions', array($data, $userDw, $userModel));
The code to search is at line 145.
I think this would not just benefit me but other developers.
Upvote
0