Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2009 at 20:28 UTC
Updated:
12 May 2011 at 10:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
ppblaauw commentedAdjusted your template.php file. (order or if statements). See the attachment.
The debug info looks ok.
Hope this helps you further, please let me know.
Comment #2
ppblaauw commentedComment #3
ppblaauw commentedSet status to closed, assume poster solved the issue, more then 5 weeks no activity.
Comment #4
anriliu commentedarray (
'delta' => '1',
'output_type' => 'view_fields',
'pager' => 'custom-pager',
'pager_container' => NULL,
'pager_event' => NULL,
'pager_height' => 63,
'pager_width' => 195,
'imgcache_pager_item' => '',
'pager_position' => 'top',
'template' => 'upright50',
'custom_template' => NULL,
'view_name' => 'newview',
)
stdClass::__set_state(array(
'nid' => '14',
'node_title' => 'abd',
'node_language' => '',
'node_data_field_pager_item_text_field_pager_item_text_value' => NULL,
'node_type' => 'ddblock_news_item',
'node_vid' => '15',
'node_data_field_pager_item_text_field_slide_text_value' => NULL,
'node_data_field_pager_item_text_field_image_fid' => NULL,
'node_data_field_pager_item_text_field_image_list' => NULL,
'node_data_field_pager_item_text_field_image_data' => NULL,
'node_revisions_body' => 'asdfasdf',
'node_revisions_format' => '1',
'node_created' => '1303962431',
))
This is my debug info, I really have more than 2 items of ddblock_news_item. So how am I wrong?
Comment #5
ppblaauw commented#4 can you attach your template.php file.
Maybe the view_name is wrong in the preprocess functions. I see the view used is: 'newview', this is another view then in the examples.
Comment #6
anriliu commentedPlease find the template.php in attachment
Comment #7
anriliu commentedResolved, you are right. I have a wrong view name there
Comment #8
ppblaauw commentedset status to fixed