Forums / Setup & design / including a object in a frontpage

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.