Assuming you are using v4b03.005:
find this line on forum.asp (near line 195)
strSql = strSql & " ORDER BY " & strActivePrefix & "TOPICS.T_LAST_POST DESC "
and change it to
strSql = strSql & " ORDER BY " & strActivePrefix & "TOPICS.T_SUBJECT ASC "
Please try it...
<