You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Donor's names will show up in "advanced bans/comms search -> search by admin".
In "pages/admin.bans.search.php" and "pages/admin.comms.search.php" change
$admin_list = $GLOBALS['db']->GetAll("SELECT * FROM " . DB_PREFIX . "_admins ORDER BY user ASC");
to
$admin_list = $GLOBALS['db']->GetAll("SELECT * FROM " . DB_PREFIX . "_admins WHERE NOT srv_group = 'Donors - Reserved slot' ORDER BY user ASC");
Rename Donors - Reserved slot part to what ever group name you use for donors.