« Return to Thread: Image URL rendering - TypoScript

Image URL rendering - TypoScript

by Tomas Norre Mikkelsen :: Rate this Message:

| View in Thread

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@...

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


Follow me at twitter
Twitter.com/tomasnorre
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

 « Return to Thread: Image URL rendering - TypoScript