hate to bother you guys but...........page limit thingy

Author Message

Katie D

Wednesday 30 April 2003 4:18:22 am

I posted earlier, but have had no luck. I my news page all I want to do is limit the articles to 5 per page. I found places in tpl's where it mentions pagelimit= etc. but after changing them it still doesn't change. I emptied the cache to eliminate that problem also.

Can any of you point me in the right direction.

I am editing

\design\demo\override\templates\pagelayout_section_3.tpl

I am totally lost with it. In earlier versions it was set in site.ini and it was 'kewl'

Thanx in advance
Katie

Paulo Almeida

Wednesday 30 April 2003 7:02:46 am

HI

Use limit in fetch, something like this fetch(content,list,hash(parent_node_id,159,limit,5))

Paulo Almeida

PACPI.COM Internet Consulting
http://pacpi.com

Karsten Jennissen

Wednesday 30 April 2003 7:24:07 am

Also remember to turn off cache while your developing (or clear it every time there is a change). :-)

Karsten

Katie D

Wednesday 30 April 2003 2:00:04 pm

Hmmmm!!! I have in the

\design\demo\override\templates\pagelayout_section_5.tpl

{let folder_list=fetch(content,list,hash(parent_node_id,60,sort_by,array(array(priority))))
news_list=fetch(content,tree,hash(parent_node_id,60,limit,5,sort_by,array(published,false()),class_filter_type,include,class_filter_array,array(2)))}

but I still get more items published on the one page.

I cleared the cache and still the same.

My heads in bits with it Grrrr!!!!

Jan Borsodi

Monday 05 May 2003 4:21:06 am

{let folder_list=fetch(content,list,hash(parent_node_id,60,sort_by,array(array(priority))))
This one will fetch ALL objects for node 60 sorted by priority.
news_list=fetch(content,tree,hash(parent_node_id,60,limit,5,sort_by,array(published,false()),class_filter_type,include,class_filter_array,array(2)))}
while this one fetches max 5 items of class ID 2

Are you sure you're using the correct variable?

could you use:
folder_list={$folder_list|count}
news_list={$news_list|count}

and see what you get?

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Katie D

Wednesday 07 May 2003 10:39:16 am

thanx Jan I will try that.

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:17:58
Script start
Timing: Jan 18 2025 05:17:58
Module start 'layout'
Timing: Jan 18 2025 05:17:58
Module start 'content'
Timing: Jan 18 2025 05:17:59
Module end 'content'
Timing: Jan 18 2025 05:17:59
Script end

Main resources:

Total runtime0.7414 sec
Peak memory usage4,096.0000 KB
Database Queries70

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0069 589.1719152.6406
Module start 'layout' 0.00690.0025 741.812539.4766
Module start 'content' 0.00940.7304 781.2891639.5938
Module end 'content' 0.73980.0015 1,420.882812.1094
Script end 0.7413  1,432.9922 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.5094160.0002
Check MTime0.00190.2542160.0001
Mysql Total
Database connection0.00090.126110.0009
Mysqli_queries0.676091.1833700.0097
Looping result0.00080.1119680.0000
Template Total0.710895.920.3554
Template load0.00250.335620.0012
Template processing0.708395.538820.3542
Template load and register function0.00020.027210.0002
states
state_id_array0.00070.092610.0007
state_identifier_array0.00100.136920.0005
Override
Cache load0.00220.2992390.0001
Sytem overhead
Fetch class attribute can translate value0.00100.130640.0002
Fetch class attribute name0.00220.296280.0003
XML
Image XML parsing0.00140.192540.0004
class_abstraction
Instantiating content class attribute0.00000.002780.0000
General
dbfile0.00080.1130230.0000
String conversion0.00000.001240.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
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.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: 23
 Number of unique templates used: 6

Time used to render debug report: 0.0005 secs