Thats the bit I am struggling with tho, is how does the conditional know if yes should display and no should not, as neither have a value other than one is a 3 letter string the other 2 letter string.
Example ( i am old school programming ) so apologies.
<if condition="$post['field22']"="no" then echo [$vbphrase[posts]: $post[posts] ] else "foo" >
Now the above is just a silly concept, if the conditional was a value that was to be echoed, i could fathom it out, but because the yes or the no, have no value, I am getting confused.
Ste
|