Quote:
Originally Posted by rolfw1
Thanks Alex, tried that, but thumnails then disappeared
|
Looking at your source it should work... basically you need to put the tags around the part of the template that you want to disappear if a thumbnail is specified.
<vb:if condition="!$thread['thumbnailurl']">
----bit that makes the status icon show----
</vb:if>
Deleting the <a class="threadstatus"..... part on your site using firebug works, so it should work in theory...
e.g. here I have tested by removing the top two status icons, the third is highlighting the part of the source responsible for displaying the status icon...