When merging threads, vBulletin asks for the Admin password to confirm the action.

"vBulletin Message
Please login again to verify the legitimacy of this request.
Password....."

Entering a password takes me to a white screen with URI http://example.com/drupalvb/login

Anyone any ideas?

Comments

binary basketball’s picture

Yep, I noticed this issue a little while ago...

The problem is that you probably went and followed the instructions... Unfortunately, when you replaced login.php?do=login with /users/login in the replacement variable manager, it replaces every single instance of login.php?do=login. I don't think drupalvb takes into account that sometimes vbulletin forces a login to verify credentials with itself and really has no interest in actually logging you in (since you are already logged in).

Since the only point of using the replacement variable manager is to bypass manual template edits, you'll want to go ahead and delete that particular replacement variable and then just make the changes manually to the login forum. For more info on that, go here http://drupal.org/node/570234

piersg’s picture

Thanks binary basketball

Following your posts, I removed the variable and hacked the login forms out of the headers and in STANDARD_ERROR

Just got to wait until it asks me to reconfirm now to check that it's working!

piersg’s picture

Status: Active » Closed (fixed)