Hello,
I've set up a profile field to only show to members when post count > 10.
However, when the user reachest post count of 6, the profile field automatically activate itself.
Template Condition in Postbit:
I used CSS to display the image as backgroud.
Can anybody replicate this in their local server?
I've set up a profile field to only show to members when post count > 10.
However, when the user reachest post count of 6, the profile field automatically activate itself.
Template Condition in Postbit:
Quote: <if $post['fid5'] then>
<span class="animal-type {$post['fid5']}" title="{$post['fid5']}"></span><br />
<else /></if>
I used CSS to display the image as backgroud.
Can anybody replicate this in their local server?