Pages/TopUsers

* hide 'reports' column as reputation for reports is NYI
This commit is contained in:
Sarjuuk
2024-07-07 20:55:00 +02:00
parent 9435c0fc2e
commit 815f13e530

View File

@@ -225,7 +225,7 @@ class MorePage extends GenericPage
}
$this->lvTabs[] = ['topusers', array(
'hiddenCols' => ['achievements', 'posts', 'uploads'],
'hiddenCols' => ['achievements', 'posts', 'uploads', 'reports'],
'visibleCols' => ['created'],
'name' => '$LANG.lastweek_stc',
'name' => $tabName,