Quote:
Originally Posted by Lynne
Make sure your footer template has been updated to have the security token present. And make sure the link to profile.php in the footer is correct for every page (like if you have some pages outside the forum directory that uses this footer, it won't be correct using the default link).
|
Link code in the footer is as follows:
PHP 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>
Seem ok ?
Not sure what you mean by make sure it has the security token present, what piece of code should I be looking for ?
I dont have any pages outside the forum root.