How do I do this?

Look for the form and add the security token. Looks like only one template has a form Its not a vb form so you might have add the session line as well

Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
	<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

HTH
 
Back
Top