Hello everyone.

First let me say I LOVE Dynamic display block! It is a "must have" module for all my drupal sites.

My issue is I have broken the image display and can't seem to fix it.
'
I had it working great, and then I made a change to the underlying view (added a new filter) and suddenly my images stopped displaying.

The text still displays and rotates just fine.

I removed the change to the view, still broken.

Cleared the cache, still broken.

I've reviewed all the settings and they seem to be correct, but I also know I didn't change them after it was working, just changing the view seemed to break the image display.

I turned on the two debug options in the template.php and this is the output:

  • 'news_items'
  • stdClass::__set_state(array(
       'nid' => '115',
       'node_title' => 'Daniel Emery Taylor',
       'node_data_field_slide_text_field_slide_text_value' => '"Dark Woods Con was so awesome it was like a perpetual orgasm." -- Daniel Emery Taylor',
       'node_type' => 'ddblock_news_item',
       'node_vid' => '115',
       'node_data_field_image_field_image_fid' => '309',
       'node_data_field_image_field_image_list' => '1',
       'node_data_field_image_field_image_data' => 'a:3:{s:11:"description";s:54:"Daniel Emery Taylor at Dark Woods Con in Pikeville, Ky";s:3:"alt";s:0:"";s:5:"title";s:0:"";}',
       'node_created' => '1268327842',
    ))

I had everything working and was expecting to go live tomorrow, but I somehow broke this late last night and haven't been able to figure it out.

Any help is *GREATLY* appreciated!

Comments

sifuhall’s picture

Status: Active » Fixed

I solved my issue.

I while attempting to debug a different item (the view that I changed) I made a similar content type and I believe CCK changed the field name.

Removing this new content type fixed my issue.

ppblaauw’s picture

Title: I broke the image display » I broke the image display (Fixed)

Indeed CCK changes the name of the image field when the field was only used in this content type and is then reused in another content type.

You can also have a look at the faq question: Images not showing, only grey box. which explains more about this and how to solve it when you reuse the image field in another content type.

Do you have a link to the result?

Changed issue title

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.