Several siteaccess and login: solved

Author Message

Pascal France

Tuesday 30 May 2006 2:20:42 am

Hi,

This reply is bound to this post: http://ez.no/community/forum/setup_design/node_101458/re_several_siteacess_and_login
I did a wrong manipulation and the post disappeared. I'm really sorry.

The solution to my problem is to set <u>only</u>:

[TemplateSettings]
TemplateCache=disabled

in site.ini.append.php and nothing else in other file.

Pascal

 

Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish

Pascal France

Tuesday 30 May 2006 3:59:52 am

At the end, this is not a good solution because now, when I add an article I can't see it when I log in to "my_plain" siteaccess.

I really don't understand anything !

Pascal

Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish

Pascal France

Tuesday 30 May 2006 11:26:01 am

I found the solution:
I did a userinfo.tpl which contains:

  1 {set-block scope=root variable=cache_ttl}0{/set-block}
  2 {def $user=fetch( 'user', 'current_user' )}
  3 {section show=eq($user.is_logged_in|not)}
  4 <div id="userinfo">
  5 {attribute_view_gui attribute=$user.contentobject.data_map.image image_class=small}<br />
  6 {$user.contentobject.name}
  7 </div>
  8 {/section}
  9 {undef $user}

and then I do an include in pagelayout.tpl
The trouble I had came from the include has to be done out of {section}{/section} and/or {cache-block}{/cache-block}

However, there is something strange: I have to put "|not" (line 3) in order the user infos are displayed once users are logged in ?!

Pascal

Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish

liu spider

Tuesday 30 May 2006 5:22:00 pm

eq($user.is_logged_in|not)
should be
$user.is_logged_in

http://liucougar.scim-im.org
SCIM Input Method Platform
http://scim.sf.net
SJSD Online Editor
http://sf.net/projects/sjsd

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 19 2025 01:24:33
Script start
Timing: Jan 19 2025 01:24:33
Module start 'layout'
Timing: Jan 19 2025 01:24:33
Module start 'content'
Timing: Jan 19 2025 01:24:33
Module end 'content'
Timing: Jan 19 2025 01:24:33
Script end

Main resources:

Total runtime0.0200 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.0091 590.4063152.6406
Module start 'layout' 0.00920.0035 743.046939.4609
Module start 'content' 0.01260.0052 782.507893.4453
Module end 'content' 0.01780.0021 875.953134.3047
Script end 0.0199  910.2578 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002914.7105140.0002
Check MTime0.00147.0945140.0001
Mysql Total
Database connection0.002612.796610.0026
Mysqli_queries0.004120.598730.0014
Looping result0.00000.105010.0000
Template Total0.00188.810.0018
Template load0.00094.639010.0009
Template processing0.00084.139110.0008
Override
Cache load0.00063.178610.0006
General
dbfile0.00031.310180.0000
String conversion0.00000.044140.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