how to fetch list ignoring user rights?

Author Message

Vytautas Germanavičius

Monday 16 October 2006 6:58:21 am

I need to show for anonymous users, what articles they will see if they registers.
How to write fetch function in template to fetch list of aticles ignoring user rights? Simple fetch returns 0 results.

{set-block scope=root variable=cache_ttl}0{/set-block}

Pascal von Büren

Monday 16 October 2006 8:02:20 am

Hi,

in your fetch function, you can add a parameter called limitation:

Limitation array (emtpy array = access override).

so you would probably do something like this:

{def $list=fetch( 'content', 'list', hash( 'parent_node_id', 42, 'sort_by', array( 'published', false() ), 'limitation', array() ) )}

{$list|attribute(show, 1)}

There is more to this topic in the documentation:
http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/list

Vytautas Germanavičius

Monday 16 October 2006 8:27:36 am

It works !!! :D
Thank you very much !!!

I saw this in documentation, but did not understand that this is what i needed... :/

{set-block scope=root variable=cache_ttl}0{/set-block}

alexia chang

Monday 04 December 2006 2:23:26 am

Hi,

Is there a similar parameter for treemenu ?

André R.

Monday 04 December 2006 5:02:29 am

From http://ez.no/doc/ez_publish/technical_manual/3_8/reference/template_operators/miscellaneous/treemenu

treemenu( path, 
          node_id
          [, class_filter       ]
          [, depth_skip         ]
          [, max_level          ] 
          [, is_selected_method ] 
          [, indentation_level ]
          [, language ] )

But you can use tree fetch instead:
http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/tree

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

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 21:18:29
Script start
Timing: Jan 18 2025 21:18:29
Module start 'layout'
Timing: Jan 18 2025 21:18:29
Module start 'content'
Timing: Jan 18 2025 21:18:30
Module end 'content'
Timing: Jan 18 2025 21:18:30
Script end

Main resources:

Total runtime1.1370 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.0067 588.0313152.6406
Module start 'layout' 0.00670.0030 740.671939.4609
Module start 'content' 0.00961.1257 780.1328644.1250
Module end 'content' 1.13540.0016 1,424.257812.1563
Script end 1.1370  1,436.4141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.2785160.0002
Check MTime0.00130.1152160.0001
Mysql Total
Database connection0.00070.057810.0007
Mysqli_queries1.077394.7510670.0161
Looping result0.00080.0717650.0000
Template Total1.098696.620.5493
Template load0.00200.179920.0010
Template processing1.096696.444520.5483
Template load and register function0.00010.009110.0001
states
state_id_array0.00150.136210.0015
state_identifier_array0.00190.164320.0009
Override
Cache load0.00170.1488290.0001
Sytem overhead
Fetch class attribute can translate value0.00070.060540.0002
Fetch class attribute name0.00110.094680.0001
XML
Image XML parsing0.00180.159940.0005
class_abstraction
Instantiating content class attribute0.00000.001390.0000
General
dbfile0.00110.0961280.0000
String conversion0.00000.000840.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
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.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