Skip to main content

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.

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.
Mod Log Matrix is an old Reddit only feature. It does not run on new Reddit (www.reddit.com or sh.reddit.com).

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:
https://old.reddit.com/r/SUBREDDIT/about/log#matrix

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 banuser action in the fetched window, that column will not appear.
  • Counts are integers. A cell showing 0 means 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.
1

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).
2

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.
3

Sort by total

Click the total column header to rank moderators by overall activity in the fetched log window.

How data is fetched

The module reads the log entries already rendered on the current mod log page rather than making a separate API call. It parses each entry for the acting moderator and the action type, then aggregates the counts into the matrix. Applying Reddit’s built-in log filters (by action type or by moderator username) before toggling the matrix limits which entries are counted.
To audit a single moderator’s action breakdown, use Reddit’s filter by moderator dropdown before clicking toggle moderation log matrix. The matrix will then show only that moderator’s row alongside the action columns present in the filtered log.

Settings reference

The Mod Log Matrix module has no user-configurable settings. It is enabled or disabled as a whole from the Toolbox settings panel. The module is enabled by default.

Build docs developers (and LLMs) love