{% include 'admin/partials/header.html' %}{% include 'admin/partials/sidebar.html' %}

Moderation Audit Log

Recorded topic, post, and permission changes made by staff.

Recent staff actions

The newest 200 entries are shown.

Staff memberActionTargetTime
{% foreach $entries as $entry %}
{{ $entry['username']?:'System' }}Member #{{ $entry['moderator_id'] }}{{ ucwords(str_replace('_',' ',$entry['action'])) }}{{ ucfirst($entry['target_type']) }} #{{ $entry['target_id'] }}{{ date('M j, Y ยท g:i A',strtotime($entry['created_at'])) }}
{% endforeach %}{% if !$entries %}
No moderation actions yet

Topic and permission actions will appear here.

{% endif %}
{% include 'admin/partials/footer.html' %}