[Typo3] Hide Title if news has Image(s)

Markus Lange markus.lange at bgm-gmbh.de
Tue Dec 13 12:57:42 CET 2005


Hi Konstantin,

Konstantin sagte:

> How can i hide news title if news has image(s).
> If news hasn't image(s) - then title must be showed.


afair title_stdWrap is of type stdWrap (look at TSOB)

(untested)
title_stdWrap {
  wrap = ...
  if.isFalse.field = image
  override {
    cObject = IMAGE
    cObject {
       img properties
    }
  if.isFalse.field = header or title
  }
}

hth
grtz

-- 
Markus Lange





More information about the TYPO3-english mailing list