Forums / General / Knowing if a node view template is overridden from a tpl

Knowing if a node view template is overridden from a tpl

Author Message

Massimiliano Bariola

Thursday 12 April 2007 6:43:14 am

hi,

I want to add a breadcrumb navigation to my site and the standard code for them does a fine job of giving me links for each node in the hierarchy. the problem is that there are some nodes which are shown with the standard template that of course looks out of place and broken.

So what I need is some way to "know" within the pagelayout if the node I will print the name and URL to in the breadcrumb trail, will use its fallback full.tpl or a template I have customized.

e.g: the default output for the breadcrumb code goes like this:

MyRootNodeName > Categories > ShowAsFavorites > OnTheRoad > MyNiftyOnTheRoadArticle

of course the "ShowAsFavorites" is a folder by which the editor controls a certain behavior on the site by adding / removing objects there. That folder has no need to have a special visualization.

is there some operator combo or trick I can use from the template to know what tpl I will be using as "full" for a node?

thanks

Michael Lee

Thursday 12 April 2007 7:32:42 am

Hi Massimiliano,

You can add an attribute to specify the navigation status in your content class and set them to different values in content objects. The attribute type and meaning depends on your requirements.
For example, you can define a check box in content class to specify if it should be shown in navigation or not. You can also define a text-line attribute as the navigation link URL, and if the navigation link is empty, the default $node.url_alias will be used, otherwise, the specified URL will be used.

Does it answer your question?

Michael Lee | Managing Director | ZerusTech Ltd | www.zerustech.com

Skype: zerustech

Massimiliano Bariola

Monday 16 April 2007 2:48:26 am

hi Michael,

your solution surely will address the problem, but it involves some extra work from content editors and from programmers to enact it. I hoped to find a more structured and robust. solution that will ease the burden on the users.

Yours will surely work; but I don't want to change 30 content classes and manually set all those flags for all the content objects I have :) (currently 1000 and not easy to write rules to do that in a programmatical way - except for to check for which templates is the node using, which again puts me back to my original problem).

ciao and thank you again

M.

Massimiliano Bariola

Monday 23 April 2007 5:33:53 am

.... no one has any tip?

ciao

eZ debug

Timing: Jan 31 2025 01:23:21
Script start
Timing: Jan 31 2025 01:23:21
Module start 'content'
Timing: Jan 31 2025 01:23:21
Module end 'content'
Timing: Jan 31 2025 01:23:22
Script end

Main resources:

Total runtime0.1849 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.0066 588.1641370.2656
Module start 'content' 0.00660.0124 958.42971,005.5781
Module end 'content' 0.01890.1659 1,964.00783,894.5859
Script end 0.1848  5,858.5938 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00412.2420200.0002
Check MTime0.00130.7177200.0001
Mysql Total
Database connection0.00070.397510.0007
Mysqli_queries0.090048.69501410.0006
Looping result0.00120.63361390.0000
Template Total0.165589.510.1655
Template load0.00070.386110.0007
Template processing0.164889.132510.1648
Override
Cache load0.00050.272110.0005
Sytem overhead
Fetch class attribute can translate value0.00150.822710.0015
XML
Image XML parsing0.00020.132610.0002
General
dbfile0.00784.2292200.0004
String conversion0.00000.003430.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