Quote:
Originally Posted by angelpie
ok i guess i dont understand???? my default is the one screwing up!
|
My problem lied within my style. I went into Styles and Templates -----> Selected my Style -----> Selected Edit All Templates -----> and then Found the Footer Template ------>
Then I found this:
<!-- 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>
And Replaced that whole thing with:
<!-- 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>
That did it for mine.