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
|