Quote:
Originally Posted by Aclikyano
everyone has errors ^^ by FORMS i think he means TEMPLATES. (style settings, etc)
|
Forms are not equal to templates but some templates have forms in them.
A form is anywhere your users can submit data. If you have modifications that submit data and cannot update their templates then you need to post for support in the modification thread.
It isn't hard to find out where this needs to go.
In your Admin CP under Styles & Template select Search In Templates...
Search for:
value="$session[sessionhash]"
In every template this occurs in add this line directly after the line containing the above, if it doesn't exist already:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Save the template.