templating help needed

Author Message

StoneFly Techonology

Tuesday 31 August 2004 2:56:15 pm

Using the default flat_left.tpl file how would I make it so the generated menus would filter or exclude certain classes or even, better, nodes. I have it working to include specific classes, but now I need it to do exclude certain nodes.

here is what I am currently doing:
and I know that changes with this template need to be made in conjunction with menu.ini

<div id="leftmenu">
<div id="leftmenu-design">

<h3 class="hide">{"Left menu"|i18n("design/base")}</h3>

{* set style selection string *}
{let varID=$module_result.node_id varStyle=1}
	{switch match=$varID}
	{case match=2}
		{set varStyle='0'}
	{/case}
	{case default}
		{set varStyle=1}
	{/case}
	{/switch}

{let docs=treemenu( $module_result.path,
                    $module_result.node_id,
                    array( 'folder','feedback_form','page' ), $varStyle, 5 )
                    depth=2}

        <ul>
        {section var=menu loop=$:docs last-value}
            {section show=and( $menu.last.level|eq( $menu.level ), $menu.number|gt( 1 ) )}
                </li>
            {section-else}
            {section show=and( $menu.last.level|gt( $menu.level ), $menu.number|gt( 1 ) )}
                </li>
                    {"</ul>
                </li>"|repeat(sub( $menu.last.level, $menu.level ))}
            {/section}
            {/section}

            {section show=and( $menu.last.level|lt( $menu.level ), $menu.number|gt( 1 ) )}
                <ul>
                    <li class="menu-level-{$menu.level}">
            {section-else}
                <li class="menu-level-{$menu.level}">
            {/section}

            <a {$menu.is_selected|choose( '', 'class="selected"' )} href={$menu.url_alias|ezurl}>{$menu.text|shorten( 25 )}</a>

            {set depth=$menu.level}
        {/section}
           </li>

        {section show=sub( $depth, 0 )|gt( 0 ) loop=sub( $depth, 0 )}
		
            </ul>
        </li>
        {/section}
        </ul>
		<div class="llh"><a class="llh" href="/museum">Home</a></div>

{/let}

{/let}

</div>
</div>


Thanks,
Kimball

Edward Eliot

Thursday 02 September 2004 6:49:29 am

In the section loop you can include a section-exclude filter. For example {section-exclude match=$menu.node_id|eq(1)} where 1 is the node you want to exclude. Ed.

Siw Helen Thorslund

Sunday 28 November 2004 7:37:55 pm

I have the same problem with an identical code.

But when I use the {section-exclude match=$menu.node_id|eq(1)}, the whole site collaps.

Where in this code do I input the {section-exclude match=$menu.node_id|eq(1)} ?

www.VZT.no ( http://www.VZT.no )
VZT References ( http://http://vzt.no/index.php/vzt_eng/referanser )
VZT Extensions ( http://vzt.no/index.php/vzt_eng/extensions )
www.MediaBase.no ( http://www.MediaBase.no )

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

eZ debug

Timing: Jan 18 2025 16:14:36
Script start
Timing: Jan 18 2025 16:14:36
Module start 'layout'
Timing: Jan 18 2025 16:14:36
Module start 'content'
Timing: Jan 18 2025 16:14:37
Module end 'content'
Timing: Jan 18 2025 16:14:37
Script end

Main resources:

Total runtime1.0174 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0072 589.0391152.6250
Module start 'layout' 0.00720.0024 741.664139.4297
Module start 'content' 0.00951.0063 781.0938573.8047
Module end 'content' 1.01590.0015 1,354.898412.1875
Script end 1.0173  1,367.0859 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3006160.0002
Check MTime0.00120.1201160.0001
Mysql Total
Database connection0.00110.106210.0011
Mysqli_queries0.972395.5658590.0165
Looping result0.00050.0485570.0000
Template Total0.983096.620.4915
Template load0.00190.191320.0010
Template processing0.981096.424320.4905
Template load and register function0.00020.018710.0002
states
state_id_array0.00080.076410.0008
state_identifier_array0.00080.076720.0004
Override
Cache load0.00160.1558160.0001
Sytem overhead
Fetch class attribute can translate value0.00050.049230.0002
Fetch class attribute name0.00130.126240.0003
XML
Image XML parsing0.00070.071830.0002
class_abstraction
Instantiating content class attribute0.00000.000740.0000
General
dbfile0.00200.1992160.0001
String conversion0.00000.000540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 14
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs