Dartho I hope you don't mind this. I HAD to get this working, so I thought I would offer everyone a bandaid until Dartho gets back. I thought I would share in case anyone is stuck after moving to 3.7 today.
Okay I had to get this working, since I have already moved to 3.7 and I have mobile users
According to this post:
https://vborg.vbsupport.ru/showthread.php?t=177013
If you are getting this error:
Quote:
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
|
Find the following templates:
Quote:
SHOWTHREAD
newthread
newreply
showthread_quickreply
modifysignature
modifyoptions
socialgroups_group
pm_newpm
editpost
|
Add this just before the submit button:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
That should at least get you by in a pinch until Dartho puts a new version up.