| Thursday 30 September 2004 9:01:58 am 
                                                                 
Thank you. I think, something is wrong with my installation. I use <i>flatleft.tpl</i>
 I'm not a professional programmer, sometimes I do it by "trial an error".
 what I found:
 Works NOT: (menu disapeared, dont know why) 
{let docs=treemenu( $module_result.path,
     				$module_result.node_id,
				array( 'folder' ),
                                1, 5)
                                depth=1}
WORKS : 
{let docs=treemenu( $module_result.path,
     				$module_result.node_id,
				array( 1 ),
                                1, 5)
                                depth=1}
WORKS too: 
{let docs=treemenu( $module_result.path,
     				$module_result.node_id,
				array(),
                                1, 5)
                                depth=1}
The first case is often mentioned in this forum. It should be workin, but doesnt with my installation. Dont know why.  Perhaps my next problem depends on that. When I called the basked, menu disappeares also.  
Debug says: Unknown template variable 'module_result' in namespace ''
 _______________________
 http://artenic.de ARTENIC - Publishing mit allen Mitteln!
 
 
 |