When a user logs into our forum, there is a 2-second pause between showing the "you have successfully logged in" and the user being redirected to the forum. I've searched through and found how to change the meta refresh tags in the vbulletin-style.xml file, and I've done that. It doesn't affect the login page though....
When I view source on the login page as it's getting ready to redirect, I still see <meta http-equiv="Refresh" content="2; URL=MyURL/">
Is there any way to change this, or am I stuck with a 2 second pause?
Thanks!
When I view source on the login page as it's getting ready to redirect, I still see <meta http-equiv="Refresh" content="2; URL=MyURL/">
Is there any way to change this, or am I stuck with a 2 second pause?
Thanks!
Comment