-
New Feature
-
Resolution: Fixed
-
Major
-
3.1.3
-
None
Identifer: core.delete_post_end
Location: include/functions_posts.php (delete_post)
Parameters: Same as core.submit_post_end
Explanation:
I am writing a mod that can perform actions on post count. Similar to AutoGroup from 3.0.x, but without modifying the phpbb_groups table, and using the 3.1.x extension framework. To do this I need to know both when a post is added (handled by core.submit_post_end) and is deleted, because both effect the user's post count, and the mod will put users into groups (or out of them) based on their post count.