Hi, try this:
Code:
<if condition="$bbuserinfo['field8'] == 'Feel free to edit my Photos.'">
<font color="green">Feel free to edit my photos!</font>
</if>
<if condition="$bbuserinfo['field8'] == 'Please do NOT edit my Photos.'">
<font color="red">Please do <strong>NOT</strong> edit my photos!</font>
</if>
The first text
without HTML (Feel free to edit my Photos.) must be identical to the text field.
I hope this works for you