It would be nice to show this for other very outdated browsers as well.Actually built into the software:
Code:<!--[if lt IE 8]> <p class="importantMessage">{xen:phrase you_are_using_out_of_date_browser_upgrade}</p> <![endif]-->
Its only going to show for IE < 8.
                        <!--[if lt IE 10]>
                            <p class="importantMessage">{xen:phrase you_are_using_out_of_date_browser_upgrade}</p>
                        <![endif]-->PHP:<!--[if lt IE 10]> <p class="importantMessage">{xen:phrase you_are_using_out_of_date_browser_upgrade}</p> <![endif]-->
^ I long ago changed mine to this.
That's easy....If only there was a code to display it for all IE versions.
                        <!--[if IE]>
                            <p class="importantMessage">{xen:phrase you_are_using_out_of_date_browser_upgrade}</p>
                        <![endif]-->That's easy....
PHP:<!--[if IE]> <p class="importantMessage">{xen:phrase you_are_using_out_of_date_browser_upgrade}</p> <![endif]-->
It's from Xenforo.com.
Is there a message for old Chromes ? Firefox ? Opera ?
Edit: Title changed.
We use essential cookies to make this site work, and optional cookies to enhance your experience.