PDA

View Full Version : User Ranks Order


MGC x Pie x MC
04-28-2011, 01:13 AM
Has a mod been made to specifically change what order a user rank is displayed?
So I can pick how it shows up under my name.

If not, can it be done?

Thanks

MGC x Pie x MC
05-01-2011, 11:05 PM
No one?

Tasking Mickey
05-04-2011, 10:46 PM
No one?
If you mean on the postbit, I believe you can, by going to the postbit template, and finding this code.

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

That's the vB3 code, for the vB4 one, I believe it's this.

<span class="rank">{vb:raw post.rank}</span>

Just move the hook to your location of choice.

MGC x Pie x MC
05-28-2011, 09:12 PM
That moves all the user ranks? If it does thats not what I meant

I meant that like you have all your user ranks, say there is user rank 1 above user rank 2. But I want it to be displayed as user rank 2 over user rank 1

cm.
07-05-2011, 08:06 AM
still looking for a solution to this. It's strange that it is not included by default.

shanef
09-10-2011, 08:10 PM
im searching for this also