How to fetch sub folder from media ?!

Author Message

Marvix Marx

Saturday 06 January 2007 12:25:23 am

Hi ..

Under media section I had create x folder under images, how to fetch it .. tried all fetch !

Marvix Marx

Saturday 06 January 2007 4:19:04 am

I found it ... under media just 1st folder can be fetch .. so i moved my items to there ^^

Andreas Kaiser

Monday 08 January 2007 6:02:54 am

Not sure if you want to fetch the images or the folders... You could try this

fetch('content','tree', hash('parent_node_id', '51', class_filter_type, "include", class_filter_array, array(5)))

51 is the node id of the image folder & 5 for images (check the id node of your install and change the array to the class you want to fetch. You also have to give access to
"Anonymous Users" to the media folder at "Roles and policies".

eZ Partner in Madrid (Spain)
Web: http://www.atela.net/

Marvix Marx

Monday 08 January 2007 9:17:26 am

The site center there is banner for the site withe latest 5 articles, random showing, and also there is banners for advertising, also there is mix images use in the site.

I had create folder called site banners under images ... I couldn`t fetch this folder, until I moved to media/banners !

that was the problem .. solved by moving it folder banner ^^

Andreas Kaiser

Monday 08 January 2007 3:33:53 pm

I used following code in a site to get random images from "Media / Images / Sponsor Images" (the folder "Sponsor Images" has id 93):

{let randomised_array=fetch('content','tree', hash('parent_node_id', '93', class_filter_type, "include", class_filter_array, array(5)))|shuffle}
{section name=random loop=$randomised_array max=3}
<div class="side"><a href="{$random:item.data_map.image_url.content}"><img src={$random:item.object.data_map.image.content[banner125].full_path|ezroot} /></a></div>
{/section}
{/let}

It worked for me after giving anonymous access to the media folder, like I said before.

In theory this code should work with other content classes if you change the class_filter array.

eZ Partner in Madrid (Spain)
Web: http://www.atela.net/

kracker (the)

Monday 08 January 2007 5:28:36 pm

Thank you for this example snippet of a way to provide a random image :)
This is worth documenting.

//kracker

Member since: 2001.07.13 || http://ezpedia.se7enx.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 18 2025 19:13:29
Script start
Timing: Jan 18 2025 19:13:29
Module start 'layout'
Timing: Jan 18 2025 19:13:29
Module start 'content'
Timing: Jan 18 2025 19:13:31
Module end 'content'
Timing: Jan 18 2025 19:13:31
Script end

Main resources:

Total runtime1.7721 sec
Peak memory usage4,096.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0065 589.1328152.6250
Module start 'layout' 0.00650.0035 741.757839.4453
Module start 'content' 0.01001.7606 781.2031612.5547
Module end 'content' 1.77060.0015 1,393.757816.1563
Script end 1.7720  1,409.9141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.1880160.0002
Check MTime0.00140.0811160.0001
Mysql Total
Database connection0.00090.050610.0009
Mysqli_queries1.707196.3343680.0251
Looping result0.00070.0421660.0000
Template Total1.728697.520.8643
Template load0.00320.182820.0016
Template processing1.725397.362120.8627
Template load and register function0.00030.015110.0003
states
state_id_array0.00140.077110.0014
state_identifier_array0.00180.103320.0009
Override
Cache load0.00230.1300280.0001
Sytem overhead
Fetch class attribute can translate value0.00110.064030.0004
Fetch class attribute name0.00130.072480.0002
XML
Image XML parsing0.00140.076630.0005
class_abstraction
Instantiating content class attribute0.00000.001390.0000
General
dbfile0.00090.0519240.0000
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
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/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: 23
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs