[TYPO3-ttnews] Absolute Path in tt_news images

Unai Aizpurua unai at alambre.net
Wed Oct 3 09:25:31 CEST 2012


Responding MySelf:

Using the extension tt_news.genericmarkers,
I Use the marker ###GENERIC_IMAGE#### instead ###NEWS_IMAGE###

After that I used this Typoscript code:

plugin.tt_news.genericmarkers {
data=image
image = COA
image {
   10 = IMG_RESOURCE
   10.file.import = uploads/pics/
   10.file.import.field = generic_image
   10.file.import.listNum = 0
   10.file.maxW=467
   10.stdWrap.wrap=<img src="http://www.url.com/|"/>
   }
}

Hope someone find it interesting.



El 01/10/12 15:48, Unai Aizpurua escribió:
> Hi All,
>
> I'm trying to the full paths in tt_news images ###NEWS_IMAGES### field.
> I use tt_news for newsletter, I saw that in xml feed you can use
> "absRefPrefix", but haven't seen anything like that in displaySingle o
> Display List.
>
> Any idea?
>
>
>


-- 
Unai Aizpurua
unai at alambre.net


More information about the TYPO3-project-tt-news mailing list