[Typo3-UG Oesterreich] tt_news header in Image rechen?
    Wolfgang Klinger 
    wolfgang at stufenlos.net
       
    Wed Jul 13 14:50:30 CEST 2005
    
    
  
 Hallo!
 Wolfgang Klinger schrieb folgendes am 12.07.2005:
>  Über "title_stdWrap.cObject", siehe 
>  http://typo3.org/documentation/document-library/tt_news/Configuration-63/
>  unter "Render news-articles with graphical header in SINGLE view";
 so geht's:
----
# ... in der tt_news Konfiguration (siehe Link oben):
    title_stdWrap.cObject = IMAGE
    title_stdWrap.cObject.file = GIFBUILDER
    title_stdWrap.cObject.file {
     XY = [10.w],[10.h]
     10 = IMAGE
     10.file {
       import = uploads/pics/
       import.field = image
       import.listNum = 0
     }
     20 = TEXT
    # ... usw. ... weitere Elemente...
-----
(ev. bei einer älteren tt_news Version kann es sein, dass die
Bilder in "uploads/tx_ttnews/" liegen... (??)
----
 lg
 Wolfgang
    
    
More information about the TYPO3-at
mailing list