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.

EXT: Engage felogin markers

Created:2010-02-18T17:33:18
Changed:2011-04-05T11:05:44.900000000
Classification:eng_felogin_markers
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:felogin, markers
Author:Stephan Helten
Email:Stephan.Helten@engage.de
Info 4:
Language:en

img-1 img-2 EXT: Engage felogin markers - eng_felogin_markers

EXT: Engage felogin markers

Extension Key: eng_felogin_markers

Language: en

Keywords: felogin, markers

Copyright 2000-2010, Stephan Helten, <Stephan.Helten@engage.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Engage felogin markers 1

`Introduction 3 <#__RefHeading__698_401931320>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#__RefHeading__706_401931320>`_

FAQ 4

`Administration 5 <#__RefHeading__710_401931320>`_

FAQ 5

`Configuration 6 <#__RefHeading__714_401931320>`_

FAQ 6

Reference 6

`Tutorial 7 <#__RefHeading__720_401931320>`_

`Known problems 8 <#__RefHeading__722_401931320>`_

`To-Do list 9 <#__RefHeading__724_401931320>`_

`ChangeLog 10 <#__RefHeading__726_401931320>`_

Introduction

What does it do?

Possibility to add custom markers to felogin via typoscript.

Screenshots

Users manual

Markers can be added to felogin with typoscript, like this:

plugin.tx_felogin_pi1.customMarkers {

# Link Marker can be used in felogin template

REGISTER_LINK {

10 = TEXT

10.value = to the registration form

10.wrap = <br/><span>|</span>

# Id of register page

10.typolink.parameter = 116

}

}

REGISTER_LINK is a COA and defines the name of the marker (is available in felogin as ###REGISTER_LINK###).

You can use whatever you like as name. This way you can add as many markers as you wish.

FAQ

Administration

FAQ

Configuration

FAQ

Reference

Tutorial

Known problems

To-Do list

ChangeLog

0.1.0

Version

0.1.0

Changes

img-2 10