Share » Forums » Setup & design » Class and template

Class and template

Class and template

Tuesday 08 February 2005 6:29:32 am - 13 replies

Author Message

Eivind Marienborg

Tuesday 08 February 2005 6:34:07 am

Have you set up the override correctly?

[class_37]
Source=node/view/full.tpl
MatchFile=node/view/full_class_37.tpl
Subdir=templates
Match[class]=37

in your override.ini.append, under settings/<siteaccess>/

Daniele Cacace

Tuesday 08 February 2005 6:47:01 am

This is correct?

design/standard/override/templates/node/view/full_class_37.tpl

because in this moment I don't see nothing

Eivind Marienborg

Tuesday 08 February 2005 6:50:53 am

You should place your override templates under your siteaccess override directory:

design/<SITEACCESS>/override/templates/node/view/full_class_37.tpl

Daniele Cacace

Tuesday 08 February 2005 7:23:19 am

I put the template in
design/standard/override/templates/node/view/
and
design/base/override/templates/node/view/
but I don't see nothing

this template is good?

<h1>{$node.titolo}</h1>

{attribute view gui attribute=$node.object.data_map.locandina}

<table>
	<tr>
		<td>
			Critico:
		</td>
		<td>
			{attribute view gui attribute=$node.object.data_map.critico}
		</td>
	</tr>
...

Eivind Marienborg

Tuesday 08 February 2005 7:41:36 am

I'm not sure if you can use your own language in the template. But anyways you have to use underscores, like this:

{attribute_view_gui attribute=$node.object.data_map.critico}

Daniele Cacace

Tuesday 08 February 2005 7:51:43 am

it does not work

I must create a template whith 2 label 1 fixed and 1 =$node.object.data_map.xxxx

can you help me?

Eivind Marienborg

Tuesday 08 February 2005 8:01:24 am

What have you got so far? Paste some template code, maybe I can see what you're trying to do :)

Daniele Cacace

Tuesday 08 February 2005 8:32:13 am

this is my template

<h1>{$node.titolo}</h1>

{attribute view gui attribute=$node.object.data_map.locandina}

<table>
	<tr>
		<td>
			Critico CIAOOOOO:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.critico}
		</td>
	</tr>
	<tr>
		<td>
			Regista:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.regista}
		</td>
	</tr>	
	<tr>
		<td>
			Presentato:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.presentato}
		</td>
	</tr>	
	<tr>
		<td>
			Associazione:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.associazione}
		</td>
	</tr>	
	<tr>
		<td>
			Produzione:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.produzione}
		</td>
	</tr>	
	<tr>
		<td>
			Distribuzione:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.distribuzione}
		</td>
	</tr>	
	<tr>
		<td>
			Uscita:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.uscita}
		</td>
	</tr>	
	<tr>
		<td>
			Durata:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.durata}
		</td>
	</tr>	
	<tr>
		<td>
			Ex Prodotti:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.exprodotti}
		</td>
	</tr>	
	<tr>
		<td>
			Trama:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.trama}
		</td>
	</tr>	
	<tr>
		<td>
			Trailer:
		</td>
		<td>
			{attribute_view_gui attribute=$node.object.data_map.Trailer}
		</td>
	</tr>	
</table>

It not function

Eivind Marienborg

Tuesday 08 February 2005 8:37:00 am

What is the output? Are you sure the template is actually used?

Insert a commentary in the template to be sure:

<!-- override/full_class_37.tpl -->

Ɓukasz Serwatka

Tuesday 08 February 2005 8:46:41 am

Hi,

Daniele I think that you should take this tutorial. Is very useful at the beginning. Take a while and read it please ;-)

http://ez.no/ez_publish/documentation/toc/(from)/36647

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Daniele Cacace

Tuesday 08 February 2005 8:48:04 am

<!-- override/full_class_37.tpl -->

<h1></h1>

</div>
<div class="break"></div>
</div>
</div>

<div class="break"></div>
</div>

<hr class="hide" />


<div id="footer">
<div id="footer-design">

<address>
</address>

</div>
</div>

<div class="break"></div>
</div>

<!--DEBUG_REPORT-->

</body>
</html>

Eivind Marienborg

Tuesday 08 February 2005 9:10:17 am

Good Idea, check the tutorial :)

Daniele Cacace

Wednesday 09 February 2005 6:18:52 am

Perfect the tutorial is good!
But i must insert 1 icona (resize a large image) and 1 video

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu