Quote:
Originally Posted by Pehchaan
Doesn't work for me @ vbulletin 3.7.0,
I'm getting the following error when i press "Save" button.
Your submission could not be processed because a security token was missing or mismatched.
|
The fix for this was posted by a user several pages back.
Open template favoritesmilies:
Find:
Code:
<input class="button" type="reset" value="$vbphrase[reset]" name="resetfavs"><input class="button" type="submit" value="$vbphrase[clear_list]" name="clearfavs">
Below it add:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />