Site title - show node.name..but how?

Author Message

K259

Monday 12 June 2006 4:27:05 pm

Insted of this:

<title>{$site.title} - {section name=Path loop=$module_result.path}{$Path:item.text}{delimiter} / {/delimiter}{/section}</title>

i want in <head><title>xx</title></head> display something like:
<title>{$site.title} - {$module_result.node.name}</title>
or <title>{$site.title} - {$node.name}</title>

But none of the two above gives me any results.... :/ the site.title variable is working, but not the variable for the page names I also want to display in the title at top :(

Can anyone help me?

Pascal von Büren

Tuesday 13 June 2006 12:57:13 am

Hi,

maybe you should have a look at http://ez.no/doc/ez_publish/technical_manual/3_6/templates/the_pagelayout/variables_in_pagelayout#module_result, where the available variables in pagelayout are described.
There is no such thing as $module_result.node but you can get it this way:

{def $pagelayout_node=fetch(content,node,hash(node_id,$module_result.node_id))}

K259

Tuesday 13 June 2006 1:04:12 am

Thanks, but how can I get the name of the node?

Pascal von Büren

Tuesday 13 June 2006 1:08:35 am

After the above just enter:

<title>{$pagelayout_node.name}</title>

K259

Monday 14 August 2006 7:56:56 am

Hi!

This don't work in 3.4.x I only get blank pages when this is added to the template...

...

Xavier Dutoit

Monday 14 August 2006 10:15:30 am

3.4 ?

I know I'm going to piss you off, but I'd suggest to update to a more recent version, as you're going to be on your own with a 3.4

X+

http://www.sydesy.com

K259

Monday 14 August 2006 10:58:37 am

;) It's no prob. There are new releases every 3. month, so nobody can follow this speed anyway.

Check out google, and you'll see how many sites which run 3.4.x

Marcin Drozd

Monday 14 August 2006 1:05:47 pm

Hi
I think U should use <b>let</b>, not <b>def</b>
Im not sure because I do remember, but there isnt {def} in the 3.4 version of eZp (and no $)
{let pagelayout_node=fetch(...) }
{$pagelayout_node.name}
{/let}

Does it work??

http://ez-publish.pl

K259

Monday 28 August 2006 8:29:57 am

Great! It work's..I forgot to remove the $, but everything is ok now :)

Thanks!! :)

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 31 2025 06:19:22
Script start
Timing: Jan 31 2025 06:19:22
Module start 'layout'
Timing: Jan 31 2025 06:19:22
Module start 'content'
Timing: Jan 31 2025 06:19:22
Module end 'content'
Timing: Jan 31 2025 06:19:22
Script end

Main resources:

Total runtime0.0147 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0046 588.1406151.2109
Module start 'layout' 0.00460.0026 739.351636.6641
Module start 'content' 0.00720.0061 776.015698.2813
Module end 'content' 0.01330.0014 874.296937.9922
Script end 0.0147  912.2891 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002516.6928140.0002
Check MTime0.00117.2235140.0001
Mysql Total
Database connection0.00095.955610.0009
Mysqli_queries0.002113.945030.0007
Looping result0.00000.168410.0000
Template Total0.00117.310.0011
Template load0.00095.861710.0009
Template processing0.00021.399010.0002
Override
Cache load0.00064.129110.0006
General
dbfile0.001711.626280.0002
String conversion0.00000.053440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_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