The problem is that I have 2 Usergroup Ranks... One is an Image [based on postcount], and the other would be the text for each Usergroup ["Administrator", "Moderator", etc]
And i want to have those two Usergroup Ranks separated by the "Custom Title" in the middle... But I have only one var for the Usergroup Rank, "$post[rank]"....
So... I don't know how to do it...
BTW: My Postbit template is exactly as that Steve:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
|