section-show is not working

section-show is not working

Sunday 05 September 2004 3:08:15 am - 6 replies

Author Message

Eivind Marienborg

Sunday 05 September 2004 4:41:24 am

I haven't tested it myself, but you could try adding a content-check, like this:

{section-show=$node.object.data_map.log.content}
        <a href={concat( "content/view/full/", $node.node_id )|ezurl}>More...</a>
    {/section}

Eivind

Paul Forsyth

Sunday 05 September 2004 4:50:05 am

Did you mean to use 'section-show'? It should be 'section show', without the hyphen.

paul

Mike Borozdin

Sunday 05 September 2004 7:41:35 am

Thank you, I was wrong 'bout hyphen, I removed it, but now I see More... everywhere, even if a particular entry doesn't have LOG, More... is shown. Is something wrong with my condition? By the way, I tried log.content and got the same result.

Bruce Morrison

Sunday 05 September 2004 4:38:02 pm

Try

{section show=$node.object.data_map.log.content.has_content}
    <a href={concat( "content/view/full/", $node.node_id )|ezurl}>More...</a>
{/section}

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Mike Borozdin

Thursday 09 September 2004 9:27:59 am

I tried that, but now I don't see More even if an entry has contents in the log attribute. Probably it's worth creating a checkbox attribute that will control the thing I want, or is there still some other ways of doing that?

Bruce Morrison

Thursday 09 September 2004 3:24:51 pm

I've just re-read your initial post and noticed that the attribute is intro and the class is log. Is this correct? If so the code should be

{section show=$node.object.data_map.intro.content.has_content}
    <a href={concat( "content/view/full/", $node.node_id )|ezurl}>More...</a>
{/section}

What version of Ez are you using? This code will only work in 3.4.X

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

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.