Quote:
Originally Posted by wacnstac
Can anybody help a brother out here?
|
It's a template modification..but:
In postbit_legacy
Find:
PHP Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
Replace with:
PHP Code:
<if condition="$post[usergroupid] == XXX"> <div class="smallfont"><a href="subscriptions.php?"><img src="forums/images/ranks/rankimage.gif" border="0" alt="Rank Type" /></a></div>
<br />
<else />
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if></if>
Replace XXX with the usergroup number that relates to this Rank image and change the path to the image...obviously.