You can set ranks via secondary group with a little template change.
I had the same probs on my forums, I wanted to create 'honour badges'. Since there isn't a mod for this yet (afaik) I have to set up a secondary usergroup for each 'badge'. Then add the users to that badge secondary group(s). You will have to edit the postbit template to show secondary group ranks, add this code to where you want your stuff to show up (image or title or whatever).
Code:
<if condition="is_member_of($post, X)"> your image or title code goes here </if>
X is the number of secondary usergroup.
Hope this helps