Forums / Setup & design / How to fetch sub folder from media ?!

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/

eZ debug

Timing: Jan 31 2025 01:28:42
Script start
Timing: Jan 31 2025 01:28:42
Module start 'content'
Timing: Jan 31 2025 01:28:42
Module end 'content'
Timing: Jan 31 2025 01:28:42
Script end

Main resources:

Total runtime0.1958 sec
Peak memory usage8,192.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0065 587.9531370.2891
Module start 'content' 0.00650.0126 958.24221,005.6563
Module end 'content' 0.01910.1767 1,963.89843,893.4297
Script end 0.1958  5,857.3281 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00462.3321200.0002
Check MTime0.00140.6934200.0001
Mysql Total
Database connection0.00080.401410.0008
Mysqli_queries0.102052.06331410.0007
Looping result0.00130.66621390.0000
Template Total0.176290.010.1762
Template load0.00080.423910.0008
Template processing0.175489.545010.1754
Override
Cache load0.00060.299210.0006
Sytem overhead
Fetch class attribute can translate value0.00190.993210.0019
XML
Image XML parsing0.00030.151710.0003
General
dbfile0.00502.5720200.0003
String conversion0.00000.002730.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs