Hi,
I've recently tried to get an asset list to show the siblings on a page, using advice from a previous forum post http://forums.squizsuite.net/index.php?showtopic=7097 .
You can do this with 2 asset listings. The first one set the direction to look 'up the tree' by 1 level, limit to 1 result and a dynamic root node of the current asset. This will return the current assets parent. Create a second asset listing looking down the tree with direct child assets only and a dynamic root node of session variable 'list_current_asset_id'. The second asset listing you nest in the type format bodycopy of the first asset listing.
In a nut shell you look up the tree 1 level, then look back down to find the siblings. The keyword list_current_asset_id is set each time an asset listing outputs an asset.
The two asset lists have been created and work, but only if I manually write the ID value of a page into the parameter section. Does anybody know of a global keyword that can be used to reference the first asset list so I can grab the parent ID.
Thanks!