Override classes!

Author Message

Guilherme Longo

Tuesday 20 November 2007 7:14:23 am

Someone could help me saying where can I find the templates of datatypes.

I know how do override but I cant find them. I'd like to override the frontpage classes.

I will still try, thanks so much!

Pascal Specht

Tuesday 20 November 2007 10:08:51 am

Hello Guilherme,

A good way to start is to turn on the template debug messaging, then you can see below the generated pages what templates they used, and where they found them.

For example on my current project it shows:

Notice: 	Nov 20 2007 19:01:13
eZTemplate: Loading template "node/view/full.tpl" with resource "design" 

Notice: 	Nov 20 2007 19:01:13
extension/ezwebin/design/ezwebin/override/templates/full/frontpage.tpl, utf-8

Home this helps,

</pascal>

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 18 2025 18:16:48
Script start
Timing: Jan 18 2025 18:16:48
Module start 'layout'
Timing: Jan 18 2025 18:16:48
Module start 'content'
Timing: Jan 18 2025 18:16:48
Module end 'content'
Timing: Jan 18 2025 18:16:48
Script end

Main resources:

Total runtime0.0170 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0064 591.8984152.6094
Module start 'layout' 0.00640.0033 744.507839.4141
Module start 'content' 0.00970.0054 783.921989.3359
Module end 'content' 0.01510.0019 873.257830.3047
Script end 0.0170  903.5625 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.003017.5014140.0002
Check MTime0.00126.9190140.0001
Mysql Total
Database connection0.00105.735310.0010
Mysqli_queries0.003118.115030.0010
Looping result0.00000.082710.0000
Template Total0.00159.010.0015
Template load0.00095.181910.0009
Template processing0.00063.796410.0006
Override
Cache load0.00063.460210.0006
General
dbfile0.00021.363180.0000
String conversion0.00000.046240.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