Customizing the news-demo template

Author Message

Tonny Laursen

Friday 07 February 2003 1:33:09 am

Can someone please help me to let the demo show the children folders I create under the first level ex. In the admin interface I have created the following 'My folder / News / Frontpage / Tonny test sub folder' but when I go to the user interface in news section I cant see it? Is it neccesary to change anything in pagelayout_section_3.tpl to show alle the subfolders there are and if then what.

I want it to look like the same as in the ez2 version where it shows the subfolders in top of the maincontent area and the the atricles under it, so you can click on the folder links and then go to the next level.

Bård Farstad

Friday 07 February 2003 1:45:47 am

> Can someone please help me to let the demo show the children
> folders I create under the first level ex. In the admin
> interface I have created the following 'My folder / News /
> Frontpage / Tonny test sub folder' but when I go to the user
> interface in news section I cant see it? Is it neccesary to
> change anything in pagelayout_section_3.tpl to show alle the
> subfolders there are and if then what.
>
> I want it to look like the same as in the ez2 version where
> it shows the subfolders in top of the maincontent area and
> the the atricles under it, so you can click on the folder
> links and then go to the next level.
You will find some information about how to do this at:
http://sdk.ez.no/sdk/tutorials/view/templateissues

Basically you need to paste in code like this:
{* set children variable *}
{let children=fetch('content',list,hash(parent_node_id,$node.node_id))}

<h1>{$node.name}</h1>

{* loop children and print name *}
{section name=Child loop=$children}
{$Child:item.name}<br>
{/section}

{/let}
In your template.

See the tutorial for more details.

--bård

Documentation: http://ez.no/doc

Tonny Laursen

Friday 07 February 2003 2:51:30 am

> Can someone please help me to let the demo show the children
> folders I create under the first level ex. In the admin
> interface I have created the following 'My folder / News /
> Frontpage / Tonny test sub folder' but when I go to the user
> interface in news section I cant see it? Is it neccesary to
> change anything in pagelayout_section_3.tpl to show alle the
> subfolders there are and if then what.
>
> I want it to look like the same as in the ez2 version where
> it shows the subfolders in top of the maincontent area and
> the the atricles under it, so you can click on the folder
> links and then go to the next level.

Exactly, that what I need. But one question more. Now I have inserted the following in the template:
<td>
{* set children variable *}
{let children=fetch('content',list,hash(parent_node_id,$node.node_id))}
{* loop children and show line view *}
{section name=Child loop=$children}
{node_view_gui view=line content_node=$Child:item}
{/section}
{/let}
</td>

And now it shows folder, article, folder article and so on. What I want is something like folder,folder,article,article. So on the top of the page you have folders and beneath that the articles.

Tonny Laursen

Friday 07 February 2003 3:20:43 am

> > Can someone please help me to let the demo show the
> children
> > folders I create under the first level ex. In the admin
> > interface I have created the following 'My folder / News
> /
> > Frontpage / Tonny test sub folder' but when I go to the
> user
> > interface in news section I cant see it? Is it neccesary
> to
> > change anything in pagelayout_section_3.tpl to show alle
> the
> > subfolders there are and if then what.
> >
> > I want it to look like the same as in the ez2 version
> where
> > it shows the subfolders in top of the maincontent area
> and
> > the the atricles under it, so you can click on the
> folder
> > links and then go to the next level.
> You will find some information about how to do this at:
> http://sdk.ez.no/sdk/tutorials/view/templateissues
>
> Basically you need to paste in code like this:
> {* set children variable *}
> {let
> children=fetch('content',list,hash(parent_node_id,$node.node_id))}
>
> <h1>{$node.name}</h1>
>
> {* loop children and print name *}
> {section name=Child loop=$children}
> {$Child:item.name}<br>
> {/section}
>
> {/let}
> In your template.
>
> See the tutorial for more details.
>
> --bård

Exactly, that what I need. But one question more. Now I have inserted the following in the template:
<td>
{* set children variable *}
{let children=fetch('content',list,hash(parent_node_id,$node.node_id))}
{* loop children and show line view *}
{section name=Child loop=$children}
{node_view_gui view=line content_node=$Child:item}
{/section}
{/let}
</td>

And now it shows folder, article, folder article and so on. What I want is something like folder,folder,article,article. So on the top of the page you have folders and beneath that the articles.

Tonny

Bård Farstad

Friday 07 February 2003 5:14:44 am

> And now it shows folder, article, folder article and so on.
> What I want is something like folder,folder,article,article.
> So on the top of the page you have folders and beneath that
> the articles.
Then you need to alter the sorting. You can e.g. sort on class name and then on publishing time. The example below shows how to do that.

{let children=fetch('content',list,hash(parent_node_id,$node.node_id,sort_by,array(array(class_name,false()),array(published))))}
<h1>{$node.name}</h1>
{* loop children and print name *}
{section name=Child loop=$children}
{$Child:item.name}<br>
{/section}
{/let}

--bård

Documentation: http://ez.no/doc

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 30 2025 21:41:59
Script start
Timing: Jan 30 2025 21:41:59
Module start 'layout'
Timing: Jan 30 2025 21:41:59
Module start 'content'
Timing: Jan 30 2025 21:41:59
Module end 'content'
Timing: Jan 30 2025 21:41:59
Script end

Main resources:

Total runtime0.0231 sec
Peak memory usage6,144.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0047 588.2578151.2266
Module start 'layout' 0.00470.0037 739.4844220.7188
Module start 'content' 0.00840.0130 960.20311,005.8359
Module end 'content' 0.02140.0017 1,966.039137.9922
Script end 0.0230  2,004.0313 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002812.1311140.0002
Check MTime0.00114.7807140.0001
Mysql Total
Database connection0.00073.033610.0007
Mysqli_queries0.00219.010830.0007
Looping result0.00000.047510.0000
Template Total0.00135.510.0013
Template load0.00093.987210.0009
Template processing0.00031.460010.0003
Override
Cache load0.00072.830010.0007
General
dbfile0.00072.951980.0001
String conversion0.00000.035140.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