Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2010 at 18:02 UTC
Updated:
14 Feb 2010 at 00:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
ppblaauw commentedNeed some more information to help you better.
Can you send the template.php file?
The result of the debug lines?
A link to the Internet site?
Comment #2
mrnes commentedSorry,
I have attached the template file.
Here is the page: http://familyempower.org/test
Debug:
*
'showcase_with_image'
*
stdClass::__set_state(array(
'nid' => '245',
'node_title' => 'Slide 2',
'node_data_field_pager_item_text_field_pager_item_text_value' => 'Pager text 2',
'node_type' => 'showcase_with_image',
'node_vid' => '245',
'node_data_field_slide_text_field_slide_text_value' => '
Slide text for slide 2
More stuff here.
',
'node_data_field_image_field_image_fid' => '398',
'node_data_field_image_field_image_list' => '1',
'node_data_field_image_field_image_data' => 'a:3:{s:11:"description";s:9:"Desc of 2";s:3:"alt";s:0:"";s:5:"title";s:0:"";}',
'node_revisions_body' => '
Body of #2
More here
Text and all
',
'node_revisions_format' => '3',
'node_created' => '1262279498',
))
Comment #3
ppblaauw commentedThanks for attaching the additional information.
You need to change in the content preprocess function for the ddblock slideshow in the template.php file:
into
Probably you use the slide_text field in more content_types.
Hope this helps you further, please let me know
Comment #4
mrnes commentedThanks,
This worked. I appreciate your time and responsiveness.
Comment #5
ppblaauw commentedSet status to fixed.
Adjusted issue title.