I've never used this MOD, but it should just be a matter of adding the following:
strSql = strSql & " AND FORUM_MEMBERS.M_STATUS = " & 1
right below the following:strSql = strSql & " FROM " & strTablePrefix & "MEMBERS"
strSql = strSql & " WHERE FORUM_MEMBERS.M_LINK2 <> ''"
so it looks like this:strSql = strSql & " FROM " & strTablePrefix & "MEMBERS"
strSql = strSql & " WHERE FORUM_MEMBERS.M_LINK2 <> ''"
strSql = strSql & " AND FORUM_MEMBERS.M_STATUS = " & 1