Quote:
Originally Posted by slinkyman
I'm having an issue with Security Token for people editing permissions in their UserCP. I saw a post in this thread, but it didn't say how you fix it. Anyone know?
|
I haven't checked this to 100% but I think it's all you need to do.
In the template 'arcade_usersettings'.
Find this (should be the first line)
HTML Code:
<form action="profile.php" method="post" id="profileform">
Below it just add the following:
HTML Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
/SK