Stephen, I just did something similar to this (I think ), where members can turn off avatars in thier profiles. It follows the lines of showing sigs in posts. Here's the post with the download. It should give you an idea of what's involved.
In topic.asp call in the sql
if ShowReplies = 1 then
strSql4 = " ORDER BY R.R_DATE DESC"
else
strSql4 = " ORDER BY R.R_DATE ASC"
end if
Hope this helps .