Quote:
Originally Posted by onehost
Could you please post the fix here.
|
Sure here it is:
you must update your template
In your Admin CP under Styles & Template select Search In Templates...
Search for:
HTML Code:
Code:
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:
PHP Code:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Save the template.
Courtesy of BulkanW
Hope this helps ...
Mary