I love this mod. I am have done a few custom tweeks to it and would like some help with one I can't seem to work out.
In lieu of displaying a particular profile field, I would like to display an image in it's place. The field is not required, so some users will have it and other's won't. I am attempting to only display if the user has selected 'Yes'.
In "showroster_userbits" template I have made the following modification without success. If you have a suggestion as to how I could get it working that would be great.
Code:
<vb:if condition="$show[field4th]"><td nowrap="nowrap" align="center"><vb:if condition="$userinfo.$column[columns4] == /yes/i"><img src='http://myimages.com/image.gif'></vb:if></td></vb:if>
Thank you.