Quote:
Originally Posted by FRDS
In the forumhome?? (probably not right template but should be close) template do a search for
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
And add
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
after it.
If you want, PM me a direct link to whatever page is causing the problem and I'll tell you the exact template for it.
Sorry for the problems
|
Thank you very much, I tried that before and did not worked. this time it did,
If anyone has same problem, i solved it like this,
I had to add
PHP Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
in NAVBAR right after
PHP Code:
<td class="vbmenu_option" title="nohilite">
<form action="search.php?do=process" method="post">
and after
PHP Code:
<input type="hidden" name="s" value="$session[sessionhash]" >
And its working fine

Great skin! , Thank you