Browse code

user page cleanup

Clarissa Walker authored on 2026/09/16 16:03:02
Showing 2 changed files
... ...
@@ -68,7 +68,6 @@ define ("_JAVASCRIPTOFF", "You must have javascript enabled for this form to wor
68 68
 define ("_LIKE", "like");
69 69
 define ("_LIKES_NUMBER", "Number of Likes");
70 70
 define ("_LOGIN", "Log In");
71
-define ("_LOGINAGAIN", "<br>However, if you have changed your password, you will have to <a href=\"login.php\">login again</a>.");
72 71
 define ("_PLEASELOGIN", "Please login to access this feature.");
73 72
 define ("_MEMBER", "Member");
74 73
 define ("_MEMBERS", "Members");
... ...
@@ -296,6 +295,7 @@ define ("_EDITPERSONAL", "Edit Personal Information");
296 295
 define ("_EMAILINUSE", "This email address has already been used to sign up for an account. If you've lost your password, please generate a new one by using the <a href=\"user.php?action=lostpassword\">lost password</a> feature.");
297 296
 define ("_ICQ", "ICQ");
298 297
 define ("_INVALIDEMAIL", "The e-mail address you supplied is an invalid format.");
298
+define ("_LOGINAGAIN", "However, if you have changed your password, you will have to <a href=\"login.php\">login again</a>.");
299 299
 define ("_NEWACCOUNT", "New Account");
300 300
 define ("_NEWPEN", "%1\$s ( %2\$d ) changed penname %3\$s ( %4\$d ) to %5\$s.");
301 301
 define ("_MSN", "MSN IM");
... ...
@@ -183,7 +183,7 @@ function random_string ($charset_string, $length)
183 183
 			}
184 184
 /* End dynamic fields */
185 185
 			dbquery("UPDATE "._AUTHORTABLE." SET realname='".descript(strip_tags(escapestring($_POST['realname'])), $allowed_tags)."', email='$email', bio='".descript(strip_tags(escapestring($_POST['bio']), $allowed_tags))."', image='".($imageupload && !empty($_POST['image']) ? escapestring($_POST['image']) : "")."' WHERE uid = '$uid'");
186
-			$output .= write_message(_ACTIONSUCCESSFUL."  ".(isset($_GET['uid']) ? _BACK2ADMIN : _BACK2ACCT." "._LOGINAGAIN));
186
+			$output .= write_message(_ACTIONSUCCESSFUL."  ".(isset($_GET['uid']) ? _BACK2ADMIN : _BACK2ACCT."<br>"._LOGINAGAIN));
187 187
 		}
188 188
 	}
189 189
 	else {