PROBLEM:
Quote:
Installed... all looks good until I go to hit submit on a reply to a thread and I get:
Your submission could not be processed because a security token was missing or mismatched.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you receved this error.
|
SOLUTION:
In the
SHOWTHREAD template in your mobile style, find:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
Directly Below, ADD:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />