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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
to
Rename
Donors - Reserved slot
part to what ever group name you use for donors.The text was updated successfully, but these errors were encountered: