Quote:
Originally Posted by wickedstangs
need some help when members post a comment this shows up. How can I fix this?
RSVP'd Yes: 1
?wickedstangs [Remove] - {rsvp:var rsvp.comment}
Also get this
Will you be able to attend on %1$s?
|
Line 105:
Code:
<vb:if condition="$rsvp[comment] AND $maxlength"> - <i>{rsvp:var rsvp.comment}</i></vb:if></li>
Change to
Code:
<vb:if condition="$rsvp[comment] AND $maxlength"> - <i>{vb:var rsvp.comment}</i></vb:if></li>