In the calendar_rsvp_form template, find:
Quote:
<input type="submit" class="button" value="$vbphrase[submit]" />
</td></tr>
</table>
</form>
</if>
<if condition="$expires[0]<0">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr><td class="alt2" align="center" valign="center" height="75"><font size="2"><b>$vbphrase[calendar_rsvp_closed]</b></font></td></tr>
</table>
</if>
|
And add the following after the first <input>:
Quote:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
|