[TYPO3] xml_contentrendering : no paths to images in the xml-output ( and some further "newbie-questions" )
Hendrik Stey
h_stey at web.de
Thu Apr 20 10:19:08 CEST 2006
hi ingmar,
unluckily i chose the wrong words. i did not mean to say the "paths"....
my aim was to express, that when i chose "text w/ image" there is no
imagefile in the xml at all. like that:
<tt_content uid="2">
<header>
<![CDATA[
Headline
]]>
</header>
<bodytext>
<![CDATA[
Text
]]>
</bodytext>
<header_link>
<![CDATA[]]>
</header_link>
</tt_content>
but when i chose -for example- a contenelement of the type "image", the
path and filename to the image will show up in the xml-output. like that:
<tt_content uid="23">
<path>
uploads/pics/filename.gif
</path>
<height>
279
</height>
<width>
192
</width>
</tt_content>
i guess the reason is, that the content type "text w/ image" is not
defined out-of-the-box, is that possible? so i guess, I must define it,
but i don't know how and where such things have to de done.
bye,
hendrik.
Ingmar Schlecht schrieb:
> Hendrik Stey wrote:
>
>>E.g. when i took a look at my xml-output, i became aware of the fact
>>that there are no paths to images , although the page DOES contain
>>images.
>
>
> The images are always in the same folder for each image field.
>
> AFAIK it's upload/pics/ for tt_content images.
>
> cheers
> Ingmar
>
>
More information about the TYPO3-english
mailing list