Quote:
Originally Posted by mmerced
I have a "security token was missing or mismatched" issue too. One of the suggestions to users having this error was to revert your templates.
I did that and now my wow templates header is messed up.
Suggestions?
site = http://www.mlkclan.net/forums/
|
Just install this Template. Don't revert anything just follow this instructions!
Find in your footer template the following:
Code:
<if condition="$show['dst_correction']">
<!-- 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>
It should be (Add the
BOLD code):
<if condition="$show['dst_correction']">
<!-- 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>
Have fun :up:
Best Regards,
Fearless Guild.