and the function is on like 115
im not sure if that is the topic section or the actual topic. But you might check the forum bol service file to see if there is a sort order assigned in there or the dao file.
in that same file grouporder is right under that.
I found several things that are DESC which is the way you want it anyway, latest on top.
section_dao.php line 214 $example->setOrder('id DESC');
topic_dao.php lines 113, 218, 255 also has DESC
post_dao.php is also DESC lines 160 and 228
so im not sure where its set, but it might not be set at all, i believe php defaults to ASC so you may have to assign a sort order in the dao file if you can find the listing function you need.