Project

General

Profile

Actions

Bug #16595

closed

Constant Editor displayExample not configurable

Added by Steffen Kamper over 17 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2006-09-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #64133: Cleanup sysext:tstemplateClosedMarkus Klein2015-01-062015-01-06

Actions
Actions #1

Updated by Steffen Kamper over 17 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.

Actions #2

Updated by Alexander Opitz about 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)?

Actions #3

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions #4

Updated by Markus Klein over 9 years ago

Will be solved with #64133

Actions #5

Updated by Markus Klein over 9 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
Actions #6

Updated by Gerrit Code Review over 9 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

Actions #7

Updated by Gerrit Code Review over 9 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

Actions #8

Updated by Gerrit Code Review over 9 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

Actions #9

Updated by Gerrit Code Review over 9 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

Actions #10

Updated by Gerrit Code Review over 9 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

Actions #11

Updated by Gerrit Code Review over 9 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

Actions #12

Updated by Markus Klein over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #13

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF