The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Browser Version Check
Is there a builtin feature to validate a user's browser?
I am having some difficulty with a mod (cometchat) and IE6. Interestingly, if I hit my site and load a blank page (which activates cometchet) everything work s well for IE6... If I try and load it through VB4, it crashes the user's browser if it is IE6. I have spent days playing with different ideas and css/js to no avail. The developers aren't all the helpful either. Right now I have a profile "bit" field to have users choose if they want to use the chat or not. I would rather just have VB4 validate the browser version and shut off the chat if it is IE6 |
#2
|
||||
|
||||
Have you googled it? I wrote a mod and didn't want it to 'work' if the user was using IE, so I put a condition around it. I found the condition by using google (and then testing, of course).
|
#3
|
|||
|
|||
I am trying the following as a plugin...
So far doesn't look like it is working - but I need to run and will play with later tonight PHP Code:
Hmmm... What about: <![if !IE 6]> |
#4
|
|||
|
|||
use is_browser function .. will help you much
in php like this :- PHP Code:
best regards --------------- Added [DATE]1260447299[/DATE] at [TIME]1260447299[/TIME] --------------- umm i think this will help two. PHP Code:
|
#5
|
|||
|
|||
thanks everyone...
Actually I used the following: PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|