Hello,
I add a custome field in the user's additional information section with a question where the user selects Yes or No. The question is asking if he or she wants other users to edit his or her photos. If the user answers Yes then I would like to have a messege saying IMAGE EDITING OK in the postbit. If the user answers NO then nothing appears in the postbit.
What would be the correct code to place in the postbit template?
Right now I have this code:
Thanks
I add a custome field in the user's additional information section with a question where the user selects Yes or No. The question is asking if he or she wants other users to edit his or her photos. If the user answers Yes then I would like to have a messege saying IMAGE EDITING OK in the postbit. If the user answers NO then nothing appears in the postbit.
What would be the correct code to place in the postbit template?
Right now I have this code:
PHP Code:
<if condition="$post['fieldX']">$post[fieldX]</if>
Comment