
11-28-2009, 11:36 AM
|
 |
|
|
Join Date: Jan 2006
Location: Earth
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Aren
Ok, guys, I think I've fixed the AJAX problem.
Uploaded the solution 15 minutes ago to my forum and some users have already told me that they got no more "missing security token" errors.
The solution is quite simple: - Edit the ajax-product-sids_hide_v0.3.5-vborg-en.xml
- Look up the following line of code:
Code:
unhide.send("do=whatever&p="+postid+"&all="+old);
- Replace it with the next one:
Code:
unhide.send("do=whatever&p="+postid+"&all="+old+"&securitytoken=" + SECURITYTOKEN);
- Save the file
- Reinstall the product
And that's it. Once the product has been reinstalled, the links associated with your "thank you" buttons will look like http://yourdomain/forumroot/post_tha...96c82f1fae8288
Gosh... it was a real pain in the ass this problem 
|
worked like a charm on 3.8.x
|