Forums / Setup & design / Cant display Left Menu
Thomas Johannessen
Friday 22 October 2004 11:58:56 am
Hi.in the new and fresh ez install I choose Plain, and upload my owndesign as usual, but this time, for some strange unknown reasons, the LEFT menu WONT display. I have choosen left only and I have the menu templates on spot, and no user modds, or what so ever. I copied a Template design I have done and modiied it, but wont display
WhenI change the siteaccess design back to Plain, it shows up..
any idea? I use he code from standard pagelayout.tpl
{* Left menu START *} {include uri="design:left_menu.tpl"} {* Left menu END *}
www.taon.no
Martin Ulrich
Tuesday 26 October 2004 8:55:36 am
I had a similar problem. No left menu, but only the first item "contact us" (contact form) is there. (clean installation (news))
Moreover the following does NOT work (left_menu.tpl) STRANGE !!!:
{let docs=treemenu( $module_result.path, $module_result.node_id, array( 'folder' ), 0, 5 ) depth=1}
However the folling works:
{let docs=treemenu( $module_result.path, $module_result.node_id, array( 1,31,32,33 ), 0, 5 ) depth=1}
_______________________ http://artenic.de ARTENIC - Publishing mit allen Mitteln!
Wednesday 27 October 2004 5:08:36 am
I see, but I could not make this work either. HOwever, its your node numbers ids u list to be shown??
..thomas