Quote:
Originally Posted by James Birkett
Code:
<if condition="$post['fieldX']">$post[fieldX]<br /><img src="path/to/image" /></if>
Put that in the template postbit/postbit legacy depending on what you use. Replace X with the field number (can be found in profile fields in ACP). Remember, in the actual code, $post[fieldX] has no '' around it.
|
Is there a specific spot to put this or at the bottom should do it?