Forums / Install & configuration / Customizing the news-demo template

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

eZ debug

Timing: Jan 18 2025 15:59:29
Script start
Timing: Jan 18 2025 15:59:29
Module start 'content'
Timing: Jan 18 2025 15:59:29
Module end 'content'
Timing: Jan 18 2025 15:59:29
Script end

Main resources:

Total runtime0.1503 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0088 587.8359180.8203
Module start 'content' 0.00880.0057 768.6563101.9297
Module end 'content' 0.01450.1357 870.5859530.3281
Script end 0.1502  1,400.9141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00372.4509200.0002
Check MTime0.00161.0507200.0001
Mysql Total
Database connection0.00090.589610.0009
Mysqli_queries0.104469.47151410.0007
Looping result0.00120.81401390.0000
Template Total0.135490.110.1354
Template load0.00080.562310.0008
Template processing0.134589.531810.1345
Override
Cache load0.00060.382110.0006
Sytem overhead
Fetch class attribute can translate value0.00070.436710.0007
XML
Image XML parsing0.00020.158410.0002
General
dbfile0.00473.1088200.0002
String conversion0.00000.004930.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