Forums / Extensions / eZ Flow / Update source nodes for dynamic blocks

Update source nodes for dynamic blocks

Author Message

Kostadinka Ignatieva

Tuesday 08 July 2008 6:28:43 am

Hi,

I have the following problem with ezFlow dynamic blocks:
when i add a dynamic block and press 'choose source' for the first time, all works great. When i want to change the source node of the block, even if i press 'choose source' and choose a new source node, the items of the block remain the same (nothing changes except the name of the source on the right top corner of the block).

After some testing i found a solution for my problem. I did some changes to ezflowlatestobjects.php, but i am not sure if these changes won't affect the work of rotation and overflow mechanisms of the extension, since i don't use them for now. My changes are mainly related to 'AttributeFilter' parameter, since the fetches in the script returned always NULL. Now i only check for objects that are published before current timestamp (today) and sort them by priority. I removed the check for objects being published after the last update of block (block['last_update']).

First on line 36 i removed the whole block:

$node = eZContentObjectTreeNode::fetch( $nodeID, false, false ); // not as an object
if ( $node && $node['modified_subnode'] <= $publishedAfter )
{
return array();
}

and left only the line: $nodeID = $parameters['Source'];

Second i removed line 53: array( 'published', '>', $publishedAfter ) and left only the second part - array( 'published', '<=', $publishedBeforeOrAt ). Now my 'AttributeFilter' is like:

$subTreeParameters['AttributeFilter'] = array(
'and',
array( 'published', '<=', $publishedBeforeOrAt )
);

So that solved the problem for now, but i would like to ask if anybody had the same problem and maybe a better solution to it! Thanks in advance :)

Iguana IT - http://www.iguanait.com

Kostadinka Ignatieva

Tuesday 08 July 2008 6:32:55 am

Sorry, i made a mistake in my previous post - i meant:

Now i only check for objects that are published before current timestamp (today) and sort them by publishing date:

$subTreeParameters['SortBy'] = array( 'published', true );

Iguana IT - http://www.iguanait.com

Bin LIU

Tuesday 08 July 2008 7:20:55 am

When you change the "source" by the buttun "choose source", you should delete all items in the list, and you publish the node.

It's OK.

=== Lagardère Active ===

Fetch random
http://projects.ez.no/la_fetch_random
LA Static Cache
http://projects.ez.no/lastaticcache
LA Bookmarks (jquery)
http://projects.ez.no/labookmark
LA Calendar (jquery)
http://projects.ez.no/lacalendar

My site ez
http://lingping.info

eZ debug

Timing: Jan 30 2025 00:57:09
Script start
Timing: Jan 30 2025 00:57:09
Module start 'content'
Timing: Jan 30 2025 00:57:09
Module end 'content'
Timing: Jan 30 2025 00:57:09
Script end

Main resources:

Total runtime0.2263 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 588.0781180.7734
Module start 'content' 0.00570.0056 768.851698.9766
Module end 'content' 0.01130.2150 867.8281531.1250
Script end 0.2263  1,398.9531 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00321.4105200.0002
Check MTime0.00120.5488200.0001
Mysql Total
Database connection0.00070.303510.0007
Mysqli_queries0.169174.73761410.0012
Looping result0.00140.61681390.0000
Template Total0.214694.810.2146
Template load0.00090.386210.0009
Template processing0.213794.427010.2137
Override
Cache load0.00060.265010.0006
Sytem overhead
Fetch class attribute can translate value0.00080.375510.0008
XML
Image XML parsing0.00030.127310.0003
General
dbfile0.01546.8139200.0008
String conversion0.00000.001730.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/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