Quote:
Originally Posted by unitedpunjab
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]" />
|
Thanks much. This killed the error. However, I am wondering where/how I am going to see it in the profile? It did not show anything.