I try to display content with this conditional statement:
But it does not matter if the thread has a solution or not it displays the SOLUTION content, where is my error?
Thanks!
HTML:
<xf:if is="$thread.discussion_type == 'question' && $thread.type_data.solution_post_id != 'null'">
NO SOLUTION
<xf:else />
SOLUTION
</xf:if>
Thanks!