Notice:
If for a usergroup, the "Show edited by note on edited messages?" setting is set to No, then the edits that this usergroup performs (given that its a moderator/admin usergroup) will not show in the User ModLog unless a reason is provided for the edit.
The reason that this behavior occurs is that vBulletin, in that case, does not store the edits in the editlog table unless they have a reason. My hack reads the post edits from the editlog table (because the moderatorlog table doesn't provide enough info in this case - which is a vB bug I reported and will be fixed in 3.6.9).
This is what caused MrD's problem.
|