Difference between revisions of "Contao.Dev ExtensionsBrowserUpdate"
From Contao Community Documentation
Line 1: | Line 1: | ||
= Browser Upgrade: module description = | = Browser Upgrade: module description = | ||
− | |||
− | |||
== Resources == | == Resources == | ||
Line 8: | Line 6: | ||
* [http://dev.typolight-forge.org/projects/show/browserupdate the TYPOlight-forge page] | * [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)] | * [http://www.typolight.org/board/topic/10936.html link to the thread (only DE)] | ||
− | |||
== Features == | == Features == | ||
Line 15: | Line 12: | ||
* 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 28: | ||
*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" | + |
Revision as of 17:41, 7 December 2011
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.