Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.2. Users manual

Installation

The installation of this extension is very simple. Just connect to the Typo3 Extension Repository and download «Hyper Navigation System» (hypernav), located in the frontend plugin section.

To display the plugin on your website, you need to add it to your TypoScript template. If you're using TemplaVoilà, just map an area of your HTML template with a TS object called, for instance, lib.rootline. Then, on your TS template:

lib.rootline < plugin.tx_hypernav_pi1

If you're using the old autoparser method, just add the plugin on a subpart of your HTML template. For instance:

temp.mainTemplate {
template =< plugin.tx_automaketemplate_pi1
workOnSubpart = DOCUMENT_BODY

subparts.rootline < plugin.tx_hypernav_pi1

}