Basic question...

Author Message

Lars Imsland

Thursday 26 February 2004 8:44:23 am

... that shows that I am clueless :)

I'm trying to implement a forum on my site by copying stuff from the eZ forum
template. In doing that, I have encountered the line below:

{node_view_gui view=forumline content_node=$Child:item}

Having this line in on of my other templates, produces the
data I want, but not in the way that I want. So I have to edit (or probably
override) the template behind "forumline". But how do I do that? I paged through
the 32 pages of templates, found noone by the name "forumline" (I might have
overlooked it, though). Is it there?

James Packham

Thursday 26 February 2004 9:03:16 am

You <i>have</i> to create an override, you could just create a new template and do something like this:

{node_view_gui view=newtemplate content_node=$Child:item} (view specifies name of template to use don't put .tpl on though!)

But you're right your should learn about overrides!

http://ez.no/ez_publish/documentation/building_an_ez_publish_site/the_news_page/overview_of_the_latest_news

Is a good (if basic) example. Pay attention to changes in settings/[siteaccess]/override.ini.append :)

Regards,

James

Lars Imsland

Friday 27 February 2004 2:38:04 am

There is still something I do not understand. The example in my first post suddenly started working, I'm not sure why :), but now I have similar problems with my next step.

I have a template forumtopic.tpl, that I want to be used for the class Forum topic.
I have made this class through the admin setup (Class ID 16), and have "instantiated" this class under a folder.

I put forumtopic.tpl under design/mysite/override/templates, and edit the settings/siteaccess/mysite/override.ini.append file, adding

[forumtopic]
Source=node/view/full.tpl
MatchFile=forumtopic.tpl
Subdir=templates
Match[class]=16
Match[section]=7

(I have tried both with and without the last line.) But it still does not work. Some other standard template is used. What should I do so that my new template will be used?

The version I'm using is 3.3-1, if that's related.

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 19:28:58
Script start
Timing: Jan 18 2025 19:28:58
Module start 'layout'
Timing: Jan 18 2025 19:28:58
Module start 'content'
Timing: Jan 18 2025 19:28:59
Module end 'content'
Timing: Jan 18 2025 19:28:59
Script end

Main resources:

Total runtime1.0053 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0093 588.9063152.6094
Module start 'layout' 0.00930.0028 741.515639.4297
Module start 'content' 0.01210.9919 780.9453507.1641
Module end 'content' 1.00400.0013 1,288.109412.5000
Script end 1.0053  1,300.6094 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3428160.0002
Check MTime0.00140.1395160.0001
Mysql Total
Database connection0.00110.110410.0011
Mysqli_queries0.949694.4578570.0167
Looping result0.00060.0571550.0000
Template Total0.963295.820.4816
Template load0.00220.222020.0011
Template processing0.961095.587520.4805
Template load and register function0.00010.014010.0001
states
state_id_array0.00160.160910.0016
state_identifier_array0.00300.298020.0015
Override
Cache load0.00180.1829340.0001
Sytem overhead
Fetch class attribute can translate value0.00120.118420.0006
Fetch class attribute name0.00220.221940.0006
XML
Image XML parsing0.00060.060820.0003
class_abstraction
Instantiating content class attribute0.00000.001540.0000
General
dbfile0.00110.1065160.0001
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs