Since the title allready said BUG+FIX, you probably also meant that you wanted to change this:strSql = strSql & " ORDER BY " & strTablePrefix & "TOPICS.FORUM_ID, " & strTablePrefix & "TOPICS.T_LAST_POST DESC;"
in line 135 of active.asp to:strSql = strSql & " ORDER BY " & strTablePrefix & "TOPICS.F_SUBJECT, " & strTablePrefix & "TOPICS.T_LAST_POST DESC;"
Pierre