Fixed in the next release. It's a one line patch if you feel like doing a little code hacking. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

Around line 540 of ubb_new_reply.cgi reads:

Code
if($vars_display{HTMLDisplayMax} > 0) {
Replace it with:

Code
if(($vars_display{HTMLDisplayMax} > 0) && ($vars_display{ReverseThreads} eq "FALSE")) {
--
Charles Capps
Programmer, Infopop Corporation
Please do not contact me privately for support - post on the board or open a support ticket instead!