Quote:
Originally Posted by Boofo
The bad part is that not all forms have value="$session[sessionhash]" in them in some of the hacks out there. I basically look for <form and then add the line anywhere underneath that where there is a <input type="hidden" line.
|
Thats the problem I was having with vbpager. I looked for every <form.... and every method=post and put the security token code underneath.
Thats why I think its now an ajax issue. Ive tried to figure it out but to no avail. The odd thing is, it works fine in 3.6.10, but not in 3.7 RC4
--------------- Added [DATE]1209242134[/DATE] at [TIME]1209242134[/TIME] ---------------
problem solved! I had a search around and tried the fix that was being used for a shoutbox.
I changed all 3 instances of "securitytoken=" to "&securitytoken=" in vbulletin_global.js and it did the trick!