Quote:
Originally Posted by KirbyDE
You mean you want to force redirect messages somewhere in default vB Files in some cases?
Hmm, what about setting $vbulletin->options['useheaderredirect'] = false?
|
I've tried that and it didn't seem to work.
Now I see why - AJAX QR doesn't like to be told to redirect.
Quote:
Originally Posted by Link14716
I've tried that and it didn't seem to work.
Now I see why - AJAX QR doesn't like to be told to redirect.
|
Solved. In my particular case it was the AJAX QR. I guess I need to think about these things a little more. $vbulletin->GPC['ajax'] = false; solves the problem.