What I'm trying to do is, again, set up this automatic BBCode thing that I've been looking for.
I tried setting it up like this:
Code:
<if condition="$post[field11] AND $post[field12]">$post[field11]</if>
$post[message]
<if condition="$post[field11] AND $post[field12]">$post[field12]</if>
Where field 11 and 12 are single line text fields asking for BBCode beginning and end tags, respectively, but this basically just adds the content to the beginning and end of each post, and if it's BBCode (which it's supposed to be), it doesn't parse. I also have the feeling that this is a security risk.