[TYPO3-realty] First image from single view on other position possible?

Björn Sonnhoff b.sonnhoff at music-n-motion.de
Tue Oct 18 11:22:35 CEST 2011


Hello,
is it possible to set only the first image from the single view to an other
position?
For example:

Headline
Discription
First image
Tabelview with other infos
Other pictures

I´ve styled via css that all the images are shown after the table with the
infos.
But shown the first picture after the description I think I have to do some
changes in the tx_realty_pi1_tpl.html Template.

That’s the tag from the template:
	<div class="images">
		<!-- ###ONE_IMAGE_CONTAINER### -->
		<table class="item" summary="">
			<tr>
				<td class="image">
					###ONE_IMAGE_TAG###
				</td>
			</tr>
		</table>
		<!-- ###ONE_IMAGE_CONTAINER### -->
	</div>
	<!-- ###FIELD_WRAPPER_IMAGETHUMBNAILS### -->
	<!-- ###SINGLE_VIEW_RESULT### -->

But I don´t know how to set only the first image on other position.

By using the tag from the listview: 

<!-- ###WRAPPER_EDITOR_SPECIFIC_CONTENT### -->
<td class="image" ><!-- ###WRAPPER_LIST_IMAGE_RIGHT###
-->###LIST_IMAGE_RIGHT###<!-- ###WRAPPER_LIST_IMAGE_RIGHT### --></td>

only the Typo placeholder(###LIST_IMAGE_RIGHT###) are shown in the frontend.












More information about the TYPO3-project-realty mailing list