Been using this since the first stages of it's creation. Great mod Abe.
My question concerns conditionals. I have not had any luck using them in the answer template.
What I would like to do is to use the:
Code:
<if condition="!is_member_of($bbuserinfo, X)">
$longanswer
</else>
Please PM thread creator for details.
</if>
To wrap around one of the forms answers so that only members of said usergroup and view the wrapped content and others will see the notice. When I implement this, is just does not display the content at all. I know this is due to the fact the HTML is not allowed in post content but is there any workaround that anyone can think of for this? I have tried enabling HTML in a specific forum as well as for my admin group yet it still will not display anything.