It appears that the only place this shows up in the templates is..
PHP Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
I'm guessing that this means that "rank" is a variable in the db, which makes sense as you have to update ranks sometimes.
What I need to know is where the function that writes the ranks is. All I want to do is REVERSE the order that it writes them...