Hi:
I’m currently running EE forums v2.0, and am trying to modify one of the default templates, specifically, Thread View->Signature:
<fieldset class='signature'>
<legend class="signatureTitle"> {lang:signature} </legend>
{if signature_image}
<div class="itempad">{path:signature_image}</div>
{/if}
{signature}
</fieldset>I’m looking to add some sort of conditional so signatures are only shown for members with either x number of posts, or if that’s not possible, have registered for x number of days or belong to a certain rank. A lot of users sign up and make 1 post in our forums just to spam their signature, so and I’m trying to cut back on that with some sort of restriction on sig display.
Thanks!