Alpha pagination

Author Message

laurent le cadet

Tuesday 26 April 2005 12:34:19 am

Hi,

I'm trying to make analpha pagination by giving the choice in admin via a check box (attribut name "mode_lexique") I added to folder.tpl.

{section show=$node.data_map.mode_lexique.data_int}
            <div class="content-view-children">
			{section loop=fetch('content','list', hash( parent_node_id, 1043 ,
			  attribute_filter, array( 'or', array( '189', '>=', 'T') )) ) }
			<a href={$:item.url_alias|ezurl}>{$:item.name}</a><br>
			{/section}
			</div>
{section-else}
{*Here is the standard code for fetching children with the include of google.tpl*}
{/section}

First I'm trying to have a result on a node (1043) with a attribut (189) and just one letter (T) , but I'll try to generalise this to the whole site.

My problem here is result because '=' doesn't work (nothing is printed), only '>='.

What's wrong here ?

Laurent.

Eivind Marienborg

Tuesday 26 April 2005 12:44:21 am

 {section loop=fetch( content, tree, hash( parent_node_id, 1043,
attribute_filter, array(189,'>=',T),array(189,'<=',U)))}

You can try this. Works at my site, at least :)

laurent le cadet

Tuesday 26 April 2005 1:07:19 am

not on mine :((

But your method returned a list from T to U (include) ?

Eivind Marienborg

Tuesday 26 April 2005 1:13:53 am

Hmm, I might have misunderstood what you were asking for. It seemed like you wanted to fetch nodes where attribute 189 starts with a T? If so, you have the same issue as I do on my site, where the code works.

laurent le cadet

Tuesday 26 April 2005 1:30:51 am

what I need is just the list of all the elements which begin with A, B, C... to build a "A-B-CD-..." navigation like you talked about in this thread
http://www.ez.no/community/forum/developer/alpha_pagination_of_objects

If it's too ambitious, I will just print something like this

A

the list of all "A" items

B

the list of all "B" items

...

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 19:06:43
Script start
Timing: Jan 18 2025 19:06:43
Module start 'layout'
Timing: Jan 18 2025 19:06:43
Module start 'content'
Timing: Jan 18 2025 19:06:44
Module end 'content'
Timing: Jan 18 2025 19:06:44
Script end

Main resources:

Total runtime0.9578 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0068 587.8125152.6094
Module start 'layout' 0.00680.0054 740.421939.4141
Module start 'content' 0.01220.9442 779.8359534.9844
Module end 'content' 0.95640.0013 1,314.820312.1875
Script end 0.9578  1,327.0078 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00440.4593160.0003
Check MTime0.00170.1826160.0001
Mysql Total
Database connection0.00050.054610.0005
Mysqli_queries0.883492.2301630.0140
Looping result0.00080.0804610.0000
Template Total0.916095.620.4580
Template load0.00260.270320.0013
Template processing0.913495.361820.4567
Template load and register function0.00010.012510.0001
states
state_id_array0.00090.098310.0009
state_identifier_array0.00080.086420.0004
Override
Cache load0.00240.2522320.0001
Sytem overhead
Fetch class attribute can translate value0.00150.160720.0008
Fetch class attribute name0.00160.166470.0002
XML
Image XML parsing0.00100.105720.0005
class_abstraction
Instantiating content class attribute0.00000.0035100.0000
General
dbfile0.00090.0950220.0000
String conversion0.00000.001140.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
5content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 21
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs