Hi Birgit

No of them is giving anything.

<f:debug>{befmember.0.image}</f:debug> is just giving me the numbers of image uploaded to a fe_user.



Jeppe


Birgit skrev den 14.09.2018 15:47:
hallo Jeppe,

try

<f:image treatIdAsReference="TRUE" src="{befmember.0.image.uid}“ />

<f:image src="{befmember.0.image.originalResource.publicUrl}“ />

best regards
Birgit



Am 14.09.2018 um 14:19 schrieb je...@donslund.net:

Hi

I need to get the images out of the fe_users table.
I have an extension and all the other data is no problem, but in the database the value is just 1 if there is an image. I have tried with <f:image src="{befmember.0.image}" treatIdAsReference="1" /> but it tries to dinf an image that is not there.

How is the right way to do it?



Jeppe Donslund
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to