Wednesday 28 April 2004 6:15:24 am
I have an image list with clickable thumbs.
When click on one Node as result there is the image in full view (no problem)
AND the same imagelist should appear on result page with code below (no problem too). But what I want is, that the image in full view (which is the current node) should NOT appear in the small imagelist on the result page. So, how can I exclude the current node from this list?
{let image_list=fetch( content, list, hash( parent_node_id, $node.parent.node_id,
limit, $image_limit,
offset, $view_parameters.offset,
class_filter_type, include,
class_filter_array, array( 'image' ),
sort_by, array( 'published', false() ) ) )
{section var=image loop=$image_list}
{node_view_gui view=line href=$image.item.url_alias|ezurl content_node=$image.item}
{/section}
{/let}
Think something with {section-exclude match= ...} But I dont know whats the right expression for the current node? ;-(( thanks!
_______________________
http://artenic.de ARTENIC - Publishing mit allen Mitteln!
|