Quote:
Originally Posted by Lorani1
I encountered the same problem. Here is the solution:
Go to your admin cp > styles and templates > style manager
find the following templates:
zointstags_showthread
zointstags_searchtags
zointstags_searchform
and do a search for:
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
directly below this add:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
This should sort the error. :up: It did for me, at least. 
|
Worked perfectly! Thanks!
Quote:
Originally Posted by chadi
Great, that works even though that code was not found in the searchtags template, but in the other two at least
|
For the zointstags_searchtags template, search for:
Code:
<input name="s" type="hidden" value="$session[sessionhash]" />
For whatever reason, it's slightly different.