The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
blocking access from google chrome
good many of my forum users complain, that does not have a good view in google chrome, the display is distorted way, you can not straighten out, then decided to block the chrome, below is the code I want to use to lock the browser, but it has to be inserted into page after page, wondering if it would have an easier way to block it
Code:
if (strstr($_SERVER["HTTP_USER_AGENT"], "Chrome")) { header("Location: chrome.php"); exit; } |
#2
|
||||
|
||||
Did you try to just add it as a plugin like the global_start location?
|
#3
|
|||
|
|||
thanks ^^
did not know about it |
#4
|
||||
|
||||
Are you going to provide some sort of message to Google Chrome users?
Have you checked Firefox and Opera as well? |
#5
|
|||
|
|||
redirects the user to a page where it says you can not access the site, the problem is only in google chrome and internet explorer, the others work perfectly
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|