Quote:
Originally Posted by dartho
|
As a quick way to patch the security token issue for this style, do a search in this style for:
HTML Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
And in each template that it finds WHICH HAS ALSO BE CUSTOMIZED FOR THE STYLE, add this underneath:
HTML Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
If you just do a search and replace, it will replace all instances of the searched term, even those where the correct style was inherited from the default, which would leave you with duplicates of that added line.
Hopefully this helps!