Quote:
Originally Posted by chadi
Just upgraded VB to 3.7.0 and latest Zoints tag (as of today).
I now get this error when submitting new tags:
|
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.