Bug #16595
closedConstant Editor displayExample not configurable
100%
Description
in Constant Editor there is a configurable Option, that never works.
The example position is always at bottom, but I want to have it on top.
In the tx_tstemplateceditor there is an condition:
if ($BE_USER_modOptions["properties"]["constantEditor."]["example"]=="top") {
This var is never filled up so there is no chance to configure.
maybe a solution is to implement an ext_conf_template.txt with an configurable var - default shoud be top position (for better explanation)
(issue imported from #M4282)
Updated by Steffen Kamper about 18 years ago
ok, i found a solution.
the file class.tx_tstemplateceditor.php has to be modified.
Instead of the comment
#NOT WORKING
in function main simply this line has to be added:
$BE_USER_modOptions=t3lib_BEfunc::getModTSconfig(0,'mod.'.$this->MCONF['name']);
After this the userTS-Setting could be set to
mod.constantEditor.example=top
The only bad thing is the $id set to 0, but this is the normal pid for BEuser.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - PHP Version deleted (
4)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
Updated by Markus Klein almost 10 years ago
- Tracker changed from Feature to Bug
- Category set to Backend User Interface
- Status changed from Closed to Accepted
- Assignee set to Markus Klein
- Target version set to 7.1 (Cleanup)
- TYPO3 Version set to 4.3
- Complexity set to easy
- Is Regression set to No
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Accepted 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/35799
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35799
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35799
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35799
Updated by Gerrit Code Review almost 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35799
Updated by Gerrit Code Review almost 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35799
Updated by Markus Klein almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 94843c0d754e239b8f40b91d328ba30f769cb689.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed