Older Browser Check On a SmugMug Site
RogersDA
Registered Users Posts: 3,502 Major grins
Can we implement on out sites a browser version check to determine if an older version; e.g., IE6, is installed and give a polite hint to upgrade and/or state that the site may not work with that browser?
0
Comments
Or better yet, switch those people to a compatible version of the site. I'm stuck using IE6 on my work computer.
Dave
The #1 hit in my search showed this HTML:
<!--[if lt IE 7]>
<p>Hm. You should upgrade your copy of Internet Explorer.</p>
<![endif]-->
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Want faster uploading? Vote for FTP!
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Want faster uploading? Vote for FTP!
It will only display when it's IE6 or earlier.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Is there a simple version detection method like this for FF? Most of the browser version detection code I find is javascript that tries to narrow down version number.
Want faster uploading? Vote for FTP!
Portfolio • Workshops • Facebook • Twitter
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Want faster uploading? Vote for FTP!
Hmmm, I don't have my work computer to show a screenshot, but galleries don't work unless they're in one of the older styles like traditional or the old journal. It's possible there is some setting that's preventing the AJAX stuff from working.
Dave
Portfolio • Workshops • Facebook • Twitter
So here is what is right on top in my Custom Header
[html]<!
>
<!-- Warning text and links for those with older IE browsers -->
<!
>
<!--[if lt IE 7]>
<p align="center"><font size="1" color= #000000><br>
<img src="/photos/798114787_cA7Ko-O.jpg" alt="You are using an unsupported web browser" /></a><br><br>
<a href="http://www.mozilla.com/" target="_blank">
<img src="/photos/798524752_Wuiq3-150x150.gif" border="0" alt="Go get Firefox!" /></a>   
<a href="http://www.microsoft.com/windows/Internet-explorer/" target="_blank">
<img src="/photos/798524764_LyBVW-150x150.gif" border="0" alt="Go get Internet Explorer!" /></a>   
<a href="http://www.apple.com/safari/" target="_blank">
<img src="/photos/798524756_wmukP-150x150.gif" border="0" alt="Go get Safari!" /></a>
</p></font>
<![endif]-->[/html]
If anyone else wants to use it then feel free to grab it and the images.
GreyLeaf PhotoGraphy
So I went to your site in IE6 and I can't even view use it at all? That seems a bit draconian, and will in the end, only punish yourself, since someone at a corporate office stuck with IE6 won't be able to see your awesome photography.
SmugMug is built to work fully for visitors in IE6. We don't like having to support it, but we do, since so many folks still have to use it. http://www.moonriverphotography.com/ I don't want to shut out any visitors.
Portfolio • Workshops • Facebook • Twitter
Portfolio • Workshops • Facebook • Twitter
GreyLeaf PhotoGraphy