[TYPO3-Solr] how to display tt_news items with thumbnails?
Olivier Dobberkau
olivier.dobberkau at dkd.de
Mon Jan 12 21:26:23 CET 2015
Am 12.01.15 um 15:14 schrieb COZANET Mathieu:
> Any help would be really appreciated
Hi Mathieu,
Please have a look at EXT:solr_boutique and how we did it there:
<!-- ###LOOP:RESULT_DOCUMENTS### begin -->
<!-- ###LOOP_CONTENT### -->
<li class="results-entry
###ODD_EVEN:###LOOP_CURRENT_ITERATION_COUNT######">
<a href="###RESULT_DOCUMENT.URL###" title="###RESULT_DOCUMENT.TITLE###">
<img
src="uploads/tx_solrboutique/###RESULT_DOCUMENT.IMAGE_stringS###"
alt="###RESULT_DOCUMENT.TITLE###" />
</a>
</li>
<!-- ###LOOP_CONTENT### -->
<!-- ###LOOP:RESULT_DOCUMENTS### end -->
should give you a hint.
BEWARE: This is not a cut&paste solution.
Olivier
More information about the TYPO3-project-solr
mailing list