including a object in a frontpage

Author Message

alberic briot

Thursday 03 January 2008 10:01:03 am

I would like to insert easily a personal object ("Temoignage") in a Frontpage. I put the folowing code in a center column.

<embed align="center" custom:offset="0" custom:limit="5" view="full" href="ezobject://230" />

The problem is that it use the default template. So I see all the attributes in the frontend. I don't know wich template I have to overide. I tried to overide all the full.tpl templates wich accept to specifie a class and clear the caches but it doesn't work.

I'm using EzPublish 4.0.

Thank you for any help.

alberic briot

Tuesday 08 January 2008 6:05:00 am

I am fed up. This is the overide of content/view/full.tpl wich dont work properly but why?

Noicokuna Niemoge

Friday 23 January 2009 3:11:56 am

If it's an object of your personal class, you'd have to create an embed template...

Shiki soku ze ku...

André R.

Friday 23 January 2009 3:37:31 am

Examples from override.ini in webin / flow:

[highlighted_object]
Source=content/view/embed.tpl
MatchFile=embed/highlighted_object.tpl
Subdir=templates
Match[classification]=highlighted_object

[embed_article]
Source=content/view/embed.tpl
MatchFile=embed/article.tpl
Subdir=templates
Match[class_identifier]=article

classification is the class you select in the editor,

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Gary Teh

Monday 26 January 2009 1:30:26 am

Perhaps you could try these steps:

Step 1:
create a custom class : Temoignage
From the interface go to administrative backend > Setup > Classes to create your class

set the identifier for this as temoignage

Step 2:
In the physical file system directory Go to extension > ezwebin > design > ezwebin > override > templates > full >
Create custom template temoignage.tpl here

Step 3

In the physical file system directory Go to settings > siteaccess > eng > override.ini.append.php
Insert entries

[temoignage]
Source=node/view/full.tpl
MatchFile=full/temoignage.tpl
Subdir=templates
Match[class_identifier]=temoignage

Step 4

Clear your cache

Hopefully this was helpful

Cheers

http://name1price.com : Get a Cool website for yourself and also learn how to manage it. It is easy. Use it to get more customers for your business.

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 15:57:25
Script start
Timing: Jan 18 2025 15:57:25
Module start 'layout'
Timing: Jan 18 2025 15:57:25
Module start 'content'
Timing: Jan 18 2025 15:57:26
Module end 'content'
Timing: Jan 18 2025 15:57:26
Script end

Main resources:

Total runtime0.9431 sec
Peak memory usage4,096.0000 KB
Database Queries67

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 589.0547152.6250
Module start 'layout' 0.00530.0055 741.679739.4453
Module start 'content' 0.01080.9308 781.1250637.9688
Module end 'content' 0.94160.0015 1,419.093812.1563
Script end 0.9431  1,431.2500 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3317160.0002
Check MTime0.00130.1429160.0001
Mysql Total
Database connection0.00080.090110.0008
Mysqli_queries0.886193.9513670.0132
Looping result0.00070.0692650.0000
Template Total0.909496.420.4547
Template load0.00220.231720.0011
Template processing0.907296.192020.4536
Template load and register function0.00020.018610.0002
states
state_id_array0.00080.085110.0008
state_identifier_array0.00120.123920.0006
Override
Cache load0.00180.1938390.0000
Sytem overhead
Fetch class attribute can translate value0.00080.086340.0002
Fetch class attribute name0.00090.094570.0001
XML
Image XML parsing0.00170.176140.0004
class_abstraction
Instantiating content class attribute0.00000.001470.0000
General
dbfile0.00090.0902220.0000
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
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 26
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs