Forums / General / Pb using templates

Pb using templates

Author Message

Stéphane Cesbron

Wednesday 17 December 2003 1:34:21 am

Hi,

I'm a newbie to EzPublish. I'm using Ez 3.2-3.
For instance, I'm just trying to complete the tutorial and I'm running into troubles when it comes to use templates in order to display the latest news. It doesn't work.
I've done exactly what it says in the tutorial. I don't understand why it doesn't work properly.

(I've got a desing/tscm/override/templates/full_view_news_folder.tpl based on /node/view/full.tpl)

Can anyone help ?
Any suggestion will be greatly appreciated.
Thanks

Stéphane

Balazs Halasy

Wednesday 17 December 2003 1:52:00 am

Could you please be a bit more specific?
What have you done so far and what is it
that doesn't work? You might have forgotten
to add the template override. Also, remember
to clear the caches.

Balazs

Stéphane Cesbron

Wednesday 17 December 2003 4:52:10 am

Thanks a lot for you reply !

So far I did the following :
Go to the administration interface
Setup > Templates
Locate "/node/view/full.tpl" > Create New > full_view_news_article
Set the "Class" dropdown box to "Article"
Set the "Selection" dropdown box to "News section"
Base template on > Empty file

edit the full_view_news_article.tpl (in /design/tscm/override/templates)

<h1>Latest news</h1>
{* Grab some of the content of the node that is being viewed. *}
{let children=fetch( content, list, hash( parent_node_id, $node.node_id,
sort_by, $node.sort_array,
limit, 7,
class_filter_type, include,
class_filter_array, array(
'article' ) ) )}
{* LOOP: For each child of the node... *}
{section name=Child loop=$children}
{* Display the content of the child using a line-view template. *}
{node_view_gui view=line content_node=$Child:item}
<hr>
{* End of loop. *}
{/section}
{* End of namespace. *}
{/let}

I cleared all caches and tried to review the News page (News section). But it doesn't work, it is still using the default template.

One more question, what is the template override and how can I set it up ?

Regards,
Stephane

eZ debug

Timing: Jan 31 2025 00:40:55
Script start
Timing: Jan 31 2025 00:40:55
Module start 'content'
Timing: Jan 31 2025 00:40:55
Module end 'content'
Timing: Jan 31 2025 00:40:56
Script end

Main resources:

Total runtime0.2755 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.0111 587.8047370.3125
Module start 'content' 0.01110.0194 958.11721,001.4531
Module end 'content' 0.03060.2448 1,959.57033,890.3984
Script end 0.2754  5,849.9688 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00521.8914200.0003
Check MTime0.00140.5261200.0001
Mysql Total
Database connection0.00301.073710.0030
Mysqli_queries0.117842.76621410.0008
Looping result0.00140.50541390.0000
Template Total0.244388.710.2443
Template load0.00100.373510.0010
Template processing0.243388.293810.2433
Override
Cache load0.00070.268510.0007
Sytem overhead
Fetch class attribute can translate value0.00180.656610.0018
XML
Image XML parsing0.00030.108510.0003
General
dbfile0.057020.6859200.0028
String conversion0.00000.002330.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.0002 secs