Project

General

Profile

Actions

Bug #43708

closed

leveluid with slide doesn't work across multiple levels

Added by Jochen Weiland over 11 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2012-12-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

We use the following TypoScript code to display a header image from a page up in the root path when there is no image on the current page:

temp.headerimage = FILES
temp.headerimage {
  references {
    table = pages
    uid.data = leveluid:-2, slide
    fieldName = media
  }
  renderObj = COA
  renderObj {
    10 = IMAGE
    10 {
      file.import.data = file:current:publicUrl
    }
  }
}

This works only if the image is one level up from the current page, but not for 2 or more levels.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #43691: Media Image Import is brokenClosed2012-12-06

Actions
Related to TYPO3 Core - Bug #55706: Different behavior of levelmedia in TYPO3 6.2Closed2014-02-05

Actions
Actions

Also available in: Atom PDF