Monday 01 September 2003 10:40:31 am
Hi, Here's the way I use to sort a list of folder : {let folder_list=fetch( content, list, hash( parent_node_id, 162, sort_by, array( array( priority )) ) )} and the links : {section name=Folder loop=$folder_list}<a href={concat( "/content/view/full/", $Folder:item.node_id,"/" )|ezurl}>{$Folder:item.name|wash}</a> | {/section} When I click on the a link, I reach the section with it sub menu (articles, info pages,..) but the main area {$module_result.content} is empty. What I want is to show directly the first arcticle or info page of the folder (sorting by priority, date...). Is it possible ? Laurent.
|