added a field

Author Message

Jacks JNK

Wednesday 20 August 2008 2:39:02 am

Hello, I have a problem, indeed, I added a field "category" in the class article and I wish to display the list of the categories.
I made the following fetch but without success:

{def  $tope=fetch( content, list, hash(parent_node_id,160,
    class_filter_type, 'include',
    class_filter_array, array( 'article' )) ) }
	  {foreach $tope as $uni}
	  {$uni.categorie}
	  {/foreach}

Skype : jacks_ngala

Ivo Lukac

Wednesday 20 August 2008 3:24:03 am

Try it like this:

 {def $tope=fetch( content, list, hash(parent_node_id,160,
   class_filter_type, 'include',
   class_filter_array, array( 'article' )) ) }

{foreach $tope as $uni}
    {attribute_view_gui attribute=$uni.data_map.categorie}
{/foreach}
 

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

Jacks JNK

Wednesday 20 August 2008 5:44:22 am

hello, yes that works well but only I want to have the name of the category once and being able to brought back me on all good of the category. with what you have give to me, I receive the name of the category in proportion to numbers them of times that she/it is called in the articles.

Skype : jacks_ngala

Ivo Lukac

Wednesday 20 August 2008 6:16:17 am

Sorry, but I don't understand you. Can you give some examples?

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

Jacks JNK

Wednesday 20 August 2008 6:26:10 am

Let's admit that I have 2 categories "infos" and "sport" and in my folder I have 5 articles of which 3 belong to the category "infos" and 2 in category "sport." I want that my fetch only displays me the ties "infos" and "sport" and when I click on one the link it brings back me toward the page where I would see the title of the articles belonging to the category

Skype : jacks_ngala

Ivo Lukac

Thursday 21 August 2008 9:15:47 am

Hello again,

You didn't mention what kind of datatype you are using for category, I presume "selection".
Solution is a bit complicated, you need to make 2 links for each category with view_parameters appended and than use attribute_filter on the category datatype.

But there is much more easier way. Create two sub folders for each category under your main folder. Place articles in sub folder by category and that's it. And you don't even need the category datatype.

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

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 19 2025 08:52:49
Script start
Timing: Jan 19 2025 08:52:49
Module start 'layout'
Timing: Jan 19 2025 08:52:49
Module start 'content'
Timing: Jan 19 2025 08:52:49
Module end 'content'
Timing: Jan 19 2025 08:52:49
Script end

Main resources:

Total runtime0.0161 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 589.0313152.6094
Module start 'layout' 0.00540.0029 741.640639.4141
Module start 'content' 0.00830.0058 781.054797.4141
Module end 'content' 0.01400.0020 878.468838.3047
Script end 0.0160  916.7734 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002415.0142140.0002
Check MTime0.00116.9592140.0001
Mysql Total
Database connection0.00084.926210.0008
Mysqli_queries0.002716.675130.0009
Looping result0.00000.075610.0000
Template Total0.001710.310.0017
Template load0.00085.224210.0008
Template processing0.00085.081910.0008
Override
Cache load0.00063.725010.0006
General
dbfile0.00127.728880.0002
String conversion0.00000.050440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_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