Quote:
Originally Posted by kalisekj
Got it to work with 3.8.2 and the Thank You Mod 7.7.
Making this change :
The solution is quite simple:
1. Edit the ajax-product-sids_hide_v0.3.5-vborg-en.xml
2. Look up the following line of code:
Code:
unhide.send("do=whatever&p="+postid+"&all="+old);
3. Replace it with the next one:
Code:
unhide.send("do=whatever&p="+postid+"&all="+old+"& securitytoken=" + SECURITYTOKEN);
4. Save the file
5. Reinstall the product
|
Thanks to kalisekj!

This solves the issue which is missing the '
Security Token' if you're using vB3.8+
Just follow the instructions posted above for it to work!