Problem displaying subfolders in 4.0

Problem displaying subfolders in 4.0

Sunday 27 January 2008 4:30:19 pm - 2 replies

Author Message

Łukasz Serwatka

Monday 28 January 2008 12:00:35 am

Hi Richard,

You can either enable left menu where folder should appear (it was designed to work with left menu, as folder appears there) or if that is not an option, then you will have to remove depth check in full/folder.tpl code in override folder.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Richard Lundberg

Monday 28 January 2008 12:53:25 am

Łukasz

thanks for the prompt response.

For reference for others I changed

            {if le( $node.depth, '3')}
                {set $classes=array( 'infobox', 'folder' )}
            {/if}

to

            {if le( $node.depth, '3')}
                {set $classes=array( 'infobox' )}
            {/if}

that seemed to do the trick and subfolders are now displayed.

www.peakm3.com

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.