Forums / Setup & design / Class Templates

Class Templates

Author Message

Rob Clews

Tuesday 16 December 2003 7:03:09 am

Hi,

Is it possible to create a full page layout template dependant upon the class of the content you are viewing? I can only only seem to find examples of the main area but not headers/navigation etc.

Cheers
Rob Clews

Paul Forsyth

Tuesday 16 December 2003 7:22:39 am

It should as you can match by class. Have you tried something like this:

[my_pagelayout_for_folders]
Source=pagelayout.tpl
MatchFile=pagelayout_folders.tpl
Subdir=templates
Match[class]=1

[my_pagelayout_for_articles]
Source=pagelayout.tpl
MatchFile=pagelayout_articles.tpl
Subdir=templates
Match[class]=2

I've not tried this but give it a go.

paul

Rob Clews

Tuesday 16 December 2003 7:45:11 am

Paul, cheers, but I already have that and the template file, copied from another example, does not include all the html of the page, just the "main area" html. Or am I missing something here.

Basically I want a different page header dependant upon what the class is.

Rob

Paul Forsyth

Tuesday 16 December 2003 7:53:30 am

Well the main area is inserted via the

{$module_result.content}

command. The rest will be as specified in the pagelayout.

Do you have caching on? The layout may be being cached. Try clearing all caches to find if this is the problem.

An alternative path is to include the page top within each of your templates instead of the layout. This isn't quite as good as using a separate pagelayout but is a workaround.

Ill be surprised if the override solution doesn't work.

paul

Rob Clews

Tuesday 16 December 2003 8:10:38 am

Ahh, I see what it's doing now, heres what I have:

[pagelayout_for_my_class]
Source=pagelayout.tpl
MatchFile=newpagelayout.tpl
Subdir=templates
Match[class]=17

However on every page regardless of class I get the following in debug, with no html on the page other than the debug information:

Warning: eZTemplate Dec 16 2003 17:45:57

No template could be loaded for "pagelayout.tpl" using resource "design"

Thanks
Rob

Paul Forsyth

Tuesday 16 December 2003 9:33:20 am

Hmm, at least its looking for the file.

Try to make the group heading the same as the template name. I think my example was wrong. Thought im not 100% this needs to be done, but its worth a try:

[newpagelayout]
Source=pagelayout.tpl
MatchFile=newpagelayout.tpl
Subdir=templates
Match[class]=17

Is your new file within:

design/<your-design>/override/templates ?

Are file permissions correct for this file?
paul

Rob Clews

Wednesday 17 December 2003 3:19:40 am

Ok, the ini setting is as you've stated, and the permissions are 666, owner www (apache user).

Still get the same problem! Is it possible to override pagelayout.tpl?

Thanks

Paul Forsyth

Wednesday 17 December 2003 4:14:35 am

It is possible. Look at the file:

settings/siteaccess/demo/override.ini.append

It has loads of pagelayout overrides in there.

Are you sure you are clearing the cache? Remove everything in var/cache if in doubt.

eZ debug

Timing: Jan 31 2025 03:44:14
Script start
Timing: Jan 31 2025 03:44:14
Module start 'content'
Timing: Jan 31 2025 03:44:14
Module end 'content'
Timing: Jan 31 2025 03:44:14
Script end

Main resources:

Total runtime0.3422 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.0077 587.8203370.3125
Module start 'content' 0.00770.0136 958.13281,005.3594
Module end 'content' 0.02130.3208 1,963.49223,893.6406
Script end 0.3421  5,857.1328 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00461.3314200.0002
Check MTime0.00150.4361200.0001
Mysql Total
Database connection0.00070.204610.0007
Mysqli_queries0.238569.68001410.0017
Looping result0.00180.53221390.0000
Template Total0.320493.610.3204
Template load0.00070.215710.0007
Template processing0.319793.409810.3197
Override
Cache load0.00050.142910.0005
Sytem overhead
Fetch class attribute can translate value0.00180.532110.0018
XML
Image XML parsing0.00050.145510.0005
General
dbfile0.00581.7000200.0003
String conversion0.00000.002130.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