We currently have an application that we integrate vBulletin into. We have users log into the app, and then automatically log them into the forums with a URL that looks like this:
http://forums.blahblahblah.com/forum...hashedpassword
This worked in our previous versions (up to 3.0.7 I believe). We just upgraded to 3.5.2 and it no longer works. We just get a blank white screen in IE or inside of our app.
Does anyone know what changed between the two versions?? I would really rather not downgrade the forums to re-enable the integration.
Never mind....figured it out ourselves. Had to add a bit of extra code to login.php to handle requests OR posts, since they changed it to only posts in the new code.
If anyone else has this problem, send me a PM and I'll give you the exact stuff to change.