This is a great Mod and I've had it installed for the last week on my test site and it functions perfectly. I am having one display issue though...
For some reason, it appears that the Awards column is getting a thicker boarder if the member does not have an award granted to him.
Here is the code for the Awards section of the
memberlist_resultsbit template...
Code:
<!-- show awards -->
<if condition="$vbulletin->options['aw_memberlist']"><td class="$bgclass">$userinfo[userawards]
<if condition="$userinfo[num_awards]"><div nowrap>
<a href="member.php?$session[sessionurl]u=$userinfo[userid]#award">$vbphrase[total_awards]: $userinfo[num_awards]</a></div></if>
</td></if>
<!-- /show awards -->
And this is the code from the
memberlist template...
Code:
<!-- show awards -->
<if condition="$vbulletin->options['aw_memberlist']"><td class="thead" nowrap="nowrap">$vbphrase[awards]</td></if>
<!-- /show awards -->
As you can see, it's noting as simple as boarder thickness, ect. You can also tell from the image above that as long as the members have an award, it appears just fine.
Any thoughts on what could be causing it?
Thanks again,
Keith