here some more fixes
Firstly, search in your headinclude template for this:
And make sure this is immediately below:
Then, search in ALL templates for this:
And make sure that this is immediately below EVERY instance.
Firstly, search in your headinclude template for this:
Code:
var SESSIONURL = "$session[sessionurl_js]";
Code:
var SECURITYTOKEN = "$bbuserinfo[securitytoken]";
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />