I can't save my vbulletin settings without this error.
What do I change to fix this? In a template?
I also can not import any hacks without an error.
Where do I fix this? In a template?
--------------- Added [DATE]1209251058[/DATE] at [TIME]1209251058[/TIME] ---------------
Quote:
Originally Posted by Wayne Luke
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.
|
I am getting the error when I try to edit a template and save it so this will not work.