The Mod Log Matrix reads your subreddit’s moderation log and builds a sortable table that shows exactly how many times each moderator has performed each type of action — approvals, removals, bans, mutes, and more. Instead of scrolling through hundreds of individual log entries, you get an at-a-glance breakdown by moderator and action type, directly on the mod log page.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/toolbox-team/reddit-moderator-toolbox/llms.txt
Use this file to discover all available pages before exploring further.
Accessing the matrix
When the module is enabled, a toggle moderation log matrix link appears in the menu area of your subreddit’s mod log page (/r/SUBREDDIT/about/log). Click the link to build and display the matrix. Clicking it again hides the matrix and restores the standard log view.
You can also deep-link directly to the matrix view by appending #matrix to the mod log URL:
Reading the matrix
The matrix is a table where each row represents one moderator and each column represents one action type found in the log. The final column shows the moderator’s total action count.- Moderator names are listed in the first column.
- Action columns are generated dynamically from whichever actions actually appear in the fetched log entries — if no one has performed a
banuseraction in the fetched window, that column will not appear. - Counts are integers. A cell showing
0means the moderator appears in the log for at least one action but not for that specific action type.
The matrix fetches up to 500 log entries per load. The filter links on the mod log page (e.g. filtering by action type or moderator) retain the
#matrix anchor, so switching filters rebuilds the matrix for the filtered view.Sorting the table
Click any column header to sort the table by that column.Sort by moderator name
Click the first column header (the blank moderator name header) to sort alphabetically. The first click sorts descending (Z → A); click again to sort ascending (A → Z).
Sort by action count
Click any action column header to sort all rows by that action’s count. The first click sorts descending (highest first); click again to reverse. The active sort column displays a small arrow icon indicating direction.