Difference between revisions of "Contao.Dev ExtensionsBrowserUpdate"
From Contao Community Documentation
(→Use) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | {{stub}} | ||
= Browser Upgrade: module description = | = Browser Upgrade: module description = | ||
− | |||
− | |||
== Resources == | == Resources == | ||
− | * | + | * [http://www.typolight.org/erweiterungsliste/view/browser_update.10000004.de.html module page in the repository (only DE)] |
− | * | + | * [http://dev.typolight-forge.org/projects/show/browserupdate the TYPOlight-forge page] |
− | * | + | * [http://www.typolight.org/board/topic/10936.html link to the thread (only DE)] |
− | + | ||
== Features == | == Features == | ||
Line 15: | Line 13: | ||
* Possible to define which browsers should be considered as being obsolete | * Possible to define which browsers should be considered as being obsolete | ||
* test mode (display in all browsers) | * test mode (display in all browsers) | ||
− | |||
== Setup == | == Setup == | ||
You can install the extension like every other one using the extension repository. Follow the instructions as usual. | You can install the extension like every other one using the extension repository. Follow the instructions as usual. | ||
− | |||
== Use == | == Use == | ||
− | |||
*Create a new module | *Create a new module | ||
Line 34: | Line 29: | ||
*After a successful test go back to the module to change your notice settings. I suggest using the manual configuration which includes Internet Explorer 6 as well. | *After a successful test go back to the module to change your notice settings. I suggest using the manual configuration which includes Internet Explorer 6 as well. | ||
+ | [http://www.typolight.org/mitgliederliste.html?show=3517 Tutorial created by ETES] [http://www.browser-update.org browser-update.org] | ||
− | + | [http://www.typolight.org/mitgliederliste.html?show=3170 Tutorial translated by "Toflar"] | |
− | + | ||
− | Tutorial translated by "Toflar" | + |
Latest revision as of 11:41, 15 December 2011
Incomplete Article: This article is not finished yet and needs expansion.
Please expand it and remove this notice when it is finished. |
Browser Upgrade: module description
Resources
Features
- Simple implementation of a notice from "if a visitor uses an obsolete browser version (similar to a security advice)
- Possible to define which browsers should be considered as being obsolete
- test mode (display in all browsers)
Setup
You can install the extension like every other one using the extension repository. Follow the instructions as usual.
Use
- Create a new module
- Enter a title (e.g. 'browser update notice')
- Choose the module type 'Browser Update' (see category miscellaneous)
- Configure notices. It's recommended that you display the notice in every browser first while testing the extension. This way you (and you're hopefully using the current version of your browser) are able to see the notice as well.
- Save the module
- Go to the page layouts. In the section 'Included modules' you can now include your module wherever you want to. It doesn't matter whether you choose the 'header' or the 'Left column' because JavaScript-Code is included in your page header anyway.
- Switch to the frontend view to test
- After a successful test go back to the module to change your notice settings. I suggest using the manual configuration which includes Internet Explorer 6 as well.