I have member promotion group based on activity of users ( Member last posted > Less than ) If user is active, he is promoted to active members group, otherwise he goes to inactive.
When user post something on forum, in database, in table: core_members > member_last_post date of last post is updated. But... when users write, for example "F*** you" and admin remove his post, date in column member_last_post remains the same, whithout updating. That's mean user can have no post, and be active for years, so promotion rule works wrong. How to fix it?