[TYPO3-english] Image URL rendering - TypoScript

Tomas Norre Mikkelsen tomasnorre at gmail.com
Thu Apr 26 14:39:37 CEST 2012


Hi,

I need to render a image-url for Opengraph, via TypoScript.

I have something, like this in mind:

temp.right_content = CONTENT
temp.right_content {

   table=tt_content
   wrap=|
   select{
   max=1
   selectFields = image
   orderBy = sorting

   where = colPos = 0
}
   renderObj=COA
   renderObj{
     5=IMAGE
     5{

       required = 1
       wrap = |
       file.import = uploads/pics/
       file.import.field = image
       file.width = 100
       file.height = 100
     }
   }
}

page.1 = IMAGE
page.1 < temp.right_content

---

I know it isn't right but my thoughts go this way at the moment, any 
hints on how to resolve my issue ?


-- 
Venlig Hilsen / Best Regards
Tomas Norre Mikkelsen
Tomasnorre at gmail.com

TYPO3 Developer @netimage.dk
TYPO3 Profile:
http://forge.typo3.org/users/4289


Follow me at twitter
Twitter.com/tomasnorre


More information about the TYPO3-english mailing list