| Tuesday 08 August 2006 2:18:49 pm 
                                                                
                                                                 I changed root node of leftmenu one level down (1,5 instead of 0,5) : 
{let docs=treemenu( $module_result.path,is_set( $module_result.node_id )|choose( 2, $module_result.node_id ),
 ezini( 'MenuContentSettings', 'LeftIdentifierList', 'menu.ini' ),
 1, 5 )
 depth=1
 last_level=3}
 works fine :-) , but if I call the basket the leftmenu completely disappeared. :-( Later on in shop workflow, when site "orderview" passes, the menu is back, but show the nodes directly under id "2". (the setting "1,5" is ignored) 
is_set( $module_result.node_id )|choose( xxx, $module_result.node_id ),Setting xxx to the id of the folder I wish (160) has absolute no effect.
 
{let docs=treemenu( $module_result.path,160 ... does not work anymore
 seems depth_skip does not work with shop workflow what can I do? tried with clean 3.8.3, shop_site 
(think ez has no content_node_id during shop workflow, but how can I tell him?)or is it a kind of bug?
 
shopping very very important you know:)
 
thank you,bye
 _______________________
 http://artenic.de ARTENIC - Publishing mit allen Mitteln!
 
 
 |