I'm trying to display an image at the bottom of the first post of every thread (under the controls).
I'm using this template conditional in postbit_legacy:
<if condition="($post[postcount] == 1)">
IMAGE CODE
</if>
The side effect is an image shown also in the first post of usernotes.
How can avoid this?
Thanks
I'm using this template conditional in postbit_legacy:
<if condition="($post[postcount] == 1)">
IMAGE CODE
</if>
The side effect is an image shown also in the first post of usernotes.
How can avoid this?
Thanks
Comment