No, title boxes are written in inc_profile.asp. To make the field compulsory, you'd need to change register.asp.
In register.asp, around line #355, add the green lines:
if not IsValidURL(trim(Request.Form("Photo_URL"))) then
Err_Msg = Err_Msg & "<li>Photo URL: Invalid URL" & strURLError & "</li>"
end if
If Len(Trim(Request.Form("Bio")))=0 Then
Err_Msg = Err_Msg & "<li>You need to fill in the motivation to join the forum info </li>"
End If
if Err_Msg = "" then