Quote:
Originally Posted by katie hunter
when i upgraded to 3.6.10
this is what i get inside the shoutbox
Your submission could not be processed because a security token was missing or mismatched.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
|
to fix it up, search your templates for this...
cybcb_multidel
you will find and notice this string
<form id="cybcb_muldel" name="cybcb_muldel" action="misc.php?do=cybcb_multidel" method="post" onsubmit="return confirm('$vbphrase[cybcb_confirm_delete]')">
add this right below the above string and save template
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
done...
oh and hey want to add great box by the way....i have tested several. and this one holds up best so far...
cheers to the coder