Project

General

Profile

Actions

Task #69628

closed

The documentation for the userfields feature mention wrong marker names

Added by Ulrik H. Kold over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2015-09-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

Description

The documentation for the userfields feature (i.e. using custom markers from the fe_users table in the felogin template), mention that markers can be named ###USERNAME###. (ref: https://docs.typo3.org/typo3cms/extensions/felogin/6.2/Configuration/Index.html#userfields)

"Array of fields from the fe_users table. Each field can have its own stdWrap configuration. These fields can be used as markers in the template (e.g. ###USERNAME###)" 

This is wrong. Looking into the code it is easy to see that markers must be named ###FEUSER_<fieldname_in_caps>### to work. The only exception is ###USER### which displays the username.

The docs should be updated to show the right marker format.

Actions

Also available in: Atom PDF