Scandal
12-12-2010, 06:21 AM
Hello!
In postbit_legacy template I have put the following code to display a custom profile field.
<if condition="$post['field6']"><div><strong>Job:</strong> $post[field6]</div></if>
I don't want to display the "Job: fieldvalue" if the fieldvalue is "example".
How should I change the conditional to achieve it?
Sorry for my bad english..
In postbit_legacy template I have put the following code to display a custom profile field.
<if condition="$post['field6']"><div><strong>Job:</strong> $post[field6]</div></if>
I don't want to display the "Job: fieldvalue" if the fieldvalue is "example".
How should I change the conditional to achieve it?
Sorry for my bad english..