DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Change locallang.xml file

The user can change the names of the sections in the template by copy and editing the used locallang.xml in your very own extension.

This means:

  • for a website this plugin gives you the possibility to add an bitv-link on different sections or key elements on your website.
  • for that it uses a convention of a predefined locallang pattern for labels.
    • So you can add the name of your section if you define a bitv link.
    • e.g. if you define a new section, to which you want to create a bitv link (like yourNewSection), you have to add a label called bitv.anchor.yourfield
    • the following default labels are already defined in english:
      • mainnavigation
      • subnavigation
      • metanavigation
      • breadcrumb
      • servicenavigation
      • search
      • login
      • content
      • subcontent
      • marginal
      • footer

See the chapter Administration if you want to create your own section and label, on how to setup the locallang.xlf in your own extension.

For the usage of the anchor labels compare the typoscript settings at the given examples in the chapters Add BitvMarker To Every Section and Add Jump-Navigation .

Prefix Labels

With the same convention as the locallangs you can add also prefixes for each anchor label. Simply add a label like bitv.anchor.yourfield.prefix where you replace "yourfield" with your own Name of the section. For the default labels mentioned above the prefix fields are defines but set to an empty string. Feel free to overwrite them if necessary.