Ok, I figured it out. Here's how I got it to work for VB 4.1.11
<div class="lastpostby">
<vb:if condition="$lastpostinfo['lastposterid']">
{vb:rawphrase by_x_memberaction, {vb:raw memberaction_dropdown}} - {vb:raw lastpostinfo.lastpostdate} @ {vb:raw lastpostinfo.lastposttime}
<vb:else />
Instead of a comma, I used a hyphen and it looks good. I even added the @ symbol between the date and time so now it looks like this.
by Jimmy - Today @ 10:00 a.m.
Installed. Thank you.
|