Forums / Setup & design / Include templates in content

Include templates in content

Author Message

paul bolger

Thursday 08 February 2007 6:54:31 pm

I have a large number of pages which need to include lists which are generated with a fetch function, with different parameters for each page. Is it possible to include a template within a folder object, or do I need to override pagelayout.tpl for each page concerned?

Or would I be better off taking a different approach entirely?

Paul Bolger

Paul Bolger

Børge Warvik

Friday 09 February 2007 2:17:47 am

If you want the lists to show on all your folder objects, then in the folder view just add it with the include operator.

If you need to show the list on some pages, then you just define the condition and check for it with an if-statement, and then include template if statement meets the condition you have defined.

Hope this helps

paul bolger

Sunday 11 February 2007 6:58:50 pm

Thanks Børge

I realise now that I need to do two things, and was hoping the same method would work for both. Having thought further I'd better give more detail on what I'd like to achieve.

Firstly: We have a 'current date' at the top of our pagelayout, which pulls the current server date. This links to a page which has some static information about the location of our town and the current time there. What I'm looking for is a method of including the currentdate operator in the content without having to define a custom tag for it. Is this possible?

Secondly: We have - or will have, when we finish cleaning and importing the data... - a large number of objects which contain information about local organisations. These objects have an attribute 'type' which allows them to be assigned to one or more categories such as 'school', 'government', 'not for profit' etc. Pages such as the one detailing schools in the area will have a template included which will generate a list of the objects which meet specific criteria, meaning the data for each organisation will only exist in the system in one place, and updating it will result in it being updated everywhere it is displayed.

I'm still pretty new to EzPublish so my first attempt at doing this involved overriding pagelayout for each page and including a template with the required criteria coded in. It now seems that a much better way to do this would be to define a custom tag with the criteria as a, or a number of, variables in a single template, and to define the selection criteria in the custom tag variables. Does this sound feasible?

paul bolger

Paul Bolger

eZ debug

Timing: Jan 31 2025 01:21:15
Script start
Timing: Jan 31 2025 01:21:15
Module start 'content'
Timing: Jan 31 2025 01:21:15
Module end 'content'
Timing: Jan 31 2025 01:21:16
Script end

Main resources:

Total runtime0.1929 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.0107 587.9297370.2969
Module start 'content' 0.01070.0155 958.22661,005.4219
Module end 'content' 0.02620.1666 1,963.64843,893.6875
Script end 0.1928  5,857.3359 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00482.4783200.0002
Check MTime0.00140.7298200.0001
Mysql Total
Database connection0.00160.823810.0016
Mysqli_queries0.098350.97171410.0007
Looping result0.00140.73421390.0000
Template Total0.166186.110.1661
Template load0.00080.432910.0008
Template processing0.165385.678110.1653
Override
Cache load0.00060.293410.0006
Sytem overhead
Fetch class attribute can translate value0.00170.881410.0017
XML
Image XML parsing0.00020.112610.0002
General
dbfile0.00844.3785200.0004
String conversion0.00000.004630.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