Bug #34022
Changing of texts using TypoScript does not work as described in the manual
| Status: | Resolved | Start date: | 2012-02-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Thomas Ernst | % Done: | 100% |
|
| Category: | - | |||
| Target version: | Version 0.17.0 | |||
| Votes: | 0 |
Description
It is not possible to change texts as described in the manual section "Changing texts with TypoScript"
There are two different reasons for this:
1. Most texts are used directly in the TypoScript template. No text substitution using "plugin.[extension]._LOCAL_LANG" can be used here.
2. Even for texts used from the php coding, text substitution does not work. This is caused by a bug in the coding.
Associated revisions
[Bug #34022] Changing of texts using TypoScript does not work as described in the manual
[Bug #34022] Changing of texts using TypoScript does not work as described in the manual
History
Updated by Thomas Ernst over 1 year ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Part 1:
The manuals (english and german) were adapted. They now also reflect the way to change texts used from TypoScript directly.
Part 2:
The coding was fixed.
Changes have been committed to the repository.