Quote:
Originally Posted by Keyser520
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...
|
I think the issue is that $post[rank] represents 1 rank or 2 ranks(if using stacked ranks)
I'm sure someon can fix this