Can anyone help me here?

-ICEBOX-

New Member
everytime im deleting or moving a thread this msg will appear...

Code:
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.

im using vbulletin 3.7.2. i hope you can help me..
 
how can i replace or what code will i replace.. when im moving a thread it say's that error about security token.. can any one help me hoe it will remove?
 
The basics:
In your Admin CP under Styles & Template select Search In Templates...

Search for:
PHP:
value="$session[sessionhash]" />
In every template this occurs in add this line:
PHP:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
directly after, if it doesn't exist already

Save the template.
 
i did this but nothing happen.. everytime i move a thread it says

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.

anyone can help me...
 
That happened to me when the style I was ripping had incorrect code, and this is the first thing I tried, and it didn't solve the problem. What style are you using?
 
Can you move them in the default style? Actually Hammad is probably right and your custom style have a template problem that needs to be fixed or reverted.
 
Back
Top