{ run-once } Template Operator Problems

Author Message

Mindshare Interactive Campaigns

Wednesday 01 June 2005 11:28:05 am

Has anyone had any luck using this thing more than once inside a loop?
When I try and use the "run once" command more than once inside a loop it seems to only work the first time, the 2nd instance never prints anything inside its block...

{section var=attributes loop=$content_attributes}
	
	{section show=$attributes.item.contentclass_attribute_identifier|contains('all')}
     	{run-once}
               <h2>Fields applicable to all users</h2>
          {/run-once}	
		<div class="block">
		{section show=$attributes.display_info.edit.grouped_input}
			{* $attributes.item.id *}
			<fieldset>
			     <legend{section show=$attributes.item.has_validation_error} class="message-error"{/section}>{$attributes.item.contentclass_attribute_name|wash}{section show=$attributes.item.is_required} <span class="required">({'required'|i18n( 'design/admin/content/edit_attribute' )})</span>{/section}{section show=$attributes.item.is_information_collector} <span class="collector">({'information collector'|i18n( 'design/admin/content/edit_attribute' )})</span>{/section}</legend>
				{attribute_edit_gui attribute_base=$attribute_base attribute=$attributes.item}
			     <input type="hidden" name="ContentObjectAttribute_id[]" value="{$attributes.item.id}" />
			</fieldset>
		
		{/section}
		</div>
	{/section}	     
	{section show=$attributes.item.contentclass_attribute_identifier|contains('vendor')}
     	{run-once}
               <h2>Fields applicable to Vendor users</h2>
          {/run-once}	
		<div class="block">
     		{section show=$attributes.display_info.edit.grouped_input}
     			{* $attributes.item.id *}
     			<fieldset>
     			     <legend{section show=$attributes.item.has_validation_error} class="message-error"{/section}>{$attributes.item.contentclass_attribute_name|wash}{section show=$attributes.item.is_required} <span class="required">({'required'|i18n( 'design/admin/content/edit_attribute' )})</span>{/section}{section show=$attributes.item.is_information_collector} <span class="collector">({'information collector'|i18n( 'design/admin/content/edit_attribute' )})</span>{/section}</legend>
     				{attribute_edit_gui attribute_base=$attribute_base attribute=$attributes.item}
     			     <input type="hidden" name="ContentObjectAttribute_id[]" value="{$attributes.item.id}" />
     			</fieldset>
     	
		</div>
	
	{/section}
	
{/section}

http://www.mindshare.net

James Ward

Wednesday 22 June 2005 8:38:28 am

It would probably be easier to determine if this behaviour is correct if there was some documentation on the {run-once} operator. Documentation needs to keep up with development. IMHO.

working at www.wardnet.com
blogging at www.jamesward.ca

Björn Dieding@xrow.de

Wednesday 22 June 2005 10:56:49 am

If eZ says it is not supported. It is a missing feature.

So what you should do is dig in your compiled template code and find a better implementation for run-once.

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

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 20 2025 06:45:15
Script start
Timing: Jan 20 2025 06:45:15
Module start 'layout'
Timing: Jan 20 2025 06:45:15
Module start 'content'
Timing: Jan 20 2025 06:45:16
Module end 'content'
Timing: Jan 20 2025 06:45:16
Script end

Main resources:

Total runtime1.0371 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.0059 589.1797152.6250
Module start 'layout' 0.00590.0032 741.804739.4453
Module start 'content' 0.00911.0264 781.2500580.3984
Module end 'content' 1.03550.0015 1,361.648412.1563
Script end 1.0370  1,373.8047 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00370.3564160.0002
Check MTime0.00140.1313160.0001
Mysql Total
Database connection0.00110.109410.0011
Mysqli_queries0.977594.2543590.0166
Looping result0.00130.1255570.0000
Template Total1.004496.820.5022
Template load0.00250.244520.0013
Template processing1.001896.598220.5009
Template load and register function0.00020.018010.0002
states
state_id_array0.00070.072210.0007
state_identifier_array0.00120.113320.0006
Override
Cache load0.00220.2102130.0002
Sytem overhead
Fetch class attribute can translate value0.00060.058730.0002
Fetch class attribute name0.00690.662550.0014
XML
Image XML parsing0.00640.616730.0021
class_abstraction
Instantiating content class attribute0.00000.001650.0000
General
dbfile0.00640.6189220.0003
String conversion0.00000.000740.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
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/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: 12
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs