ezflowのDynamic blockについて

Author Message

Koutarou Okita

Tuesday 05 October 2010 3:38:09 am

はじめまして。

eZ Publish 4.3.0 をインストールしました。サイトパッケージは ezflow です。

Blog-postの最新のタイトルを自動で表示させたいと思い、dynamic blockを試しています。

blockとして、Latest contentを選んでみました。block.ini.append.phpでは次のようになっていますが、どういった記事であれば動的に内容が表示されるのでしょうか。

 

[LatestContent] 

Name=Latest content 

NumberOfValidItems=3 

NumberOfArchivedItems=5 

ManualAddingOfItems=disabled 

FetchClass=eZFlowLatestContent 

FetchParameters[Source]=NodeID 

FetchParametersSelectionType[Source]=single 

FetchParametersIsRequired[Source]=true 

FetchParameters[Classes]=string 

ViewList[]=latest_content 

ViewName[latest_content]=Latest content

Koutarou Okita

Tuesday 05 October 2010 9:24:52 pm

表示されました。

ただ、記事を追加するたびに、このブロックの設定画面で「送信して公開」という操作が必要なようです。

Eric Sagnes

Tuesday 05 October 2010 10:35:14 pm

Latest contentブロックでどんな種類のノードを表示するのを決めるのはblock.ini.append.phpの設定ではなくて、Frontpageノードを編集する時に入力した値になります。

例えば、デフォルトコンテントがある場合に、Sourceをconference/Blogにして、classesをarticleに設定すれば、Latest contentブロックでブログの最新記事が表示されます。

block.ini.append.phpはブロックのロジック自体(表示するノード数など)を管理しています。

site.ini.append.phpを変更して、内容が表示されましたのは多分キャッシュの問題がありましたと思います。キャッシュを手動で削除するコマンドは下記となります:

"

php bin/php/ezcache.php --clear-all --purge

"

eZ FlowはeZ Webinのテンプレートをつかっていますので、eZ Flowを使う場合にはeZ Webinを有効にしたほうが良いです。

Koutarou Okita

Tuesday 05 October 2010 10:47:00 pm

回答ありがとうございます。

すいません。すぐに表示されるようになったので先に投稿した内容を編集してしまいました。

キャッシュの問題もあったようにも思います。

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 01:11:50
Script start
Timing: Jan 18 2025 01:11:50
Module start 'layout'
Timing: Jan 18 2025 01:11:50
Module start 'content'
Timing: Jan 18 2025 01:11:50
Module end 'content'
Timing: Jan 18 2025 01:11:50
Script end

Main resources:

Total runtime0.1534 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0071 587.9688152.6250
Module start 'layout' 0.00710.0036 740.593839.4531
Module start 'content' 0.01060.1413 780.0469482.1250
Module end 'content' 0.15190.0015 1,262.171912.1484
Script end 0.1534  1,274.3203 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00342.1873160.0002
Check MTime0.00140.9172160.0001
Mysql Total
Database connection0.00110.709810.0011
Mysqli_queries0.101366.0221620.0016
Looping result0.00080.5047600.0000
Template Total0.116976.220.0584
Template load0.00211.362820.0010
Template processing0.114874.793820.0574
Template load and register function0.00020.161810.0002
states
state_id_array0.00100.655510.0010
state_identifier_array0.00120.795520.0006
Override
Cache load0.00171.1277230.0001
Sytem overhead
Fetch class attribute can translate value0.00060.418320.0003
Fetch class attribute name0.00140.932140.0004
XML
Image XML parsing0.00020.143320.0001
class_abstraction
Instantiating content class attribute0.00000.007140.0000
General
dbfile0.00161.0111100.0002
String conversion0.00000.005140.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/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/quote.tpldatatype/ezxmltext/quote.tplextension/ezwebin/design/ezwebin/override/templates/datatype/ezxmltext/quote.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 6

Time used to render debug report: 0.0004 secs