Quote:
Originally Posted by rapidphim
Nix,
When I post a media link in the user profile, I received this error msg
Code:
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 received this error.
Can this be fixed?
|
edit gb_usercp_profile template
change
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
to
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />