Quote:
Originally Posted by Lynne
A condition.
<vb:if condition="$prepared['vm_total']">code you only want to show if there are VMs</vb:if>
|
So, to make sure I'm understanding this right, I would change this...
Code:
{vb:raw prepared.vm_total}
...to this?
Code:
<vb:if condition="$prepared['vm_total']">{vb:raw prepared.vm_total}</vb:if>
Then the same for
Most Recent Message and
Visitor Messages for [User] to have it appear like I showed in my OP?