Quote:
Originally Posted by snakes1100
Seeing as you have a custom style, you need to add a default stlye with no parent and see if the issue is resolved.
If it still happens when using a default style, then the issue resides with your custom style and you will need to ask the coder to fix the issue.
|
Thanks
I found the solution
http://yourdomain.dot/forum/admincp/....php?do=search
1:
PHP Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
2:
PHP Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />