Quote:
Originally Posted by 1230
What i do? 
|
Copy the original Footer from the Kirsch style and then - that's the final fix - open the Footer template and search for:
Quote:
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dst" />
</form>
|
Replace this with:
Quote:
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="dst" />
</form>
|
Like said already, the securitytoken POST info isn't sent - seems in VB 3.6 this wasn't required, since 3.7 it is