Assigning data to a variable

Author Message

jonathan howes

Friday 25 April 2003 1:22:22 pm

Hello

I am using the tree menu and if the item is the active item I wish to change the css class

For example

Folder1
Folder2
Folder2a
Folder2b

If the user is in folder 2b I want to set the <a class="xxx" .... /> to a variable item

I tried to assign a variable a value and then reference the value in the section show script (where the wiki page tree menu example uses a #) with no luck

I was looking for something more subtle like set the font on the active path items to bold for example.

Any help would be appreciated

Jonathan

Ekkehard Dörre

Sunday 27 April 2003 3:46:53 am

If I understand you right:
use css class="font5" and class="font6"
Variable menu_css is set in:
{let top_cat=24
used_node=false()
menu_css=5
menu_css_active=6
}

to get it:
{$menu_css} and {$menu_css_active}

in the wiki example:
{* FIRST LEVEL *}
{section loop=fetch(content,list,hash(parent_node_id,$top_cat, class_filter_type, "include", class_filter_array, array(),sort_by,array(array(priority))))}

<a class="topmenu" href={concat("/content/view/full/",$:item.node_id,"/")|ezurl} class="font{section show=eq($:item.node_id,$used_node)}
{$menu_css_active}
{section-else}
{section show=$node_obj.path_array|contains($:item.node_id)}
{$menu_css}
{/section}
{/section}">{$:item.name}</a><br />

Greetings, ekke

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing

jonathan howes

Sunday 27 April 2003 2:54:03 pm

Ekkehard

With the following change it worked like a charm.

Thanks for the help and a speed response. Great to know there is a committed community behind EzPublish.

Jonathan

<a class="font{section show=eq($:item.node_id,$used_node)}
{$menu_css_active}
{section-else}
{section show=$node_obj.path_array|contains($:item.node_id)}
{$menu_css}
{/section}
{/section}
"href={concat("/content/view/full/",$:item.node_id,"/")|ezurl}>{$:item.name}</a><br />

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 05:03:25
Script start
Timing: Jan 18 2025 05:03:25
Module start 'layout'
Timing: Jan 18 2025 05:03:25
Module start 'content'
Timing: Jan 18 2025 05:03:26
Module end 'content'
Timing: Jan 18 2025 05:03:26
Script end

Main resources:

Total runtime0.8958 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0360 592.3438152.6250
Module start 'layout' 0.03600.0029 744.968839.4453
Module start 'content' 0.03890.8553 784.4141541.4375
Module end 'content' 0.89420.0015 1,325.851612.1641
Script end 0.8957  1,338.0156 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00370.4145160.0002
Check MTime0.00150.1652160.0001
Mysql Total
Database connection0.00260.294310.0026
Mysqli_queries0.817691.2730570.0143
Looping result0.00090.1035550.0000
Template Total0.786587.820.3933
Template load0.00280.310520.0014
Template processing0.783787.492520.3919
Template load and register function0.00010.016510.0001
states
state_id_array0.00220.250710.0022
state_identifier_array0.00110.127420.0006
Override
Cache load0.00240.2625520.0000
Sytem overhead
Fetch class attribute can translate value0.00080.091420.0004
Fetch class attribute name0.00100.111740.0003
XML
Image XML parsing0.00060.067020.0003
class_abstraction
Instantiating content class attribute0.00000.001040.0000
General
dbfile0.00090.0956160.0001
String conversion0.00000.001040.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
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.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: 18
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs