Is it possible to change the position of the "user rank" to underneath the avatar or postbit? Cheers Eric
For those of you looking for the same thing.
Do this.
Admin cp > styles > edit templates > postbit/postbit legacy (whichever you are using) and find this code.
Cut it and put it wherever you want, if you want it under your avatar place it just before your first field starts.
For those of you looking for the same thing.
Do this.
Admin cp > styles > edit templates > postbit/postbit legacy (whichever you are using) and find this code.
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>