From c98470b43e63da580f09e6c86ea7b6bc33e24f08 Mon Sep 17 00:00:00 2001 From: FractalParadigm Date: Tue, 11 Mar 2025 21:20:00 -0400 Subject: [PATCH] Replaced references to "Discord Link" to "Discord User ID" --- admin/user_management/user_edit_form.php | 2 +- admin/user_management/user_form.php | 2 +- user/account.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/user_management/user_edit_form.php b/admin/user_management/user_edit_form.php index e7bfa63..f035a75 100644 --- a/admin/user_management/user_edit_form.php +++ b/admin/user_management/user_edit_form.php @@ -56,7 +56,7 @@ try { // Try opening the SQL database connection
" id="discord" name="discord" class="newLine" style="width:100%" maxlength="50"/> - + " id="discordLink" name="discordLink" class="newLine" style="width:100%" pattern="[0-9]*" maxlength="50"/> " id="twitch" name="twitch" class="newLine" style="width:100%" maxlength="50" /> diff --git a/admin/user_management/user_form.php b/admin/user_management/user_form.php index ec839d9..e15ec23 100644 --- a/admin/user_management/user_form.php +++ b/admin/user_management/user_form.php @@ -67,7 +67,7 @@ try { // Try opening the SQL database connection - + diff --git a/user/account.php b/user/account.php index e4e4617..4627701 100644 --- a/user/account.php +++ b/user/account.php @@ -126,7 +126,7 @@ try { // Try opening the SQL database connection

YouTube (name):Your YouTube username

YouTube (link):Link to your YouTube channel

Discord (name):You Discord name (how it's displayed)

-

Discord (UserID):This is the numerical User ID from Discord. Right-click your profile name to copy your ID

+

Discord (User ID):This is the numerical User ID from Discord. Right-click your profile name to copy your ID

 

Back