but i have a problem i have done everthing as it says and have set all my ranks ect but i only get one. as i am admin all i get is the admin bar not my stars
so i did the belowe and it still hasent helped me but i am using a diffrent style which is prosilver_se
if you need to look at forum it is forums.cruising4clunge.com
hope you can help mate
cheers
*******************
one thing i have just noticed and that is that both rank's are showing up in the members list but not on post's
IBBoard wrote:The only reason I didn't put it in there at first is that I thought it might be a bit much in most themes to have two rank images.
In terms of how to do it, it looks like it's already possible as the function that provides the template data has already been modified by the existing instructions. All you should need to do is find the following in memberlist_body.html:and add after it:Code: Select all
<!-- IF memberrow.RANK_IMG --><span class="rank-img">{memberrow.RANK_IMG}</span><!-- ELSE --><span class="rank-img">{memberrow.RANK_TITLE}</span><!-- ENDIF -->
Now, if only I could find an easy way to have that functionality there but disabled by default...Code: Select all
<!-- IF memberrow.EXTRA_RANK_IMG or memberrow.EXTRA_RANK_TITLE --><br /><!-- IF memberrow.EXTRA_RANK_IMG --><span class="rank-img">{memberrow.EXTRA_RANK_IMG}</span><!-- ELSE --><span class="rank-img">{memberrow.EXTRA_RANK_TITLE}</span><!-- ENDIF --><!-- ENDIF -->