Forums / Setup & design / combine sections slideshow

combine sections slideshow

Author Message

Martin Ulrich

Tuesday 06 April 2004 10:26:41 am

for an idiot like me, who never learned any basics its a problem:

for my javascript- slideshow I want the path to the image and separate count of the image

that should be the result:
[1] Number = var/storage//var/gallery/storage/images-versioned/... 1.png
[2] Number = var/storage//var/gallery/storage/images-versioned/... 2.png
[3] Number = var/storage//var/gallery/storage/images-versioned/... 3.png

the following loops me the path of image - (works fine, no problem):

      slide=fetch( content, tree, hash( parent_node_id, $node.node_id,
											limit, $image_limit,
                                            offset, $view_parameters.offset,
                                            class_filter_type, include,
                                            class_filter_array, array( 'image' ),
                                            sort_by, array( 'published', false() ) ) )
{section var=image loop=$slide}
{$image.item.data_map.image.content[small_h].full_path}
{/section}

And the following loops me the image count - dito no problem:

number=fetch( content, list_count, hash( parent_node_id, $node.node_id,
                                            limit, $image_limit,
                                            offset, $view_parameters.offset,
                                            class_filter_type, include,
                                            class_filter_array, array( 'image' ),
                                            sort_by, array( 'published', false() ) ) )
{section var=image loop=$number}
[ {$image} ]
{/section}

But what I want is, these both result in one line, like:
[1] number = var/storage/var/gallery/storage/images-versioned/... 1.png

I havent any idear what i should write. How is it possible to fetch two different arrays together, resp. loop two results in one line.
How to combine these two results in one line?
Perhabs I have to combine the two sections somehow, but dont know how.

perhaps there is a nice human beeing out there, who gives a tip.

thanks in advance. :-)

Greetings Sebastian

_______________________

http://artenic.de ARTENIC - Publishing mit allen Mitteln!

Martin Ulrich

Tuesday 06 April 2004 10:31:50 am

The following, two functions, for example does NOT work:

slide=fetch( content, tree, list_count hash( parent_node_id, ...

_______________________

http://artenic.de ARTENIC - Publishing mit allen Mitteln!

Tore Skobba

Tuesday 06 April 2004 11:03:07 am

Hi

I am not sure what you want. But you can not count each image, or you can count it, but it would always be one and as such not make much sense.
>
>slide=fetch( content, tree, list_count hash( parent_node_id,
>
This will not work, as you basically are asking for two values, the number of children and an array with all the children (including children children etc.. tree).

fetch (content, tree_count, hash (... will return the number of children, including childrins childrens etc.
fetch (content, list_count, hash (.. will return the number of children of THIS node
while
fetch (content, tree OR fetch (content, list will return an array with all the objects.

Hope it helps, if not you need to elobrate on your problem.

If you want to count each image then one solution could be like this
{let count=0
images_list=fetch (content, tree, ...)
}

{section loop=$images_list}
{set i=i:inc} (Increase i with one for each image)
{$item.data_map.image.content[small_h].full_path}
<p>Image number: {$i} </p>
{/section}
{/let}
Note, it is pseudo code and does not work as it is.

Cheers
Tore

eZ debug

Timing: Jan 19 2025 12:45:24
Script start
Timing: Jan 19 2025 12:45:24
Module start 'content'
Timing: Jan 19 2025 12:45:25
Module end 'content'
Timing: Jan 19 2025 12:45:25
Script end

Main resources:

Total runtime1.0922 sec
Peak memory usage4,096.0000 KB
Database Queries194

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 588.9531180.8359
Module start 'content' 0.00560.9030 769.7891522.3203
Module end 'content' 0.90860.1836 1,292.1094337.4766
Script end 1.0922  1,629.5859 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00370.3424210.0002
Check MTime0.00140.1276210.0001
Mysql Total
Database connection0.00070.068610.0007
Mysqli_queries1.020193.39701940.0053
Looping result0.00200.18651920.0000
Template Total1.067297.720.5336
Template load0.00180.167720.0009
Template processing1.065397.535720.5327
Template load and register function0.00020.020210.0002
states
state_id_array0.00070.065110.0007
state_identifier_array0.00170.155920.0009
Override
Cache load0.00160.1425490.0000
Sytem overhead
Fetch class attribute can translate value0.00170.155530.0006
Fetch class attribute name0.00120.110830.0004
XML
Image XML parsing0.00060.050630.0002
class_abstraction
Instantiating content class attribute0.00000.000930.0000
General
dbfile0.00190.1714210.0001
String conversion0.00000.000730.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
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
12content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
8content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 27
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs