error vblog

cinneke

New Member
hi i get a error like this only also if i post a comment on the blogs :
Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
any idea? thx
 
Edit the blog_comment_editor template and find the second instance of

HTML:
<input type="hidden" name="s" value="$session[sessionhash]" />

after this add

HTML:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Enjoy! :)
 
thx man !! can you if you add a picture to your blog that the pics opening in a new window ?
thx

this is the way ?:

Code:
http://www.vbulletin.org/forum/showthread.php?t=82483
 
Back
Top