Thomas
Member
Is it intentional that when a mod/admin claims a reported post that it shows up? Also when the change the status to resolved it generates an entry as well (but doesn't state what it is).
I can understand reported posts themselves showing up but not really the subsequent actions.
You can remove unwanted actions from
Listener -> LoadClassDataWriter.php
e.g. delete
Code:
elseif ($class === 'XenForo_DataWriter_[I]Report[/I]')
{
$extend[] = 'DigitalPointSpy_DataWriter_[I]Report[/I]';
}
from it in order to avoid reported items from showing up in the spy