Hallo David, ja, der Inhalt wird ausgegeben: image_link:1 2 - - - L=2 2 - - - L=3 2 - - - L=4 2 - - - L=5 2 - - - L=6 2 - - - L=7;
Nun, werde mal sehen, wie ich damit weiter mache. Im Moment stehe ich ein wenig auf dem Schlauch. Viele Grüße, Lars Am 15. Januar 2014 09:04 schrieb David Gurk <dg...@medienwerft.de>: > Wird so wenigstens der Inhalt der Spalte "image_link" ausgegeben? > > lib.language = CONTENT > lib.language { > table = tt_content > select { > pidInList = 42 > where = colPos = 0 > selectField = image, image_link > } > wrap = <ul class="myClasss">|</ul> > > renderObj = COA > renderObj { > 5 = TEXT > 5 { > wrap = image_link:|; > field = image_link > } > } > } > > -----Ursprüngliche Nachricht----- > Von: typo3-german-boun...@lists.typo3.org > [mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von Lars Brinkmann > Gesendet: Dienstag, 14. Januar 2014 22:51 > An: German TYPO3 Userlist > Betreff: [TYPO3-german] Bilder per CONTENT-Objekt auslesen und verlinken (T3 > 6.1) > > Hallo Liste, > > ich möchte per CONTENT-Objekt aus dem Inhaltselement BILDER die Bilder > auslesen, in einer Liste darstellen und verlinken. Die Bildausgabe > funktioniert auch schon. Nur die Links werden nicht gezogen. > Vielleicht kann mir jemand sagen, was ich falsch mache. > > TYPO3 ist Version 6.1.7 > > Hier ist mein Setup: > > lib.language = CONTENT > lib.language { > table = tt_content > select { > pidInList = 42 > where = colPos = 0 > selectField = image, image_link > } > wrap = <ul class="myClasss">|</ul> > > renderObj = COA > renderObj { > 10 = TEXT > 10 { > field = image > split { > token = , > cObjNum = 1 > 1 { > 10 = IMAGE > 10 { > file.import = uploads/pics/ > file.import.current = 1 > wrap = <li>|</li> > typolink = 1 > typolink.parameter.field = image_link > typolink.parameter.listNum.splitChar = 10 > typolink.parameter.listNum.stdWrap.data = register : > IMAGE_NUM_CURRENT > } > } > } > } > } > } > > Viele Grüße, Lars Brinkmann > > -- > brinkmann.l...@gmail.com > _______________________________________________ > TYPO3-german mailing list > TYPO3-german@lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german > _______________________________________________ > TYPO3-german mailing list > TYPO3-german@lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german -- brinkmann.l...@gmail.com _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german