Project

General

Profile

Actions

Feature #17131

closed

value:= function rendering sequence

Added by Nikolas Hagelstein about 17 years ago. Updated about 2 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2007-03-19
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

Hi,
those value:= functions are applied before any data substitution (e.g. field/insertData) takes place.
Therefore something like this becomes impossible:

lib.box_headline = TEXT
lib.box_headline {
value={page:title}
insertData=1
value:=removeString(test)

}

(issue imported from #M5255)

Actions #1

Updated by Michael Stucki about 17 years ago

Right, and this is also explained in the documentation. It acts on TS parser level and doesn't know about page fields, rootline, etc.

You'll need to solve your problem differently, we cannot change this.

Actions #2

Updated by Nikolas Hagelstein about 17 years ago

Right, therefor i marked it as feature request ;)

Actions #3

Updated by Michael Stucki about 17 years ago

Aha. But then the description about the ":=" syntax is misleading. Well yes, there seems to be no such feature right now. I suggest you try to implement this using a new stdWrap property.

- michael

Actions #4

Updated by Alexander Opitz almost 11 years ago

  • Category deleted (Communication)
  • Status changed from Accepted to Needs Feedback
  • Target version deleted (0)

As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?

Actions #5

Updated by Chris topher almost 11 years ago

Alexander Opitz wrote:

is the handling in newer TYPO3 CMS Versions more like you expect it?

I don't think so. How would you do that with a current version? I don't know of a way...

Actions #6

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to New
Actions #7

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 8 LTS
Actions #8

Updated by Riccardo De Contardi about 7 years ago

  • Target version changed from 8 LTS to 9.0
Actions #9

Updated by Susanne Moog over 6 years ago

  • Category set to TypoScript
Actions #10

Updated by Susanne Moog over 6 years ago

  • Target version deleted (9.0)
Actions #11

Updated by Christian Kuhn about 2 years ago

  • Status changed from New to Rejected

hey. i hope it's ok to set this ancient feature request to 'rejected' for now.

Actions

Also available in: Atom PDF