
12-26-2008, 01:54 PM
|
|
|
Join Date: Sep 2008
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by skhms
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
|
Thanks it works!
|