Task #69628
closedThe documentation for the userfields feature mention wrong marker names
100%
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.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43154
Updated by Wouter Wolters about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cd06eb1ec5dca4a3afc9f84f6c192b4578491189.
Updated by Gerrit Code Review about 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43159
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43159
Updated by Wouter Wolters about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 5380aa9ffa7bf9af9228894da0c032f0140d97e8.